Home
last modified time | relevance | path

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

12345

/aosp_15_r20/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 …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A 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
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 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 …]
/aosp_15_r20/external/autotest/site_utils/stable_images/
H A 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
/aosp_15_r20/external/crosvm/disk/src/sys/
H A Dlinux.rs136 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 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
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clGetInfo/
H A 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()
/aosp_15_r20/external/rust/android-crates-io/crates/acpi/src/
Dbgrt.rs15 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 Dtest_arrayimagecopy.cpp31 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/
Dmod.rs453 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 Dlp_bld_jit_types.c236 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 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
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_private.h53 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 Denvironment.proto51 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 Denvironment.proto51 oneof image_type { oneof
/aosp_15_r20/external/googleapis/google/cloud/notebooks/v1beta1/
H A Denvironment.proto51 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 Denvironment.proto51 oneof image_type { oneof
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_texcompress_etc2.h71 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/
Dimage_descriptor.cc53 VkImageType image_type = VK_IMAGE_TYPE_2D; in CreateResourceIfNeeded() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/bl31/
Dbl31_main.c259 uint32_t image_type; in bl31_prepare_next_image_entry() local
/aosp_15_r20/external/arm-trusted-firmware/bl31/
H A Dbl31_main.c230 uint32_t image_type; in bl31_prepare_next_image_entry() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_kernel_arg_info.cpp788 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 Dinstall_unittest.py26 def get_stable_version_map(self, image_type): argument
/aosp_15_r20/external/googleapis/google/apps/card/v1/
H A Dcard.proto154 Widget.ImageType image_type = 3; field
1392 Widget.ImageType image_type = 4; field
/aosp_15_r20/frameworks/base/core/proto/android/server/
H A Dnotificationhistory.proto76 optional ImageTypeEnum image_type = 1; field

12345