Home
last modified time | relevance | path

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

123

/external/autotest/site_utils/stable_images/
Dstable_version.py248 def _create_version_map_handler(image_type, afe, dry_run): argument
252 def _requested_mapping_handlers(afe, image_type): argument
275 def list_all_mappings(afe, image_type): argument
293 def list_mapping_by_key(afe, image_type, key): argument
329 def set_mapping(afe, image_type, key, version, dry_run): argument
367 def delete_mapping(afe, image_type, key, dry_run): argument
Dassign_stable_images.py90 def select_version_map(self, image_type): argument
Dassign_stable_images_unittest.py237 def get_stable_version_map(self, image_type): 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/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp875 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
932 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
1050 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
1158 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1248 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1323 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1395 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1495 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1596 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1712 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_image.cpp888 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
946 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
1064 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
1172 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1262 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1337 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1409 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1518 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1619 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1735 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_image.cpp887 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
1508 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1609 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1725 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c142 LLVMTypeRef image_type; in create_jit_image_type() local
187 LLVMTypeRef viewport_type, texture_type, sampler_type, image_type; in lp_jit_create_types() local
342 LLVMTypeRef texture_type, sampler_type, image_type; in lp_jit_create_cs_types() local
/external/crosvm/disk/src/
Ddisk.rs310 let image_type = detect_image_type(raw_image)?; in async_ok() localVariable
319 let image_type = detect_image_type(&raw_image)?; in create_async_disk_file() localVariable
330 let image_type = detect_image_type(&raw_image)?; in create_disk_file() localVariable
549 let image_type = detect_image_type(&t).expect("failed to detect image type"); in detect_image_type_raw() localVariable
561 let image_type = detect_image_type(&t).expect("failed to detect image type"); in detect_image_type_qcow2() localVariable
573 let image_type = detect_image_type(&t).expect("failed to detect image type"); in detect_image_type_android_sparse() localVariable
586 let image_type = detect_image_type(&t).expect("failed to detect image type"); in detect_image_type_composite() localVariable
597 let image_type = detect_image_type(&t).expect("failed to detect image type"); in detect_image_type_small_file() localVariable
/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/crosvm/qcow_utils/src/
Dqcow_utils.rs67 let image_type = match disk::detect_image_type(&raw_image) { in expand_disk_image() localVariable
/external/arm-trusted-firmware/bl31/
Dbl31_main.c193 uint32_t image_type; in bl31_prepare_next_image_entry() local
/external/ImageMagick/coders/
Dtga.c89 image_type; member
676 static inline void WriteTGAPixel(Image *image,TGAImageType image_type, in WriteTGAPixel()
Dxcf.c119 image_type, member
1153 image_type, in ReadXCFImage() local
/external/deqp-deps/amber/src/vulkan/
Dimage_descriptor.cc69 VkImageType image_type = VK_IMAGE_TYPE_2D; in CreateResourceIfNeeded() local
Dtransfer_image.cc72 VkImageType image_type, in TransferImage()
/external/autotest/site_utils/deployment/
Dinstall_unittest.py26 def get_stable_version_map(self, image_type): argument
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dperception_ops_utils.cc176 auto image_type = in VerifySignature() local
/external/arm-trusted-firmware/plat/mediatek/mt6795/
Dbl31_plat_setup.c427 uint32_t image_type; in bl31_prepare_kernel_entry() local
/external/cros/system_api/dbus/vm_concierge/
Dservice.proto56 DiskImageType image_type = 8; field
215 DiskImageType image_type = 4; field
/external/autotest/server/site_tests/firmware_Cr50BID/
Dfirmware_Cr50BID.py309 def reset_state(self, image_type): argument
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c786 const struct glsl_type *image_type = glsl_without_array(var->type); in nir_shader_gather_info() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c255 LLVMTypeRef image_type; in create_jit_image_type() local
309 LLVMTypeRef image_type, in create_jit_context_type()
373 LLVMTypeRef image_type, in create_gs_jit_context_type()
551 LLVMTypeRef image_type, in create_tcs_jit_context_type()
651 LLVMTypeRef image_type, in create_tes_jit_context_type()
713 vb_type, image_type; in create_jit_types() local
2669 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_gs_jit_types() local
3047 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_tcs_jit_types() local
3696 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_tes_jit_types() local
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_info.cpp785 std::string image_type = "sampler_t"; in run_sampler_test() local
816 for (auto image_type : image_arguments) in run_image_tests() local
/external/OpenCL-CTS/test_conformance/gl/
Dhelpers.cpp609 cl_mem_object_type image_type; in is_rgb_101010_supported() local

123