Home
last modified time | relevance | path

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

123

/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_loops.cpp40 cl_mem_object_type image_type, in check_minimum_supported()
61 int test_image_type( cl_device_id device, cl_context context, cl_mem_object_type image_type, cl_mem… in test_image_type()
145 int test_image_set( cl_device_id device, cl_context context, cl_mem_object_type image_type ) in test_image_set()
/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/angle/third_party/spirv-tools/src/source/val/
Dvalidate_image.cpp821 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
864 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
982 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
1076 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1163 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1236 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1311 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1404 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1484 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1603 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp821 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
863 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
981 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
1075 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1162 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1235 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1310 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1403 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1483 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1602 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_image.cpp821 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
864 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
982 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
1076 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1163 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1236 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1311 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1404 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1484 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1603 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/arm-trusted-firmware/bl31/
Dbl31_main.c178 uint32_t image_type; in bl31_prepare_next_image_entry() local
/external/OpenCL-CTS/test_conformance/images/
Dcommon.cpp61 const char *convert_image_type_to_string(cl_mem_object_type image_type) in convert_image_type_to_string()
/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
1152 image_type, in ReadXCFImage() local
/external/crosvm/qcow_utils/src/
Dqcow_utils.rs74 let image_type = match qcow::detect_image_type(&raw_image) { in expand_disk_image() localVariable
/external/autotest/site_utils/deployment/
Dinstall_unittest.py26 def get_stable_version_map(self, image_type): argument
/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/u-boot/lib/efi_loader/
Defi_image_loader.c184 uint16_t image_type) in efi_set_code_and_data_type()
/external/autotest/server/site_tests/firmware_Cr50BID/
Dfirmware_Cr50BID.py304 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/u-boot/tools/
Drkcommon.c359 uint8_t image_type; in rkcommon_print_header() local
/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc569 ImageType image_type = in GetTransitionRate() local
/external/u-boot/include/
Defi_loader.h265 u16 image_type; member
/external/u-boot/common/
Dbootm.c829 uint8_t image_type; in bootm_host_load_image() local
/external/OpenCL-CTS/test_conformance/gl/
Dhelpers.cpp609 cl_mem_object_type image_type; in is_rgb_101010_supported() local

123