/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/spirv-tools/source/val/ |
D | validate_function.cpp | 31 if (a->opcode() != SpvOpTypePointer || b->opcode() != SpvOpTypePointer) { in DoPointeesLogicallyMatch() 157 if (_.GetIdOpcode(param_nonarray_type_id) == SpvOpTypePointer) { in ValidateFunctionParameter() 190 if (SpvOpTypePointer == pointee_type->opcode() && in ValidateFunctionParameter() 289 if (parameter_type->opcode() == SpvOpTypePointer && in ValidateFunctionCall()
|
D | validate_memory.cpp | 403 if (!result_type || result_type->opcode() != SpvOpTypePointer) { in ValidateVariable() 519 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable() 665 if (pointee_base->opcode() == SpvOpTypePointer) { in ValidateVariable() 771 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable() 833 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable() 912 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateLoad() 939 result_type->opcode() != SpvOpTypePointer) { in ValidateLoad() 967 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateStore() 1076 object_type->opcode() != SpvOpTypePointer) { in ValidateStore() 1155 target_pointer_type->opcode() != SpvOpTypePointer) { in ValidateCopyMemory() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 31 if (a->opcode() != SpvOpTypePointer || b->opcode() != SpvOpTypePointer) { in DoPointeesLogicallyMatch() 157 if (_.GetIdOpcode(param_nonarray_type_id) == SpvOpTypePointer) { in ValidateFunctionParameter() 190 if (SpvOpTypePointer == pointee_type->opcode() && in ValidateFunctionParameter() 290 if (parameter_type->opcode() == SpvOpTypePointer && in ValidateFunctionCall()
|
D | validate_memory.cpp | 404 if (!result_type || result_type->opcode() != SpvOpTypePointer) { in ValidateVariable() 507 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable() 639 if (pointee_base->opcode() == SpvOpTypePointer) { in ValidateVariable() 738 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable() 800 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable() 882 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 …]
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_function.cpp | 31 if (a->opcode() != SpvOpTypePointer || b->opcode() != SpvOpTypePointer) { in DoPointeesLogicallyMatch() 157 if (_.GetIdOpcode(param_nonarray_type_id) == SpvOpTypePointer) { in ValidateFunctionParameter() 190 if (SpvOpTypePointer == pointee_type->opcode() && in ValidateFunctionParameter() 290 if (parameter_type->opcode() == SpvOpTypePointer && in ValidateFunctionCall()
|
D | validate_memory.cpp | 404 if (!result_type || result_type->opcode() != SpvOpTypePointer) { in ValidateVariable() 507 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable() 639 if (pointee_base->opcode() == SpvOpTypePointer) { in ValidateVariable() 738 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable() 800 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable() 882 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 …]
|
/third_party/spirv-tools/source/reduce/ |
D | operand_to_undef_reduction_opportunity_finder.cpp | 35 if (type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities() 71 if (operand_type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | operand_to_undef_reduction_opportunity_finder.cpp | 35 if (type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities() 71 if (operand_type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | operand_to_undef_reduction_opportunity_finder.cpp | 35 if (type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities() 71 if (operand_type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
|
/third_party/spirv-tools/source/opt/ |
D | instruction.cpp | 265 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageImage() 299 if (opcode() != SpvOpTypePointer) { in IsVulkanSampledImage() 333 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageTexelBuffer() 369 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageBuffer() 421 if (opcode() != SpvOpTypePointer) { in IsVulkanUniformBuffer() 458 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders() 497 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel() 600 if (type->opcode() != SpvOpTypePointer) { in IsValidBasePointer()
|
D | desc_sroa_util.cpp | 44 if (ptr_type_inst->opcode() != SpvOpTypePointer) { in IsDescriptorArray() 102 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in GetNumberOfElementsForArrayOrStruct()
|
/third_party/spirv-tools/test/link/ |
D | global_values_amount_test.cpp | 54 SpvOpTypePointer | 4u << SpvWordCountShift, in SetUp() 109 SpvOpTypePointer | 4u << SpvWordCountShift, in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instruction.cpp | 267 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageImage() 301 if (opcode() != SpvOpTypePointer) { in IsVulkanSampledImage() 335 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageTexelBuffer() 371 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageBuffer() 423 if (opcode() != SpvOpTypePointer) { in IsVulkanUniformBuffer() 460 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders() 499 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel() 622 if (type->opcode() != SpvOpTypePointer) { in IsValidBasePointer()
|
D | desc_sroa_util.cpp | 44 if (ptr_type_inst->opcode() != SpvOpTypePointer) { in IsDescriptorArray() 102 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in GetNumberOfElementsForArrayOrStruct()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.cpp | 267 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageImage() 301 if (opcode() != SpvOpTypePointer) { in IsVulkanSampledImage() 335 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageTexelBuffer() 371 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageBuffer() 423 if (opcode() != SpvOpTypePointer) { in IsVulkanUniformBuffer() 460 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders() 499 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel() 622 if (type->opcode() != SpvOpTypePointer) { in IsValidBasePointer()
|
D | desc_sroa_util.cpp | 44 if (ptr_type_inst->opcode() != SpvOpTypePointer) { in IsDescriptorArray() 102 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in GetNumberOfElementsForArrayOrStruct()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | available_instructions_test.cpp | 187 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST() 197 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST() 208 ASSERT_EQ(SpvOpTypePointer, available[8]->opcode()); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 187 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST() 197 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST() 208 ASSERT_EQ(SpvOpTypePointer, available[8]->opcode()); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 187 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST() 197 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST() 208 ASSERT_EQ(SpvOpTypePointer, available[8]->opcode()); in TEST()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_replace_copy_memory_with_load_store.cpp | 81 assert(target_type_opcode == SpvOpTypePointer && in Apply() 82 source_type_opcode == SpvOpTypePointer && in Apply()
|
D | fuzzer_pass_replace_copy_objects_with_stores_loads.cpp | 51 ->opcode() == SpvOpTypePointer) { in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_copy_memory_with_load_store.cpp | 81 assert(target_type_opcode == SpvOpTypePointer && in Apply() 82 source_type_opcode == SpvOpTypePointer && in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_copy_memory_with_load_store.cpp | 81 assert(target_type_opcode == SpvOpTypePointer && in Apply() 82 source_type_opcode == SpvOpTypePointer && in Apply()
|