Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Ddense_image_warp_test.py85 def get_image_and_flow_placeholders(self, shape, image_type, flow_type): argument
101 def get_random_image_and_flows(self, shape, image_type, flow_type): argument
156 def check_zero_flow_correctness(self, shape, image_type, flow_type): argument
185 image_type, argument
/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/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp743 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
758 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
869 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
963 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1039 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1112 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1187 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1280 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1349 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1458 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_image.cpp743 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
758 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
869 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
963 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
1039 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageDrefLod() local
1112 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageFetch() local
1187 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageGather() local
1280 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageRead() local
1349 const uint32_t image_type = _.GetOperandTypeId(inst, 0); in ValidateImageWrite() local
1458 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageQuerySizeLod() local
[all …]
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_input_attachments.c47 const struct glsl_type *image_type = in try_lower_input_load() local
/external/ImageMagick/coders/
Dtga.c89 image_type; member
677 static inline void WriteTGAPixel(Image *image,TGAImageType image_type, in WriteTGAPixel()
Dxcf.c119 image_type, member
1146 image_type, in ReadXCFImage() local
/external/autotest/site_utils/deployment/
Dinstall_unittest.py26 def get_stable_version_map(self, image_type): argument
/external/cros/system_api/dbus/vm_concierge/
Dservice.proto56 DiskImageType image_type = 8; field
215 DiskImageType image_type = 4; field
/external/autotest/server/cros/faft/
Dcr50_test.py456 def find_cr50_gs_image(self, filename, image_type=None): argument
473 image_type=None): argument
/external/u-boot/lib/efi_loader/
Defi_image_loader.c169 uint16_t image_type) in efi_set_code_and_data_type()
/external/autotest/server/site_tests/firmware_Cr50BID/
Dfirmware_Cr50BID.py380 def reset_state(self, image_type): argument
/external/u-boot/tools/
Drkcommon.c296 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/common/
Dbootm.c932 uint8_t image_type; in bootm_host_load_image() local
Dimage-fit.c1417 uint8_t image_type; in fit_image_check_type() local
1785 int arch, int image_type, int bootstage_id, in fit_image_load()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h347 const Type* image_type() const { return image_type_; } in image_type() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtypes.h347 const Type* image_type() const { return image_type_; } in image_type() function
/external/mesa3d/src/amd/vulkan/
Dradv_image.c322 static unsigned radv_tex_dim(VkImageType image_type, VkImageViewType view_type, in radv_tex_dim()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5979 builtin_builder::_image_prototype(const glsl_type *image_type, in _image_prototype()
6027 builtin_builder::_image_size_prototype(const glsl_type *image_type, in _image_size_prototype()
6067 builtin_builder::_image_samples_prototype(const glsl_type *image_type, in _image_samples_prototype()
6093 const glsl_type *image_type, in _image()
/external/ImageMagick/MagickWand/
Dmagick-property.c3015 const ImageType image_type) in MagickSetType()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp539 Instruction* image_type = context->get_def_use_mgr()->GetDef(6); in TEST_F() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinstruction_test.cpp539 Instruction* image_type = context->get_def_use_mgr()->GetDef(6); in TEST_F() local

12