Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_load.cpp89 auto memory_scope_instruction = in IsApplicable() local
94 if (!memory_scope_instruction) { in IsApplicable()
102 if (memory_scope_instruction->opcode() != spv::Op::OpConstant) { in IsApplicable()
121 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
135 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
151 spv::Scope(memory_scope_instruction->GetSingleWordInOperand(0)); in IsApplicable()
H A Dtransformation_store.cpp115 auto memory_scope_instruction = in IsApplicable() local
120 if (!memory_scope_instruction) { in IsApplicable()
128 if (memory_scope_instruction->opcode() != spv::Op::OpConstant) { in IsApplicable()
147 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
161 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
177 memory_scope_instruction->GetSingleWordInOperand(0); in IsApplicable()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_load.cpp89 auto memory_scope_instruction = in IsApplicable() local
94 if (!memory_scope_instruction) { in IsApplicable()
102 if (memory_scope_instruction->opcode() != spv::Op::OpConstant) { in IsApplicable()
121 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
135 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
151 spv::Scope(memory_scope_instruction->GetSingleWordInOperand(0)); in IsApplicable()
H A Dtransformation_store.cpp115 auto memory_scope_instruction = in IsApplicable() local
120 if (!memory_scope_instruction) { in IsApplicable()
128 if (memory_scope_instruction->opcode() != spv::Op::OpConstant) { in IsApplicable()
147 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
161 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
177 memory_scope_instruction->GetSingleWordInOperand(0); in IsApplicable()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_load.cpp89 auto memory_scope_instruction = in IsApplicable() local
94 if (!memory_scope_instruction) { in IsApplicable()
102 if (memory_scope_instruction->opcode() != spv::Op::OpConstant) { in IsApplicable()
121 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
135 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
151 spv::Scope(memory_scope_instruction->GetSingleWordInOperand(0)); in IsApplicable()
Dtransformation_store.cpp115 auto memory_scope_instruction = in IsApplicable() local
120 if (!memory_scope_instruction) { in IsApplicable()
128 if (memory_scope_instruction->opcode() != spv::Op::OpConstant) { in IsApplicable()
147 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
161 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
177 memory_scope_instruction->GetSingleWordInOperand(0); in IsApplicable()