Home
last modified time | relevance | path

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

1234

/external/crosvm/disk/src/sys/
Dlinux.rs107 let image_type = detect_image_type(&t, false).expect("failed to detect image type"); in detect_image_type_raw() localVariable
120 let image_type = detect_image_type(&t, false).expect("failed to detect image type"); in detect_image_type_qcow2() localVariable
133 let image_type = detect_image_type(&t, false).expect("failed to detect image type"); in detect_image_type_android_sparse() localVariable
146 let image_type = detect_image_type(&t, false).expect("failed to detect image type"); in detect_image_type_composite() localVariable
157 let image_type = detect_image_type(&t, false).expect("failed to detect image type"); in detect_image_type_small_file() localVariable
/external/autotest/site_utils/stable_images/
Dstable_version.py250 def _create_version_map_handler(image_type, afe, dry_run): argument
254 def _requested_mapping_handlers(afe, image_type): argument
277 def list_all_mappings(afe, image_type): argument
295 def list_mapping_by_key(afe, image_type, key): argument
331 def set_mapping(afe, image_type, key, version, dry_run): argument
369 def delete_mapping(afe, image_type, key, dry_run): argument
/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_loops.cpp25 int test_image_type( cl_device_id device, cl_context context, cl_mem_object_type image_type, cl_mem… in test_image_type()
84 int test_image_set( cl_device_id device, cl_context context, cl_mem_object_type image_type ) in test_image_set()
/external/deqp-deps/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 …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp934 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
1013 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
1148 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
1272 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1385 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1458 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1530 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1638 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1744 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1858 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_image.cpp934 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
1014 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
1154 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
1278 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1391 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1464 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1536 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1644 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1750 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1864 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/external/rust/crates/acpi/src/
Dbgrt.rs15 image_type: u8, field
31 pub fn image_type(&self) -> ImageType { in image_type() method
/external/OpenCL-CTS/scripts/
Dtests.json274 "image_type": true boolean
282 "image_type": true boolean
290 "image_type": true boolean
298 "image_type": true boolean
306 "image_type": true boolean
315 "image_type": true boolean
323 "image_type": true boolean
/external/OpenCL-CTS/test_conformance/basic/
Dtest_arrayimagecopy.cpp31 cl_mem_object_type image_type, in test_arrayimagecopy_single_format()
138 cl_mem_object_type image_type) in test_arrayimagecommon()
/external/googleapis/google/cloud/notebooks/v1/
Denvironment.proto51 oneof image_type { oneof
/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1beta1/src/main/proto/google/cloud/notebooks/v1beta1/
Denvironment.proto51 oneof image_type { oneof
/external/googleapis/google/cloud/notebooks/v1beta1/
Denvironment.proto51 oneof image_type { oneof
/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/proto/google/cloud/notebooks/v1/
Denvironment.proto51 oneof image_type { oneof
/external/crosvm/devices/src/virtio/block/sys/
Dwindows.rs60 let image_type = disk::detect_image_type(&file, is_overlapped)?; in open() localVariable
/external/mesa3d/src/vulkan/runtime/
Dvk_texcompress_etc2.h71 vk_texcompress_etc2_image_view_type(VkImageType image_type) in vk_texcompress_etc2_image_view_type()
/external/deqp-deps/amber/src/vulkan/
Dimage_descriptor.cc53 VkImageType image_type = VK_IMAGE_TYPE_2D; in CreateResourceIfNeeded() local
/external/trusty/arm-trusted-firmware/bl31/
Dbl31_main.c250 uint32_t image_type; in bl31_prepare_next_image_entry() local
/external/arm-trusted-firmware/bl31/
Dbl31_main.c230 uint32_t image_type; in bl31_prepare_next_image_entry() local
/external/mesa3d/src/microsoft/clc/
Dclc_compiler.c81 nir_alu_type image_type) in lower_read_only_image_deref()
96 nir_alu_type image_type) in lower_read_write_image_deref()
125 enum image_type { in clc_lower_input_image_deref() enum
/external/autotest/site_utils/deployment/
Dinstall_unittest.py26 def get_stable_version_map(self, image_type): argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_jit_types.c236 LLVMTypeRef image_type; in lp_build_create_jit_image_type() local
281 LLVMTypeRef texture_type, sampler_type, image_type, buffer_type; in lp_build_jit_resources_type() local
567 LLVMTypeRef image_type = LLVMGetElementType(image_ptr_type); in LP_BUILD_LLVM_SAMPLER_MEMBER() local
/external/rust/crates/vulkano/src/image/
Dmod.rs453 pub fn image_type(&self) -> ImageType { in image_type() method
742 pub image_type: ImageType, field
876 pub image_type: ImageType, field
/external/mesa3d/src/gallium/auxiliary/util/
Du_compute.c69 const struct glsl_type *image_type = in blit_compute_shader() local
/external/arm-trusted-firmware/plat/mediatek/mt6795/
Dbl31_plat_setup.c427 uint32_t image_type; in bl31_prepare_kernel_entry() local
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dperception_ops_utils.cc221 auto image_type = in VerifySignature() local

1234