Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_make_vector_operation_dynamic.cpp45 auto constant_index_instruction = in IsApplicable() local
47 if (!constant_index_instruction || !constant_index_instruction->type_id() || in IsApplicable()
49 ->GetType(constant_index_instruction->type_id()) in IsApplicable()
Dfuzzer_util.cpp1570 auto constant_index_instruction = ir_context->get_def_use_mgr()->GetDef( in IdUseCanBeReplaced() local
1572 assert(constant_index_instruction->opcode() == SpvOpConstant); in IdUseCanBeReplaced()
1574 constant_index_instruction->GetSingleWordInOperand(0); in IdUseCanBeReplaced()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_make_vector_operation_dynamic.cpp46 auto constant_index_instruction = in IsApplicable() local
48 if (!constant_index_instruction || !constant_index_instruction->type_id() || in IsApplicable()
50 ->GetType(constant_index_instruction->type_id()) in IsApplicable()
Dfuzzer_util.cpp1579 auto constant_index_instruction = ir_context->get_def_use_mgr()->GetDef( in IdUseCanBeReplaced() local
1581 assert(constant_index_instruction->opcode() == SpvOpConstant); in IdUseCanBeReplaced()
1583 constant_index_instruction->GetSingleWordInOperand(0); in IdUseCanBeReplaced()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_make_vector_operation_dynamic.cpp46 auto constant_index_instruction = in IsApplicable() local
48 if (!constant_index_instruction || !constant_index_instruction->type_id() || in IsApplicable()
50 ->GetType(constant_index_instruction->type_id()) in IsApplicable()
Dfuzzer_util.cpp1579 auto constant_index_instruction = ir_context->get_def_use_mgr()->GetDef( in IdUseCanBeReplaced() local
1581 assert(constant_index_instruction->opcode() == SpvOpConstant); in IdUseCanBeReplaced()
1583 constant_index_instruction->GetSingleWordInOperand(0); in IdUseCanBeReplaced()