/external/angle/third_party/spirv-tools/src/test/link/ |
D | global_values_amount_test.cpp | 40 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/ |
D | global_values_amount_test.cpp | 40 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/ |
D | global_values_amount_test.cpp | 40 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/ |
D | operand_to_undef_reduction_opportunity_finder.cpp | 37 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/ |
D | operand_to_undef_reduction_opportunity_finder.cpp | 37 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/ |
D | operand_to_undef_reduction_opportunity_finder.cpp | 37 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/ |
D | validate_function.cpp | 31 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()
|
D | validate_memory.cpp | 404 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/ |
D | validate_function.cpp | 31 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()
|
D | validate_memory.cpp | 402 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/ |
D | validate_function.cpp | 31 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()
|
D | validate_memory.cpp | 404 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/ |
D | instruction.cpp | 190 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()
|
D | desc_sroa.cpp | 52 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/ |
D | desc_sroa.cpp | 52 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()
|
D | instruction.cpp | 243 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/ |
D | desc_sroa.cpp | 52 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()
|
D | instruction.cpp | 224 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/ |
D | fuzzer_util.cpp | 230 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()
|
D | fuzzer_pass_add_function_calls.cpp | 124 SpvOpTypePointer) { in GetAvailableInstructionsSuitableForActualParameters() 200 if (type_instruction->opcode() == SpvOpTypePointer) { in ChooseFunctionCallArguments()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_util.cpp | 230 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()
|
D | fuzzer_pass_add_function_calls.cpp | 126 SpvOpTypePointer) { in GetAvailableInstructionsSuitableForActualParameters() 204 if (type_instruction->opcode() == SpvOpTypePointer) { in ChooseFunctionCallArguments()
|
D | fuzzer_pass_add_loads.cpp | 75 ->opcode() == SpvOpTypePointer; in Apply()
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | fuzzer_util.cpp | 236 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()
|
D | fuzzer_pass_add_function_calls.cpp | 126 SpvOpTypePointer) { in GetAvailableInstructionsSuitableForActualParameters() 204 if (type_instruction->opcode() == SpvOpTypePointer) { in ChooseFunctionCallArguments()
|