Home
last modified time | relevance | path

Searched refs:IdMemorySemantics (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h796 IdMemorySemantics *semantics);
799 IdMemorySemantics *semantics);
805 IdMemorySemantics *semantics);
809 IdMemorySemantics *semantics,
816 IdMemorySemantics *semantics,
823 IdMemorySemantics *equal,
824 IdMemorySemantics *unequal,
832 IdMemorySemantics *semantics);
838 IdMemorySemantics *semantics);
844 IdMemorySemantics *semantics,
[all …]
Dspirv_instruction_builder_autogen.h667 IdMemorySemantics semantics);
668 void WriteMemoryBarrier(Blob *blob, IdScope memory, IdMemorySemantics semantics);
674 IdMemorySemantics semantics);
678 IdMemorySemantics semantics,
685 IdMemorySemantics semantics,
692 IdMemorySemantics equal,
693 IdMemorySemantics unequal,
701 IdMemorySemantics semantics);
707 IdMemorySemantics semantics);
713 IdMemorySemantics semantics,
[all …]
Dspirv_instruction_parser_autogen.cpp2885 IdMemorySemantics *semantics) in ParseControlBarrier()
2894 *semantics = IdMemorySemantics(_instruction[_o++]); in ParseControlBarrier()
2896 void ParseMemoryBarrier(const uint32_t *_instruction, IdScope *memory, IdMemorySemantics *semantics) in ParseMemoryBarrier()
2904 *semantics = IdMemorySemantics(_instruction[_o++]); in ParseMemoryBarrier()
2911 IdMemorySemantics *semantics) in ParseAtomicLoad()
2922 *semantics = IdMemorySemantics(_instruction[_o++]); in ParseAtomicLoad()
2927 IdMemorySemantics *semantics, in ParseAtomicStore()
2937 *semantics = IdMemorySemantics(_instruction[_o++]); in ParseAtomicStore()
2945 IdMemorySemantics *semantics, in ParseAtomicExchange()
2957 *semantics = IdMemorySemantics(_instruction[_o++]); in ParseAtomicExchange()
[all …]
Dspirv_types.h65 using IdMemorySemantics = IdRef; variable
Dspirv_instruction_builder_autogen.cpp2392 void WriteControlBarrier(Blob *blob, IdScope execution, IdScope memory, IdMemorySemantics semantics) in WriteControlBarrier()
2401 void WriteMemoryBarrier(Blob *blob, IdScope memory, IdMemorySemantics semantics) in WriteMemoryBarrier()
2414 IdMemorySemantics semantics) in WriteAtomicLoad()
2428 IdMemorySemantics semantics, in WriteAtomicStore()
2444 IdMemorySemantics semantics, in WriteAtomicExchange()
2462 IdMemorySemantics equal, in WriteAtomicCompareExchange()
2463 IdMemorySemantics unequal, in WriteAtomicCompareExchange()
2484 IdMemorySemantics semantics) in WriteAtomicIIncrement()
2500 IdMemorySemantics semantics) in WriteAtomicIDecrement()
2516 IdMemorySemantics semantics, in WriteAtomicIAdd()
[all …]
/external/angle/src/compiler/translator/
DOutputSPIRV.cpp1902 spirv::IdMemorySemantics semantics,
2862 const spirv::IdMemorySemantics semanticsId = in createAtomicBuiltIn()