/external/autotest/site_utils/stable_images/ |
D | stable_version.py | 248 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
|
D | assign_stable_images.py | 90 def select_version_map(self, image_type): argument
|
D | assign_stable_images_unittest.py | 237 def get_stable_version_map(self, image_type): argument
|
/external/OpenCL-CTS/test_conformance/images/clGetInfo/ |
D | test_loops.cpp | 25 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/ |
D | validate_image.cpp | 875 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/ |
D | validate_image.cpp | 888 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/ |
D | validate_image.cpp | 887 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/ |
D | lp_jit.c | 142 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/ |
D | disk.rs | 310 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/ |
D | tests.json | 274 "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/ |
D | qcow_utils.rs | 67 let image_type = match disk::detect_image_type(&raw_image) { in expand_disk_image() localVariable
|
/external/arm-trusted-firmware/bl31/ |
D | bl31_main.c | 193 uint32_t image_type; in bl31_prepare_next_image_entry() local
|
/external/ImageMagick/coders/ |
D | tga.c | 89 image_type; member 676 static inline void WriteTGAPixel(Image *image,TGAImageType image_type, in WriteTGAPixel()
|
D | xcf.c | 119 image_type, member 1153 image_type, in ReadXCFImage() local
|
/external/deqp-deps/amber/src/vulkan/ |
D | image_descriptor.cc | 69 VkImageType image_type = VK_IMAGE_TYPE_2D; in CreateResourceIfNeeded() local
|
D | transfer_image.cc | 72 VkImageType image_type, in TransferImage()
|
/external/autotest/site_utils/deployment/ |
D | install_unittest.py | 26 def get_stable_version_map(self, image_type): argument
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | perception_ops_utils.cc | 176 auto image_type = in VerifySignature() local
|
/external/arm-trusted-firmware/plat/mediatek/mt6795/ |
D | bl31_plat_setup.c | 427 uint32_t image_type; in bl31_prepare_kernel_entry() local
|
/external/cros/system_api/dbus/vm_concierge/ |
D | service.proto | 56 DiskImageType image_type = 8; field 215 DiskImageType image_type = 4; field
|
/external/autotest/server/site_tests/firmware_Cr50BID/ |
D | firmware_Cr50BID.py | 309 def reset_state(self, image_type): argument
|
/external/mesa3d/src/compiler/nir/ |
D | nir_gather_info.c | 786 const struct glsl_type *image_type = glsl_without_array(var->type); in nir_shader_gather_info() local
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 255 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/ |
D | test_kernel_arg_info.cpp | 785 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/ |
D | helpers.cpp | 609 cl_mem_object_type image_type; in is_rgb_101010_supported() local
|