Home
last modified time | relevance | path

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

12

/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/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dtags.c512 guint image_data_len, GstTagImageType image_type) in gst_tag_image_data_to_image_sample()
Dgstvorbistag.c564 GstTagImageType image_type = GST_TAG_IMAGE_TYPE_NONE; in gst_tag_to_metadata_block_picture() local
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_image_loader.c184 uint16_t image_type) in efi_set_code_and_data_type()
/third_party/boost/boost/gil/
Dmetafunctions.hpp548 struct image_type struct
550 using type = image<pixel<T, L>, IsPlanar, Alloc>;
/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/uboot/u-boot-2020.01/tools/
Drkcommon.c359 uint8_t image_type; in rkcommon_print_header() local
/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/uboot/u-boot-2020.01/include/
Defi_loader.h265 u16 image_type; member
/third_party/uboot/u-boot-2020.01/common/
Dbootm.c830 uint8_t image_type; in bootm_host_load_image() local
Dimage-fit.c1530 uint8_t image_type; in fit_image_check_type() local
1957 int arch, int image_type, int bootstage_id, in fit_image_load()
/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/gstreamer/gstplugins_good/ext/taglib/
Dgstid3v2mux.cc462 int image_type = ID3v2::AttachedPictureFrame::Other; in add_image_tag() local
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c613 GstTagImageType image_type = GST_TAG_IMAGE_TYPE_NONE; in gst_flac_enc_set_metadata() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp686 Instruction* image_type = context->get_def_use_mgr()->GetDef(6); in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp686 Instruction* image_type = context->get_def_use_mgr()->GetDef(6); in TEST_F() local
/third_party/gstreamer/gstplugins_bad/gst/id3tag/
Did3tag.c803 int image_type = ID3V2_APIC_PICTURE_OTHER; in add_image_tag() local
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c966 GstTagImageType image_type = GST_TAG_IMAGE_TYPE_NONE; in gst_matroska_read_common_parse_attached_file() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc2477 const spvtools::opt::analysis::Image* image_type = in GetTypeForHandleVar() local
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h110 cl_mem_object_type image_type; member

12