/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_image.cpp | 926 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 …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_image.cpp | 934 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local 1014 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local 1171 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local 1296 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local 1409 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local 1482 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local 1554 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local 1662 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local 1768 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local 1882 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_image.cpp | 934 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 …]
|
/aosp_15_r20/external/autotest/site_utils/stable_images/ |
H A D | stable_version.py | 250 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
|
/aosp_15_r20/external/crosvm/disk/src/sys/ |
H A D | linux.rs | 136 let image_type = detect_image_type(&t, false).expect("failed to detect image type"); in detect_image_type_raw() localVariable 149 let image_type = detect_image_type(&t, false).expect("failed to detect image type"); in detect_image_type_qcow2() localVariable 162 let image_type = detect_image_type(&t, false).expect("failed to detect image type"); in detect_image_type_android_sparse() localVariable 175 let image_type = detect_image_type(&t, false).expect("failed to detect image type"); in detect_image_type_composite() localVariable 186 let image_type = detect_image_type(&t, false).expect("failed to detect image type"); in detect_image_type_small_file() localVariable
|
/aosp_15_r20/external/OpenCL-CTS/scripts/ |
H A 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
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clGetInfo/ |
H A 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/acpi/src/ |
D | bgrt.rs | 15 image_type: u8, field 31 pub fn image_type(&self) -> ImageType { in image_type() method
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_arrayimagecopy.cpp | 31 cl_mem_object_type image_type, in test_arrayimagecopy_single_format() 138 cl_mem_object_type image_type) in test_arrayimagecommon()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/ |
D | mod.rs | 453 pub fn image_type(&self) -> ImageType { in image_type() method 742 pub image_type: ImageType, field 876 pub image_type: ImageType, field
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_jit_types.c | 236 LLVMTypeRef image_type; in lp_build_create_jit_image_type() local 283 LLVMTypeRef texture_type, sampler_type, image_type, buffer_type; in lp_build_jit_resources_type() local 601 LLVMTypeRef image_type = LLVMGetElementType(image_ptr_type); in LP_BUILD_LLVM_SAMPLER_MEMBER() local
|
/aosp_15_r20/external/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.c | 82 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
|
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_private.h | 53 enum wsi_image_type image_type; member 88 enum wsi_image_type image_type; member
|
/aosp_15_r20/external/googleapis/google/cloud/notebooks/v1/ |
H A D | environment.proto | 51 oneof image_type { oneof
|
/aosp_15_r20/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1beta1/src/main/proto/google/cloud/notebooks/v1beta1/ |
H A D | environment.proto | 51 oneof image_type { oneof
|
/aosp_15_r20/external/googleapis/google/cloud/notebooks/v1beta1/ |
H A D | environment.proto | 51 oneof image_type { oneof
|
/aosp_15_r20/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/proto/google/cloud/notebooks/v1/ |
H A D | environment.proto | 51 oneof image_type { oneof
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_texcompress_etc2.h | 71 vk_texcompress_etc2_image_view_type(VkImageType image_type) in vk_texcompress_etc2_image_view_type()
|
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/ |
D | image_descriptor.cc | 53 VkImageType image_type = VK_IMAGE_TYPE_2D; in CreateResourceIfNeeded() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/bl31/ |
D | bl31_main.c | 259 uint32_t image_type; in bl31_prepare_next_image_entry() local
|
/aosp_15_r20/external/arm-trusted-firmware/bl31/ |
H A D | bl31_main.c | 230 uint32_t image_type; in bl31_prepare_next_image_entry() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_kernel_arg_info.cpp | 788 std::string image_type = "sampler_t"; in run_sampler_test() local 845 for (auto image_type : image_arguments) in run_image_tests() local
|
/aosp_15_r20/external/autotest/site_utils/deployment/ |
H A D | install_unittest.py | 26 def get_stable_version_map(self, image_type): argument
|
/aosp_15_r20/external/googleapis/google/apps/card/v1/ |
H A D | card.proto | 154 Widget.ImageType image_type = 3; field 1392 Widget.ImageType image_type = 4; field
|
/aosp_15_r20/frameworks/base/core/proto/android/server/ |
H A D | notificationhistory.proto | 76 optional ImageTypeEnum image_type = 1; field
|