/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_primitives.cpp | 60 if (!spvOpcodeIsConstant(stream_opcode)) { in PrimitivesPass()
|
D | validate_type.cpp | 239 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/ |
D | validate_primitives.cpp | 60 if (!spvOpcodeIsConstant(stream_opcode)) { in PrimitivesPass()
|
D | validate_type.cpp | 239 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/ |
D | validate_primitives.cpp | 60 if (!spvOpcodeIsConstant(stream_opcode)) { in PrimitivesPass()
|
D | validate_type.cpp | 239 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/ |
D | operand_to_const_reduction_opportunity_finder.cpp | 49 if (spvOpcodeIsConstant(def->opcode())) { in GetAvailableOpportunities()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | operand_to_const_reduction_opportunity_finder.cpp | 49 if (spvOpcodeIsConstant(def->opcode())) { in GetAvailableOpportunities()
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | operand_to_const_reduction_opportunity_finder.cpp | 49 if (spvOpcodeIsConstant(def->opcode())) { in GetAvailableOpportunities()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_add_local_variable.cpp | 58 if (!spvOpcodeIsConstant(initializer_instruction->opcode())) { in IsApplicable()
|
D | transformation_access_chain.cpp | 381 assert(spvOpcodeIsConstant(index_instruction->opcode()) && in GetStructIndexValue() 419 if (!spvOpcodeIsConstant(index_instruction->opcode())) { in ValidIndexToComposite()
|
D | transformation_replace_irrelevant_id.cpp | 134 !spvOpcodeIsConstant(replacement_for_use.opcode()); in AttemptsToReplaceVariableInitializerWithNonConstant()
|
D | transformation_replace_copy_object_with_store_load.cpp | 72 if (!constant_inst || !spvOpcodeIsConstant(constant_inst->opcode()) || in IsApplicable()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_add_local_variable.cpp | 58 if (!spvOpcodeIsConstant(initializer_instruction->opcode())) { in IsApplicable()
|
D | transformation_access_chain.cpp | 381 assert(spvOpcodeIsConstant(index_instruction->opcode()) && in GetStructIndexValue() 419 if (!spvOpcodeIsConstant(index_instruction->opcode())) { in ValidIndexToComposite()
|
D | transformation_replace_irrelevant_id.cpp | 134 !spvOpcodeIsConstant(replacement_for_use.opcode()); in AttemptsToReplaceVariableInitializerWithNonConstant()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.h | 69 int32_t spvOpcodeIsConstant(const SpvOp opcode);
|
D | opcode.cpp | 231 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/ |
D | opcode.h | 69 int32_t spvOpcodeIsConstant(const SpvOp opcode);
|
D | opcode.cpp | 231 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/ |
D | transformation_add_local_variable.cpp | 58 if (!spvOpcodeIsConstant(initializer_instruction->opcode())) { in IsApplicable()
|
D | transformation_access_chain.cpp | 381 assert(spvOpcodeIsConstant(index_instruction->opcode()) && in GetStructIndexValue() 419 if (!spvOpcodeIsConstant(index_instruction->opcode())) { in ValidIndexToComposite()
|
D | transformation_replace_irrelevant_id.cpp | 134 !spvOpcodeIsConstant(replacement_for_use.opcode()); in AttemptsToReplaceVariableInitializerWithNonConstant()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.h | 69 int32_t spvOpcodeIsConstant(const SpvOp opcode);
|
D | opcode.cpp | 231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() function 251 return opcode == SpvOpUndef || spvOpcodeIsConstant(opcode); in spvOpcodeIsConstantOrUndef()
|