/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_type.cpp | 224 if (!length || !spvOpcodeIsConstant(length->opcode())) { in ValidateTypeArray() 546 !spvOpcodeIsConstant(scope->opcode())) { in ValidateTypeCooperativeMatrix() 556 !spvOpcodeIsConstant(rows->opcode())) { in ValidateTypeCooperativeMatrix() 566 !spvOpcodeIsConstant(cols->opcode())) { in ValidateTypeCooperativeMatrix() 577 !spvOpcodeIsConstant(use->opcode())) { in ValidateTypeCooperativeMatrix()
|
H A D | validate_non_uniform.cpp | 130 if (!spvOpcodeIsConstant(id_op)) { in ValidateGroupNonUniformBroadcastShuffle() 356 if (!spvOpcodeIsConstant(operand->opcode())) { in ValidateGroupNonUniformArithmetic() 401 if (!spvOpcodeIsConstant(cluster_size_inst->opcode())) { in ValidateGroupNonUniformRotateKHR()
|
H A D | validate_primitives.cpp | 58 if (!spvOpcodeIsConstant(stream_opcode)) { in PrimitivesPass()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_type.cpp | 239 if (!length || !spvOpcodeIsConstant(length->opcode())) { in ValidateTypeArray() 573 !spvOpcodeIsConstant(scope->opcode())) { in ValidateTypeCooperativeMatrix() 583 !spvOpcodeIsConstant(rows->opcode())) { in ValidateTypeCooperativeMatrix() 593 !spvOpcodeIsConstant(cols->opcode())) { in ValidateTypeCooperativeMatrix() 604 !spvOpcodeIsConstant(use->opcode())) { in ValidateTypeCooperativeMatrix()
|
D | validate_primitives.cpp | 58 if (!spvOpcodeIsConstant(stream_opcode)) { in PrimitivesPass()
|
D | validate_non_uniform.cpp | 130 if (!spvOpcodeIsConstant(id_op)) { in ValidateGroupNonUniformBroadcastShuffle() 356 if (!spvOpcodeIsConstant(operand->opcode())) { in ValidateGroupNonUniformArithmetic()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_type.cpp | 226 if (!length || !spvOpcodeIsConstant(length->opcode())) { in ValidateTypeArray() 548 !spvOpcodeIsConstant(scope->opcode())) { in ValidateTypeCooperativeMatrix() 558 !spvOpcodeIsConstant(rows->opcode())) { in ValidateTypeCooperativeMatrix() 568 !spvOpcodeIsConstant(cols->opcode())) { in ValidateTypeCooperativeMatrix() 579 !spvOpcodeIsConstant(use->opcode())) { in ValidateTypeCooperativeMatrix()
|
H A D | validate_non_uniform.cpp | 130 if (!spvOpcodeIsConstant(id_op)) { in ValidateGroupNonUniformBroadcastShuffle() 356 if (!spvOpcodeIsConstant(operand->opcode())) { in ValidateGroupNonUniformArithmetic() 400 if (!spvOpcodeIsConstant(cluster_size_inst->opcode())) { in ValidateGroupNonUniformRotateKHR()
|
H A D | validate_primitives.cpp | 58 if (!spvOpcodeIsConstant(stream_opcode)) { in PrimitivesPass()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_access_chain.cpp | 383 assert(spvOpcodeIsConstant(index_instruction->opcode()) && in GetStructIndexValue() 421 if (!spvOpcodeIsConstant(index_instruction->opcode())) { in ValidIndexToComposite()
|
D | transformation_add_local_variable.cpp | 60 if (!spvOpcodeIsConstant(initializer_instruction->opcode())) { in IsApplicable()
|
D | transformation_replace_irrelevant_id.cpp | 134 !spvOpcodeIsConstant(replacement_for_use.opcode()); in AttemptsToReplaceVariableInitializerWithNonConstant()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | transformation_access_chain.cpp | 383 assert(spvOpcodeIsConstant(index_instruction->opcode()) && in GetStructIndexValue() 421 if (!spvOpcodeIsConstant(index_instruction->opcode())) { in ValidIndexToComposite()
|
H A D | transformation_add_local_variable.cpp | 60 if (!spvOpcodeIsConstant(initializer_instruction->opcode())) { in IsApplicable()
|
H A D | transformation_replace_irrelevant_id.cpp | 134 !spvOpcodeIsConstant(replacement_for_use.opcode()); in AttemptsToReplaceVariableInitializerWithNonConstant()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 383 assert(spvOpcodeIsConstant(index_instruction->opcode()) && in GetStructIndexValue() 421 if (!spvOpcodeIsConstant(index_instruction->opcode())) { in ValidIndexToComposite()
|
H A D | transformation_add_local_variable.cpp | 60 if (!spvOpcodeIsConstant(initializer_instruction->opcode())) { in IsApplicable()
|
H A D | transformation_replace_irrelevant_id.cpp | 134 !spvOpcodeIsConstant(replacement_for_use.opcode()); in AttemptsToReplaceVariableInitializerWithNonConstant()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/reduce/ |
H A D | operand_to_const_reduction_opportunity_finder.cpp | 49 if (spvOpcodeIsConstant(def->opcode())) { in GetAvailableOpportunities()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | operand_to_const_reduction_opportunity_finder.cpp | 49 if (spvOpcodeIsConstant(def->opcode())) { in GetAvailableOpportunities()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | operand_to_const_reduction_opportunity_finder.cpp | 49 if (spvOpcodeIsConstant(def->opcode())) { in GetAvailableOpportunities()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | reflect.h | 54 return spvOpcodeIsConstant(opcode); in IsConstantInst()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | reflect.h | 54 return spvOpcodeIsConstant(opcode); in IsConstantInst()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | reflect.h | 54 return spvOpcodeIsConstant(opcode); in IsConstantInst()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | opcode.h | 69 int32_t spvOpcodeIsConstant(const spv::Op opcode);
|