Home
last modified time | relevance | path

Searched refs:pointer_to_struct_instruction (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp809 auto pointer_to_struct_instruction = in HandleOpArrayLength() local
812 assert(pointer_to_struct_instruction->opcode() == SpvOpTypePointer && in HandleOpArrayLength()
816 pointer_to_struct_instruction->GetSingleWordInOperand(1)); in HandleOpArrayLength()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp809 auto pointer_to_struct_instruction = in HandleOpArrayLength() local
812 assert(pointer_to_struct_instruction->opcode() == SpvOpTypePointer && in HandleOpArrayLength()
816 pointer_to_struct_instruction->GetSingleWordInOperand(1)); in HandleOpArrayLength()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp810 auto pointer_to_struct_instruction = in HandleOpArrayLength() local
813 assert(pointer_to_struct_instruction->opcode() == spv::Op::OpTypePointer && in HandleOpArrayLength()
817 pointer_to_struct_instruction->GetSingleWordInOperand(1)); in HandleOpArrayLength()