Home
last modified time | relevance | path

Searched refs:SpvOpTypeImage (Results 1 – 25 of 69) sorted by relevance

123

/third_party/spirv-tools/test/
Dtext_to_binary.type_declaration_test.cpp42 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, GetParam().value(), 2, 3, 0, 4, in TEST_P()
79 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, SpvDim1D, 2, 3, 0, 4, in TEST_P()
147 Eq(MakeInstruction(SpvOpTypeImage, in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.type_declaration_test.cpp42 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, GetParam().value(), 2, 3, 0, 4, in TEST_P()
79 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, SpvDim1D, 2, 3, 0, 4, in TEST_P()
147 Eq(MakeInstruction(SpvOpTypeImage, in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.type_declaration_test.cpp42 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, GetParam().value(), 2, 3, 0, 4, in TEST_P()
79 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, SpvDim1D, 2, 3, 0, 4, in TEST_P()
147 Eq(MakeInstruction(SpvOpTypeImage, in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_image.cpp106 if (inst->opcode() != SpvOpTypeImage) return false; in GetImageTypeInfo()
899 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateTypeSampledImage()
957 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateSampledImage()
1075 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageTexelPointer()
1348 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageFetch()
1529 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageRead()
1630 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageWrite()
1715 if (_.GetIdOpcode(result_type) != SpvOpTypeImage) { in ValidateImage()
1746 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySizeLod()
1812 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySize()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp106 if (inst->opcode() != SpvOpTypeImage) return false; in GetImageTypeInfo()
899 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateTypeSampledImage()
957 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateSampledImage()
1075 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageTexelPointer()
1348 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageFetch()
1529 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageRead()
1630 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageWrite()
1715 if (_.GetIdOpcode(result_type) != SpvOpTypeImage) { in ValidateImage()
1746 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySizeLod()
1812 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySize()
[all …]
/third_party/spirv-tools/source/val/
Dvalidate_image.cpp108 if (inst->opcode() != SpvOpTypeImage) return false; in GetImageTypeInfo()
901 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateTypeSampledImage()
969 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateSampledImage()
1088 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageTexelPointer()
1382 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageFetch()
1560 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageRead()
1659 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageWrite()
1736 if (_.GetIdOpcode(result_type) != SpvOpTypeImage) { in ValidateImage()
1767 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySizeLod()
1833 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySize()
[all …]
Dvalidate_type.cpp402 (opcode == SpvOpTypeImage || opcode == SpvOpTypeSampler || in ValidateTypeStruct()
441 if (type->opcode() == SpvOpTypeImage) { in ValidateTypePointer()
Dvalidate_logicals.cpp174 case SpvOpTypeImage: in LogicalsPass()
/third_party/spirv-tools/source/opt/
Dinstruction.cpp285 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageImage()
319 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanSampledImage()
353 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageTexelBuffer()
715 return (type->opcode() == SpvOpTypeImage || in IsValidBaseImage()
Dinline_opaque_pass.cpp33 case SpvOpTypeImage: in IsOpaqueType()
Dmem_pass.cpp47 case SpvOpTypeImage: in IsBaseTargetType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_opaque_pass.cpp33 case SpvOpTypeImage: in IsOpaqueType()
Dinstruction.cpp287 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageImage()
321 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanSampledImage()
355 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageTexelBuffer()
733 return (type->opcode() == SpvOpTypeImage || in IsValidBaseImage()
Dmem_pass.cpp47 case SpvOpTypeImage: in IsBaseTargetType()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinline_opaque_pass.cpp33 case SpvOpTypeImage: in IsOpaqueType()
Dinstruction.cpp287 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageImage()
321 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanSampledImage()
355 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageTexelBuffer()
733 return (type->opcode() == SpvOpTypeImage || in IsValidBaseImage()
Dmem_pass.cpp47 case SpvOpTypeImage: in IsBaseTargetType()
/third_party/mesa3d/src/compiler/spirv/
Dgl_spirv.c148 case SpvOpTypeImage: in vtn_validate_handle_constant_instruction()
/third_party/spirv-tools/source/
Dopcode.cpp320 case SpvOpTypeImage: in spvOpcodeGeneratesType()
473 case SpvOpTypeImage: in spvOpcodeIsBaseOpaqueType()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp320 case SpvOpTypeImage: in spvOpcodeGeneratesType()
477 case SpvOpTypeImage: in spvOpcodeIsBaseOpaqueType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp320 case SpvOpTypeImage: in spvOpcodeGeneratesType()
477 case SpvOpTypeImage: in spvOpcodeIsBaseOpaqueType()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp203 case SpvOpTypeImage: in HandleTypeOrValue()
746 case SpvOpTypeImage: in CanDonateInstruction()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp203 case SpvOpTypeImage: in HandleTypeOrValue()
746 case SpvOpTypeImage: in CanDonateInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp203 case SpvOpTypeImage: in HandleTypeOrValue()
746 case SpvOpTypeImage: in CanDonateInstruction()
/third_party/skia/src/sksl/
Dspirv.h596 SpvOpTypeImage = 25, enumerator

123