Home
last modified time | relevance | path

Searched refs:SpvOpTypePointer (Results 1 – 25 of 162) sorted by relevance

1234567

/external/angle/third_party/spirv-tools/src/test/link/
Dglobal_values_amount_test.cpp40 4u << SpvWordCountShift | SpvOpTypePointer, in SetUp()
91 4u << SpvWordCountShift | SpvOpTypePointer, in SetUp()
129 4u << SpvWordCountShift | SpvOpTypePointer, in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp40 4u << SpvWordCountShift | SpvOpTypePointer, in SetUp()
91 4u << SpvWordCountShift | SpvOpTypePointer, in SetUp()
129 4u << SpvWordCountShift | SpvOpTypePointer, in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp40 4u << SpvWordCountShift | SpvOpTypePointer, in SetUp()
91 4u << SpvWordCountShift | SpvOpTypePointer, in SetUp()
129 4u << SpvWordCountShift | SpvOpTypePointer, in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Doperand_to_undef_reduction_opportunity_finder.cpp37 if (type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
73 if (operand_type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Doperand_to_undef_reduction_opportunity_finder.cpp37 if (type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
73 if (operand_type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
/external/angle/third_party/spirv-tools/src/source/reduce/
Doperand_to_undef_reduction_opportunity_finder.cpp37 if (type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
73 if (operand_type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_function.cpp31 if (a->opcode() != SpvOpTypePointer || b->opcode() != SpvOpTypePointer) { in DoPointeesLogicallyMatch()
156 if (_.GetIdOpcode(param_nonarray_type_id) == SpvOpTypePointer) { in ValidateFunctionParameter()
189 if (SpvOpTypePointer == pointee_type->opcode() && in ValidateFunctionParameter()
289 if (parameter_type->opcode() == SpvOpTypePointer && in ValidateFunctionCall()
Dvalidate_memory.cpp404 if (!result_type || result_type->opcode() != SpvOpTypePointer) { in ValidateVariable()
505 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable()
623 if (pointee_base->opcode() == SpvOpTypePointer) { in ValidateVariable()
760 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
817 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
894 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
912 result_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
943 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1031 object_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1110 target_pointer_type->opcode() != SpvOpTypePointer) { in ValidateCopyMemory()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp31 if (a->opcode() != SpvOpTypePointer || b->opcode() != SpvOpTypePointer) { in DoPointeesLogicallyMatch()
156 if (_.GetIdOpcode(param_nonarray_type_id) == SpvOpTypePointer) { in ValidateFunctionParameter()
189 if (SpvOpTypePointer == pointee_type->opcode() && in ValidateFunctionParameter()
289 if (parameter_type->opcode() == SpvOpTypePointer && in ValidateFunctionCall()
Dvalidate_memory.cpp402 if (!result_type || result_type->opcode() != SpvOpTypePointer) { in ValidateVariable()
503 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable()
617 if (pointee_base->opcode() == SpvOpTypePointer) { in ValidateVariable()
754 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
811 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
888 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
906 result_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
937 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1025 object_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1104 target_pointer_type->opcode() != SpvOpTypePointer) { in ValidateCopyMemory()
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_function.cpp31 if (a->opcode() != SpvOpTypePointer || b->opcode() != SpvOpTypePointer) { in DoPointeesLogicallyMatch()
156 if (_.GetIdOpcode(param_nonarray_type_id) == SpvOpTypePointer) { in ValidateFunctionParameter()
189 if (SpvOpTypePointer == pointee_type->opcode() && in ValidateFunctionParameter()
289 if (parameter_type->opcode() == SpvOpTypePointer && in ValidateFunctionCall()
Dvalidate_memory.cpp404 if (!result_type || result_type->opcode() != SpvOpTypePointer) { in ValidateVariable()
505 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable()
623 if (pointee_base->opcode() == SpvOpTypePointer) { in ValidateVariable()
760 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
817 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
894 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
912 result_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
943 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1031 object_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1110 target_pointer_type->opcode() != SpvOpTypePointer) { in ValidateCopyMemory()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp190 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageImage()
216 if (opcode() != SpvOpTypePointer) { in IsVulkanSampledImage()
242 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageTexelBuffer()
269 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageBuffer()
298 if (opcode() != SpvOpTypePointer) { in IsVulkanUniformBuffer()
397 if (type->opcode() != SpvOpTypePointer) { in IsValidBasePointer()
Ddesc_sroa.cpp52 if (ptr_type_inst->opcode() != SpvOpTypePointer) { in IsCandidate()
179 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in GetReplacementVariable()
214 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in CreateReplacementVariable()
/external/angle/third_party/spirv-tools/src/source/opt/
Ddesc_sroa.cpp52 if (ptr_type_inst->opcode() != SpvOpTypePointer) { in IsCandidate()
179 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in GetReplacementVariable()
214 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in CreateReplacementVariable()
Dinstruction.cpp243 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageImage()
277 if (opcode() != SpvOpTypePointer) { in IsVulkanSampledImage()
311 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageTexelBuffer()
346 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageBuffer()
382 if (opcode() != SpvOpTypePointer) { in IsVulkanUniformBuffer()
489 if (type->opcode() != SpvOpTypePointer) { in IsValidBasePointer()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp52 if (ptr_type_inst->opcode() != SpvOpTypePointer) { in IsCandidate()
179 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in GetReplacementVariable()
214 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in CreateReplacementVariable()
Dinstruction.cpp224 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageImage()
258 if (opcode() != SpvOpTypePointer) { in IsVulkanSampledImage()
292 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageTexelBuffer()
327 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageBuffer()
363 if (opcode() != SpvOpTypePointer) { in IsVulkanUniformBuffer()
470 if (type->opcode() != SpvOpTypePointer) { in IsValidBasePointer()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_util.cpp230 if (type_inst->opcode() == SpvOpTypePointer) { in CanMakeSynonymOf()
483 assert(pointer_type_inst && pointer_type_inst->opcode() == SpvOpTypePointer && in GetPointeeTypeIdFromPointerType()
496 assert(pointer_type_inst && pointer_type_inst->opcode() == SpvOpTypePointer && in GetStorageClassFromPointerType()
512 case SpvOpTypePointer: in MaybeGetPointerType()
Dfuzzer_pass_add_function_calls.cpp124 SpvOpTypePointer) { in GetAvailableInstructionsSuitableForActualParameters()
200 if (type_instruction->opcode() == SpvOpTypePointer) { in ChooseFunctionCallArguments()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_util.cpp230 if (type_inst->opcode() == SpvOpTypePointer) { in CanMakeSynonymOf()
498 assert(pointer_type_inst && pointer_type_inst->opcode() == SpvOpTypePointer && in GetPointeeTypeIdFromPointerType()
511 assert(pointer_type_inst && pointer_type_inst->opcode() == SpvOpTypePointer && in GetStorageClassFromPointerType()
527 case SpvOpTypePointer: in MaybeGetPointerType()
Dfuzzer_pass_add_function_calls.cpp126 SpvOpTypePointer) { in GetAvailableInstructionsSuitableForActualParameters()
204 if (type_instruction->opcode() == SpvOpTypePointer) { in ChooseFunctionCallArguments()
Dfuzzer_pass_add_loads.cpp75 ->opcode() == SpvOpTypePointer; in Apply()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_util.cpp236 if (type_inst->opcode() == SpvOpTypePointer) { in CanMakeSynonymOf()
504 assert(pointer_type_inst && pointer_type_inst->opcode() == SpvOpTypePointer && in GetPointeeTypeIdFromPointerType()
517 assert(pointer_type_inst && pointer_type_inst->opcode() == SpvOpTypePointer && in GetStorageClassFromPointerType()
533 case SpvOpTypePointer: in MaybeGetPointerType()
Dfuzzer_pass_add_function_calls.cpp126 SpvOpTypePointer) { in GetAvailableInstructionsSuitableForActualParameters()
204 if (type_instruction->opcode() == SpvOpTypePointer) { in ChooseFunctionCallArguments()

1234567