Home
last modified time | relevance | path

Searched defs:image_type (Results 1 – 25 of 48) sorted by relevance

12

/third_party/spirv-tools/source/val/
Dvalidate_image.cpp900 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
968 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
1087 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
1195 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1308 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1381 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1453 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1559 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1658 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1766 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_image.cpp898 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/
Dvalidate_image.cpp898 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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c147 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/vk-gl-cts/external/amber/src/src/vulkan/
Dimage_descriptor.cc53 VkImageType image_type = VK_IMAGE_TYPE_2D; in CreateResourceIfNeeded() local
Dtransfer_image.cc72 VkImageType image_type, in TransferImage()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dtags.c523 guint image_data_len, GstTagImageType image_type) in gst_tag_image_data_to_image_sample()
Dgstvorbistag.c568 GstTagImageType image_type = GST_TAG_IMAGE_TYPE_NONE; in gst_tag_to_metadata_block_picture() local
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c74 nir_alu_type image_type) in lower_read_only_image_deref()
89 nir_alu_type image_type) in lower_read_write_image_deref()
118 enum image_type { in clc_lower_input_image_deref() enum
/third_party/mesa3d/src/vulkan/runtime/
Dvk_image.h38 VkImageType image_type; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c258 LLVMTypeRef image_type; in create_jit_image_type() local
314 LLVMTypeRef image_type = create_jit_image_type(gallivm, "image"); in create_jit_context_type() local
370 LLVMTypeRef image_type, in create_gs_jit_context_type()
550 LLVMTypeRef image_type, in create_tcs_jit_context_type()
651 LLVMTypeRef image_type, in create_tes_jit_context_type()
2691 LLVMTypeRef texture_type, sampler_type, image_type; in create_gs_jit_types() local
3077 LLVMTypeRef texture_type, sampler_type, image_type; in create_tcs_jit_types() local
3737 LLVMTypeRef texture_type, sampler_type, image_type; in create_tes_jit_types() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h213 SampledImage(Type* image_type) : image_type_(image_type) {} in SampledImage()
/third_party/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
Dinstruction.cpp221 const auto* image_type = in IsReadOnlyLoad() local
Dtypes.h349 const Type* image_type() const { return image_type_; } in image_type() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
Dinstruction.cpp223 const auto* image_type = in IsReadOnlyLoad() local
Dtypes.h356 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/
Dconvert_to_sampled_image_pass.cpp258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
Dinstruction.cpp223 const auto* image_type = in IsReadOnlyLoad() local
Dtypes.h356 const Type* image_type() const { return image_type_; } in image_type() function
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_etc_decode.c202 nir_ssa_def *image_type = nir_channel(&b, consts2, 0); in build_shader() local
/third_party/gstreamer/gstplugins_good/ext/taglib/
Dgstid3v2mux.cc477 int image_type = ID3v2::AttachedPictureFrame::Other; in add_image_tag() local
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_tags.c524 GstTagImageType image_type; in qtdemux_tag_add_covr() local
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c619 GstTagImageType image_type = GST_TAG_IMAGE_TYPE_NONE; in gst_flac_enc_set_metadata() local

12