/third_party/skia/third_party/externals/spirv-tools/source/val/ |
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 = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local 1272 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local 1347 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local 1419 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local 1528 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local 1629 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local 1745 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
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 = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local 1272 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local 1347 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local 1419 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local 1528 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local 1629 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local 1745 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local [all …]
|
/third_party/spirv-tools/source/val/ |
D | validate_image.cpp | 887 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local 945 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local 1063 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local 1171 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local 1261 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local 1336 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local 1408 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local 1517 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local 1618 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local 1734 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 147 LLVMTypeRef image_type; in create_jit_image_type() local 192 LLVMTypeRef viewport_type, texture_type, sampler_type, image_type; in lp_jit_create_types() local 421 LLVMTypeRef texture_type, sampler_type, image_type; in lp_jit_create_cs_types() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | tags.c | 523 guint image_data_len, GstTagImageType image_type) in gst_tag_image_data_to_image_sample()
|
D | gstvorbistag.c | 568 GstTagImageType image_type = GST_TAG_IMAGE_TYPE_NONE; in gst_tag_to_metadata_block_picture() local
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_image.h | 38 VkImageType image_type; member
|
/third_party/boost/boost/gil/ |
D | metafunctions.hpp | 548 struct image_type struct 550 using type = image<pixel<T, L>, IsPlanar, Alloc>;
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_gather_info.c | 849 const struct glsl_type *image_type = glsl_without_array(var->type); in nir_shader_gather_info() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 259 LLVMTypeRef image_type; in create_jit_image_type() local 313 LLVMTypeRef image_type, in create_jit_context_type() 380 LLVMTypeRef image_type, in create_gs_jit_context_type() 560 LLVMTypeRef image_type, in create_tcs_jit_context_type() 662 LLVMTypeRef image_type, in create_tes_jit_context_type() 726 vb_type, image_type; in create_jit_types() local 2707 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_gs_jit_types() local 3093 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_tcs_jit_types() local 3750 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_tes_jit_types() local
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 73 nir_alu_type image_type) in lower_read_only_image_deref() 88 nir_alu_type image_type) in lower_read_write_image_deref()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | types.h | 213 SampledImage(Type* image_type) : image_type_(image_type) {} in SampledImage()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | convert_to_sampled_image_pass.cpp | 258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
|
D | instruction.cpp | 223 const auto* image_type = in IsReadOnlyLoad() local
|
D | types.h | 356 const Type* image_type() const { return image_type_; } in image_type() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | convert_to_sampled_image_pass.cpp | 258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
|
D | instruction.cpp | 223 const auto* image_type = in IsReadOnlyLoad() local
|
D | types.h | 356 const Type* image_type() const { return image_type_; } in image_type() function
|
/third_party/spirv-tools/source/opt/ |
D | instruction.cpp | 213 const auto* image_type = in IsReadOnlyLoad() local
|
D | types.h | 356 const Type* image_type() const { return image_type_; } in image_type() function
|
/third_party/gstreamer/gstplugins_good/ext/taglib/ |
D | gstid3v2mux.cc | 477 int image_type = ID3v2::AttachedPictureFrame::Other; in add_image_tag() local
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux_tags.c | 524 GstTagImageType image_type; in qtdemux_tag_add_covr() local
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacenc.c | 619 GstTagImageType image_type = GST_TAG_IMAGE_TYPE_NONE; in gst_flac_enc_set_metadata() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 7437 builtin_builder::_image_prototype(const glsl_type *image_type, in _image_prototype() 7485 builtin_builder::_image_size_prototype(const glsl_type *image_type, in _image_size_prototype() 7525 builtin_builder::_image_samples_prototype(const glsl_type *image_type, in _image_samples_prototype() 7551 const glsl_type *image_type, in _image()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 1066 const struct glsl_type *image_type = glsl_image_type(dim, false, GLSL_TYPE_FLOAT); in create_bindless_image() local
|