Home
last modified time | relevance | path

Searched refs:spvOpcodeIsConstant (Results 1 – 25 of 65) sorted by relevance

123

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_primitives.cpp60 if (!spvOpcodeIsConstant(stream_opcode)) { in PrimitivesPass()
Dvalidate_type.cpp239 if (!length || !spvOpcodeIsConstant(length->opcode())) { in ValidateTypeArray()
578 !spvOpcodeIsConstant(scope->opcode())) { in ValidateTypeCooperativeMatrixNV()
588 !spvOpcodeIsConstant(rows->opcode())) { in ValidateTypeCooperativeMatrixNV()
598 !spvOpcodeIsConstant(cols->opcode())) { in ValidateTypeCooperativeMatrixNV()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_primitives.cpp60 if (!spvOpcodeIsConstant(stream_opcode)) { in PrimitivesPass()
Dvalidate_type.cpp239 if (!length || !spvOpcodeIsConstant(length->opcode())) { in ValidateTypeArray()
577 !spvOpcodeIsConstant(scope->opcode())) { in ValidateTypeCooperativeMatrixNV()
587 !spvOpcodeIsConstant(rows->opcode())) { in ValidateTypeCooperativeMatrixNV()
597 !spvOpcodeIsConstant(cols->opcode())) { in ValidateTypeCooperativeMatrixNV()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_primitives.cpp60 if (!spvOpcodeIsConstant(stream_opcode)) { in PrimitivesPass()
Dvalidate_type.cpp239 if (!length || !spvOpcodeIsConstant(length->opcode())) { in ValidateTypeArray()
578 !spvOpcodeIsConstant(scope->opcode())) { in ValidateTypeCooperativeMatrixNV()
588 !spvOpcodeIsConstant(rows->opcode())) { in ValidateTypeCooperativeMatrixNV()
598 !spvOpcodeIsConstant(cols->opcode())) { in ValidateTypeCooperativeMatrixNV()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Doperand_to_const_reduction_opportunity_finder.cpp49 if (spvOpcodeIsConstant(def->opcode())) { in GetAvailableOpportunities()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Doperand_to_const_reduction_opportunity_finder.cpp49 if (spvOpcodeIsConstant(def->opcode())) { in GetAvailableOpportunities()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Doperand_to_const_reduction_opportunity_finder.cpp49 if (spvOpcodeIsConstant(def->opcode())) { in GetAvailableOpportunities()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_local_variable.cpp58 if (!spvOpcodeIsConstant(initializer_instruction->opcode())) { in IsApplicable()
Dtransformation_access_chain.cpp381 assert(spvOpcodeIsConstant(index_instruction->opcode()) && in GetStructIndexValue()
419 if (!spvOpcodeIsConstant(index_instruction->opcode())) { in ValidIndexToComposite()
Dtransformation_replace_irrelevant_id.cpp134 !spvOpcodeIsConstant(replacement_for_use.opcode()); in AttemptsToReplaceVariableInitializerWithNonConstant()
Dtransformation_replace_copy_object_with_store_load.cpp72 if (!constant_inst || !spvOpcodeIsConstant(constant_inst->opcode()) || in IsApplicable()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_local_variable.cpp58 if (!spvOpcodeIsConstant(initializer_instruction->opcode())) { in IsApplicable()
Dtransformation_access_chain.cpp381 assert(spvOpcodeIsConstant(index_instruction->opcode()) && in GetStructIndexValue()
419 if (!spvOpcodeIsConstant(index_instruction->opcode())) { in ValidIndexToComposite()
Dtransformation_replace_irrelevant_id.cpp134 !spvOpcodeIsConstant(replacement_for_use.opcode()); in AttemptsToReplaceVariableInitializerWithNonConstant()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.h69 int32_t spvOpcodeIsConstant(const SpvOp opcode);
Dopcode.cpp231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() function
251 return opcode == SpvOpUndef || spvOpcodeIsConstant(opcode); in spvOpcodeIsConstantOrUndef()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dopcode.h69 int32_t spvOpcodeIsConstant(const SpvOp opcode);
Dopcode.cpp231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() function
251 return opcode == SpvOpUndef || spvOpcodeIsConstant(opcode); in spvOpcodeIsConstantOrUndef()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_local_variable.cpp58 if (!spvOpcodeIsConstant(initializer_instruction->opcode())) { in IsApplicable()
Dtransformation_access_chain.cpp381 assert(spvOpcodeIsConstant(index_instruction->opcode()) && in GetStructIndexValue()
419 if (!spvOpcodeIsConstant(index_instruction->opcode())) { in ValidIndexToComposite()
Dtransformation_replace_irrelevant_id.cpp134 !spvOpcodeIsConstant(replacement_for_use.opcode()); in AttemptsToReplaceVariableInitializerWithNonConstant()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.h69 int32_t spvOpcodeIsConstant(const SpvOp opcode);
Dopcode.cpp231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() function
251 return opcode == SpvOpUndef || spvOpcodeIsConstant(opcode); in spvOpcodeIsConstantOrUndef()

123