Home
last modified time | relevance | path

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

123

/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_crop_and_resize_grad_boxes_op.py36 def test_crop_and_resize_grad_boxes_float32(image_type): argument
82 def test_crop_and_resize_grad_boxes_float64(image_type): argument
/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/spirv-tools/source/val/
Dvalidate_image.cpp926 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 = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1360 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1433 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1505 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1613 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1719 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1833 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/third_party/mesa3d/src/vulkan/runtime/
Dvk_texcompress_etc2.h71 vk_texcompress_etc2_image_view_type(VkImageType image_type) in vk_texcompress_etc2_image_view_type()
Dvk_image.h47 VkImageType image_type; member
/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/mindspore/mindspore-src/source/tests/ut/cpp/ops/
Dtest_ops_resize_2d.cc39 TypePtr image_type; member
Dtest_ops_resize_2d_grad.cc40 TypePtr image_type; member
/third_party/mesa3d/src/asahi/vulkan/
Dhk_cmd_clear.c20 render_view_type(VkImageType image_type, unsigned layer_count) in render_view_type()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c82 nir_alu_type image_type) in lower_read_only_image_deref()
97 nir_alu_type image_type) in lower_read_write_image_deref()
126 enum image_type { in clc_lower_input_image_deref() enum
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_jit_types.c232 LLVMTypeRef image_type; in lp_build_create_jit_image_type() local
279 LLVMTypeRef texture_type, sampler_type, image_type, buffer_type; in lp_build_jit_resources_type() local
592 LLVMTypeRef image_type = LLVMGetElementType(image_ptr_type); in LP_BUILD_LLVM_SAMPLER_MEMBER() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter_cs.c33 const struct glsl_type *image_type = in create_deint_shader() local
/third_party/mesa3d/src/nouveau/vulkan/
Dnvk_cmd_clear.c191 render_view_type(VkImageType image_type, unsigned layer_count) in render_view_type()
Dnvk_cmd_copy.c33 VkImageType image_type; member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h54 enum wsi_image_type image_type; member
89 enum wsi_image_type image_type; member
/third_party/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage() local
Dinstruction.cpp230 const auto* image_type = in IsReadOnlyLoad() local
/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
/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
/third_party/backends/frontend/
Djpegtopdf.c126 SANE_Int image_type; /* ColorSpace, BitsPerComponent */ member
/third_party/mesa3d/src/amd/vulkan/
Dradv_image_view.c24 radv_tex_dim(VkImageType image_type, VkImageViewType view_type, unsigned nr_layers, unsigned nr_sam… in radv_tex_dim()
/third_party/mesa3d/src/amd/vulkan/meta/
Dradv_meta_blit.c193 VkImageType image_type; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_mod_conv_cso.c346 const struct glsl_type *image_type = in panfrost_create_mtk_detile_shader() local

123