Functions

  • void WriteBarrier ()

    Ensures that all writes before this call happen before any writes after this call.

    Defined at line 25 of file ../../src/graphics/magma/lib/magma/platform/platform_barriers.h

  • void ReadBarrier ()

    Ensures that all reads before this call happen before any reads after this call.

    Defined at line 34 of file ../../src/graphics/magma/lib/magma/platform/platform_barriers.h

  • void Barrier ()

    Ensures that all reads and writes before this call happen before any reads or writes after this

    call.

    Defined at line 44 of file ../../src/graphics/magma/lib/magma/platform/platform_barriers.h