Home
last modified time | relevance | path

Searched refs:spvOpcodeIsConstantOrUndef (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_constants.cpp71 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
118 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
186 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
222 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
255 if (!constituent || !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_constants.cpp71 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
118 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
186 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
222 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
255 if (!constituent || !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_constants.cpp71 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
118 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
186 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
222 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
255 if (!constituent || !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dremove_unused_instruction_reduction_opportunity_finder.cpp72 spvOpcodeIsConstantOrUndef(inst.opcode())) { in GetAvailableOpportunities()
102 spvOpcodeIsConstantOrUndef(inst.opcode())) { in GetAvailableOpportunities()
H A Doperand_to_undef_reduction_opportunity_finder.cpp55 if (spvOpcodeIsConstantOrUndef(operand_id_def->opcode())) { in GetAvailableOpportunities()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/reduce/
H A Dremove_unused_instruction_reduction_opportunity_finder.cpp72 spvOpcodeIsConstantOrUndef(inst.opcode())) { in GetAvailableOpportunities()
102 spvOpcodeIsConstantOrUndef(inst.opcode())) { in GetAvailableOpportunities()
H A Doperand_to_undef_reduction_opportunity_finder.cpp55 if (spvOpcodeIsConstantOrUndef(operand_id_def->opcode())) { in GetAvailableOpportunities()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/reduce/
Dremove_unused_instruction_reduction_opportunity_finder.cpp72 spvOpcodeIsConstantOrUndef(inst.opcode())) { in GetAvailableOpportunities()
102 spvOpcodeIsConstantOrUndef(inst.opcode())) { in GetAvailableOpportunities()
Doperand_to_undef_reduction_opportunity_finder.cpp55 if (spvOpcodeIsConstantOrUndef(operand_id_def->opcode())) { in GetAvailableOpportunities()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.h72 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode);
H A Dopcode.cpp255 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode) { in spvOpcodeIsConstantOrUndef() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dopcode.h72 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode);
Dopcode.cpp255 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode) { in spvOpcodeIsConstantOrUndef() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dopcode.h72 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode);
H A Dopcode.cpp280 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode) { in spvOpcodeIsConstantOrUndef() function