Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.h794 IdScope *execution,
795 IdScope *memory,
798 IdScope *memory,
804 IdScope *scope,
808 IdScope *scope,
815 IdScope *scope,
822 IdScope *scope,
831 IdScope *scope,
837 IdScope *scope,
843 IdScope *scope,
[all …]
Dspirv_instruction_builder_autogen.h665 IdScope execution,
666 IdScope memory,
668 void WriteMemoryBarrier(Blob *blob, IdScope memory, IdMemorySemantics semantics);
673 IdScope scope,
677 IdScope scope,
684 IdScope scope,
691 IdScope scope,
700 IdScope scope,
706 IdScope scope,
712 IdScope scope,
[all …]
Dspirv_instruction_parser_autogen.cpp2883 IdScope *execution, in ParseControlBarrier()
2884 IdScope *memory, in ParseControlBarrier()
2892 *execution = IdScope(_instruction[_o++]); in ParseControlBarrier()
2893 *memory = IdScope(_instruction[_o++]); in ParseControlBarrier()
2896 void ParseMemoryBarrier(const uint32_t *_instruction, IdScope *memory, IdMemorySemantics *semantics) in ParseMemoryBarrier()
2903 *memory = IdScope(_instruction[_o++]); in ParseMemoryBarrier()
2910 IdScope *scope, in ParseAtomicLoad()
2921 *scope = IdScope(_instruction[_o++]); in ParseAtomicLoad()
2926 IdScope *scope, in ParseAtomicStore()
2936 *scope = IdScope(_instruction[_o++]); in ParseAtomicStore()
[all …]
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()
2413 IdScope scope, in WriteAtomicLoad()
2427 IdScope scope, in WriteAtomicStore()
2443 IdScope scope, in WriteAtomicExchange()
2461 IdScope scope, in WriteAtomicCompareExchange()
2483 IdScope scope, in WriteAtomicIIncrement()
2499 IdScope scope, in WriteAtomicIDecrement()
2515 IdScope scope, in WriteAtomicIAdd()
2533 IdScope scope, in WriteAtomicISub()
[all …]
Dspirv_types.h66 using IdScope = IdRef; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp2247 spirv::IdScope scope,
3231 const spirv::IdScope scopeId = mBuilder.getUintConstant(spv::ScopeDevice); in createAtomicBuiltIn()