Home
last modified time | relevance | path

Searched refs:operand_word (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_id.cpp148 const uint32_t operand_word = inst->word(operand.offset); in IdPass() local
161 result_id = operand_word; in IdPass()
170 if (const auto def = _.FindDef(operand_word)) { in IdPass()
180 << "Operand " << _.getIdName(operand_word) in IdPass()
193 << "Operand " << _.getIdName(operand_word) in IdPass()
197 << "Operand " << _.getIdName(operand_word) in IdPass()
205 !_.IsForwardPointer(operand_word)) { in IdPass()
207 << "Operand " << _.getIdName(operand_word) in IdPass()
210 ret = _.ForwardDeclareId(operand_word); in IdPass()
214 << "ID " << _.getIdName(operand_word) in IdPass()
[all …]
Dvalidation_state.cpp557 const uint32_t operand_word = inst->word(operand.offset); in RegisterInstruction() local
558 Instruction* operand_inst = FindDef(operand_word); in RegisterInstruction()
568 RegisterSampledImageConsumer(operand_word, inst); in RegisterInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp148 const uint32_t operand_word = inst->word(operand.offset); in IdPass() local
161 result_id = operand_word; in IdPass()
170 if (const auto def = _.FindDef(operand_word)) { in IdPass()
181 << "Operand " << _.getIdName(operand_word) in IdPass()
197 << "Operand " << _.getIdName(operand_word) in IdPass()
201 << "Operand " << _.getIdName(operand_word) in IdPass()
209 !_.IsForwardPointer(operand_word)) { in IdPass()
211 << "Operand " << _.getIdName(operand_word) in IdPass()
214 ret = _.ForwardDeclareId(operand_word); in IdPass()
218 << "ID " << _.getIdName(operand_word) in IdPass()
[all …]
Dvalidation_state.cpp564 const uint32_t operand_word = inst->word(operand.offset); in RegisterInstruction() local
565 Instruction* operand_inst = FindDef(operand_word); in RegisterInstruction()
575 RegisterSampledImageConsumer(operand_word, inst); in RegisterInstruction()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_id.cpp137 const uint32_t operand_word = inst->word(operand.offset); in IdPass() local
150 result_id = operand_word; in IdPass()
159 if (const auto def = _.FindDef(operand_word)) { in IdPass()
173 << "Operand " << _.getIdName(operand_word) in IdPass()
192 << "Operand " << _.getIdName(operand_word) in IdPass()
196 << "Operand " << _.getIdName(operand_word) in IdPass()
204 !_.IsForwardPointer(operand_word)) { in IdPass()
206 << "Operand " << _.getIdName(operand_word) in IdPass()
209 ret = _.ForwardDeclareId(operand_word); in IdPass()
213 << "ID " << _.getIdName(operand_word) in IdPass()
[all …]
Dvalidation_state.cpp567 const uint32_t operand_word = inst->word(operand.offset); in RegisterInstruction() local
568 Instruction* operand_inst = FindDef(operand_word); in RegisterInstruction()
578 RegisterSampledImageConsumer(operand_word, inst); in RegisterInstruction()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dinstruction_message.cpp32 for (auto operand_word : operand.words) { in MakeInstructionMessage() local
33 operand_message->add_operand_data(operand_word); in MakeInstructionMessage()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dinstruction_message.cpp32 for (auto operand_word : operand.words) { in MakeInstructionMessage() local
33 operand_message->add_operand_data(operand_word); in MakeInstructionMessage()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dinstruction_message.cpp32 for (auto operand_word : operand.words) { in MakeInstructionMessage() local
33 operand_message->add_operand_data(operand_word); in MakeInstructionMessage()