/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_jit.c | 147 LLVMTypeRef image_type; in create_jit_image_type() local 192 LLVMTypeRef viewport_type, texture_type, sampler_type, image_type; lp_jit_create_types() local 421 LLVMTypeRef texture_type, sampler_type, image_type; lp_jit_create_cs_types() local [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | image_descriptor.cc | 53 VkImageType image_type = VK_IMAGE_TYPE_2D; in CreateResourceIfNeeded() local
|
H A D | transfer_image.cc | 69 TransferImage(Device* device, const Format& format, VkImageAspectFlags aspect, VkImageType image_type, VkImageUsageFlags image_usage_flags, uint32_t x, uint32_t y, uint32_t z, uint32_t mip_levels, uint32_t base_mip_level, uint32_t used_mip_levels, uint32_t samples) TransferImage() argument
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_image.h | 38 VkImageType image_type; member
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | instruction_test.cpp | 686 Instruction* image_type = context->get_def_use_mgr()->GetDef(6); in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | instruction_test.cpp | 686 Instruction* image_type = context->get_def_use_mgr()->GetDef(6); in TEST_F() local
|
/third_party/spirv-tools/test/opt/ |
H A D | instruction_test.cpp | 681 Instruction* image_type = context->get_def_use_mgr()->GetDef(6); in TEST_F() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | convert_to_sampled_image_pass.cpp | 258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
|
H A D | instruction.cpp | 223 const auto* image_type = in IsReadOnlyLoad() local
|
H A D | types.h | 356 const Type* image_type() const { return image_type_; } in image_type() function in spvtools::opt::analysis::SampledImage
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | convert_to_sampled_image_pass.cpp | 258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
|
H A D | instruction.cpp | 223 const auto* image_type = in IsReadOnlyLoad() local
|
H A D | types.h | 356 const Type* image_type() const { return image_type_; } in image_type() function in spvtools::opt::analysis::SampledImage
|
/third_party/spirv-tools/source/opt/ |
H A D | convert_to_sampled_image_pass.cpp | 258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
|
H A D | instruction.cpp | 230 const auto* image_type = in IsReadOnlyLoad() local
|
H A D | types.h | 359 const Type* image_type() const { return image_type_; } in image_type() function in spvtools::opt::analysis::SampledImage
|
/third_party/backends/frontend/ |
H A D | jpegtopdf.c | 126 SANE_Int image_type; /* ColorSpace, BitsPerComponent */ member
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_image.cpp | 898 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local 956 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local 1074 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local 1182 const uint32_t image_type in ValidateImageLod() local 1272 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageDrefLod() local 1347 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageFetch() local 1419 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageGather() local 1528 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageRead() local 1629 const uint32_t image_type = _.GetOperandTypeId(inst, 0); ValidateImageWrite() local 1745 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQuerySizeLod() local 1811 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQuerySize() local 1923 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQueryLod() local 1986 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQueryLevelsOrSamples() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_image.cpp | 898 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local 956 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local 1074 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local 1182 const uint32_t image_type in ValidateImageLod() local 1272 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageDrefLod() local 1347 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageFetch() local 1419 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageGather() local 1528 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageRead() local 1629 const uint32_t image_type = _.GetOperandTypeId(inst, 0); ValidateImageWrite() local 1745 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQuerySizeLod() local 1811 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQuerySize() local 1923 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQueryLod() local 1986 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQueryLevelsOrSamples() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_etc_decode.c | 202 nir_ssa_def *image_type = nir_channel(&b, consts2, 0); in build_shader() local
|
H A D | radv_image.c | 883 radv_tex_dim(VkImageType image_type, VkImageViewType view_type, unsigned nr_layers, in radv_tex_dim() argument [all...] |
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.c | 118 enum image_type { in clc_lower_input_image_deref() enum 73 lower_read_only_image_deref(nir_builder *b, struct clc_image_lower_context *context, nir_alu_type image_type) lower_read_only_image_deref() argument 88 lower_read_write_image_deref(nir_builder *b, struct clc_image_lower_context *context, nir_alu_type image_type) lower_read_write_image_deref() argument
|
/third_party/spirv-tools/source/val/ |
H A D | validate_image.cpp | 926 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local 1001 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local 1133 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local 1247 const uint32_t image_type in ValidateImageLod() local 1360 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageDrefLod() local 1433 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageFetch() local 1505 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageGather() local 1613 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageRead() local 1719 const uint32_t image_type = _.GetOperandTypeId(inst, 0); ValidateImageWrite() local 1833 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQuerySizeLod() local 1899 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQuerySize() local 1955 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQueryFormatOrOrder() local 2023 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQueryLod() local 2086 const uint32_t image_type = _.GetOperandTypeId(inst, 2); ValidateImageQueryLevelsOrSamples() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 4080 const GLchar* image_type = 0; in iterate() local
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 2477 const spvtools::opt::analysis::Image* image_type = in GetTypeForHandleVar() local [all...] |