Searched refs:OperandMemorySemantics (Results 1 – 12 of 12) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | doc.cpp | 1509 OperandClassParams[OperandMemorySemantics].set(0, MemorySemanticsString, nullptr, true); in Parameterize() 2164 InstructionDesc[OpControlBarrier].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize() 2167 InstructionDesc[OpMemoryBarrier].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize() 2175 InstructionDesc[OpAtomicLoad].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize() 2179 InstructionDesc[OpAtomicStore].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize() 2184 InstructionDesc[OpAtomicExchange].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize() 2189 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize() 2190 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize() 2196 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize() 2197 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize() [all …]
|
D | doc.h | 151 OperandMemorySemantics, enumerator
|
D | disassemble.cpp | 443 case OperandMemorySemantics: in disassembleInstruction()
|
D | SPVRemapper.cpp | 578 case spv::OperandMemorySemantics: in processInstruction()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 137 type = OperandMemorySemantics; in ToOperandClassAndOptionality() 386 …establishOperandClass(enumName, OperandMemorySemantics, &MemorySemanticsParams, operandEnum, categ… in jsonToSpirv()
|
D | jsonToSpirv.h | 78 OperandMemorySemantics, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 137 type = OperandMemorySemantics; in ToOperandClassAndOptionality() 386 …establishOperandClass(enumName, OperandMemorySemantics, &MemorySemanticsParams, operandEnum, categ… in jsonToSpirv()
|
D | jsonToSpirv.h | 78 OperandMemorySemantics, enumerator
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 137 type = OperandMemorySemantics; in ToOperandClassAndOptionality() 386 …establishOperandClass(enumName, OperandMemorySemantics, &MemorySemanticsParams, operandEnum, categ… in jsonToSpirv()
|
D | jsonToSpirv.h | 78 OperandMemorySemantics, enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 37 " OperandMemorySemantics,",OpMemoryBarrier,"it's an ID, not in grammar",OpMemoryBarrier*,not enum
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 37 " OperandMemorySemantics,",OpMemoryBarrier,"it's an ID, not in grammar",OpMemoryBarrier*,not enum
|