Home
last modified time | relevance | path

Searched refs:image_type (Results 1 – 25 of 53) sorted by relevance

123

/external/toolchain-utils/crosperf/
Dlabel.py33 self.image_type = self._GetImageType(chromeos_image)
37 if self.image_type == 'local':
53 if self.image_type == 'local':
85 if self.image_type == 'local':
87 elif self.image_type == 'trybot':
91 image_type = None
93 image_type = 'local'
95 image_type = 'trybot'
97 image_type = 'official'
98 return image_type
[all …]
Dimage_checksummer.py31 if self.label.image_type != 'local':
56 if label.image_type != 'local':
Dmachine_manager_unittest.py178 LABEL_LUMPY.image_type = 'local'
185 LABEL_LUMPY.image_type = 'trybot'
194 LABEL_LUMPY.image_type = 'other'
217 LABEL_LUMPY.image_type = 'trybot'
/external/ImageMagick/coders/
Dtga.c89 image_type; member
211 tga_info.image_type=(TGAImageType) ReadBlobByte(image); in ReadTGAImage()
213 ((tga_info.image_type != TGAColormap) && in ReadTGAImage()
214 (tga_info.image_type != TGARGB) && in ReadTGAImage()
215 (tga_info.image_type != TGAMonochrome) && in ReadTGAImage()
216 (tga_info.image_type != TGARLEColormap) && in ReadTGAImage()
217 (tga_info.image_type != TGARLERGB) && in ReadTGAImage()
218 (tga_info.image_type != TGARLEMonochrome)) || in ReadTGAImage()
219 (((tga_info.image_type == TGAColormap) || in ReadTGAImage()
220 (tga_info.image_type == TGARLEColormap)) && in ReadTGAImage()
[all …]
Dxcf.c119 image_type, member
446 if (inDocInfo->image_type == GIMP_GRAY) in load_tile()
449 if (inDocInfo->image_type == GIMP_RGB) in load_tile()
473 if (inDocInfo->image_type == GIMP_GRAY) in load_tile()
485 if (inDocInfo->image_type == GIMP_RGB) in load_tile()
578 if (inDocInfo->image_type == GIMP_GRAY) in load_tile_rle()
591 if (inDocInfo->image_type == GIMP_GRAY) in load_tile_rle()
634 if (inDocInfo->image_type == GIMP_GRAY) in load_tile_rle()
647 if (inDocInfo->image_type == GIMP_GRAY) in load_tile_rle()
1146 image_type, in ReadXCFImage() local
[all …]
/external/autotest/site_utils/stable_images/
Dstable_version.py248 def _create_version_map_handler(image_type, afe, dry_run): argument
249 return _IMAGE_TYPE_HANDLERS[image_type](afe, dry_run)
252 def _requested_mapping_handlers(afe, image_type): argument
268 if image_type:
269 yield _create_version_map_handler(image_type, afe, True)
275 def list_all_mappings(afe, image_type): argument
286 for handler in _requested_mapping_handlers(afe, image_type):
293 def list_mapping_by_key(afe, image_type, key): argument
304 for handler in _requested_mapping_handlers(afe, image_type):
329 def set_mapping(afe, image_type, key, version, dry_run): argument
[all …]
Dassign_stable_images.py84 image_type: afe.get_stable_version_map(image_type)
85 for image_type in image_types
90 def select_version_map(self, image_type): argument
100 self._selected_map = self._version_maps[image_type]
Dstable_version_unittest.py44 for image_type in stable_version._ALL_IMAGE_TYPES:
46 argv = ['command', option, image_type]
/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
96 image = array_ops.placeholder(dtype=tf_type[image_type], shape=image_shape)
101 def get_random_image_and_flows(self, shape, image_type, flow_type): argument
107 return image.astype(image_type), flows.astype(flow_type)
156 def check_zero_flow_correctness(self, shape, image_type, flow_type): argument
159 image, flows = self.get_image_and_flow_placeholders(shape, image_type,
165 shape, image_type, flow_type)
181 shape, image_type='float32', flow_type='float32')
185 image_type, argument
190 image, flows = self.get_image_and_flow_placeholders(shape, image_type,
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_image.cpp743 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
744 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateTypeSampledImage()
758 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
759 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateSampledImage()
765 if (!GetImageTypeInfo(_, image_type, &info)) { in ValidateSampledImage()
869 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
870 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageTexelPointer()
876 if (!GetImageTypeInfo(_, image_type, &info)) { in ValidateImageTexelPointer()
963 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
964 if (_.GetIdOpcode(image_type) != SpvOpTypeSampledImage) { in ValidateImageLod()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp743 const uint32_t image_type = inst->word(2); in ValidateTypeSampledImage() local
744 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateTypeSampledImage()
758 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateSampledImage() local
759 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateSampledImage()
765 if (!GetImageTypeInfo(_, image_type, &info)) { in ValidateSampledImage()
869 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
870 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageTexelPointer()
876 if (!GetImageTypeInfo(_, image_type, &info)) { in ValidateImageTexelPointer()
963 const uint32_t image_type = _.GetOperandTypeId(inst, 2); in ValidateImageLod() local
964 if (_.GetIdOpcode(image_type) != SpvOpTypeSampledImage) { in ValidateImageLod()
[all …]
/external/autotest/client/tests/qemu_iotests/
Dcontrol31 for image_type in image_types:
32 option_flag = '-' + image_type
34 tag=image_type)
/external/u-boot/common/
Dimage-fit.c1417 uint8_t image_type; in fit_image_check_type() local
1419 if (fit_image_get_type(fit, noffset, &image_type)) in fit_image_check_type()
1421 return (type == image_type); in fit_image_check_type()
1785 int arch, int image_type, int bootstage_id, in fit_image_load() argument
1808 prop_name = fit_get_image_type_property(image_type); in fit_image_load()
1843 if (image_type == IH_TYPE_KERNEL) { in fit_image_load()
1891 if (image_type == IH_TYPE_FLATDT && in fit_image_load()
1898 type_ok = fit_image_check_type(fit, noffset, image_type) || in fit_image_load()
1900 (image_type == IH_TYPE_KERNEL && in fit_image_load()
1903 os_ok = image_type == IH_TYPE_FLATDT || in fit_image_load()
[all …]
Dbootm.c932 uint8_t image_type; in bootm_host_load_image() local
945 if (fit_image_get_type(fit, noffset, &image_type)) { in bootm_host_load_image()
957 ret = bootm_decomp_image(imape_comp, 0, data, image_type, load_buf, in bootm_host_load_image()
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_input_attachments.c47 const struct glsl_type *image_type = in try_lower_input_load() local
49 enum glsl_sampler_dim image_dim = glsl_get_sampler_dim(image_type); in try_lower_input_load()
73 switch (glsl_get_sampler_result_type(image_type)) { in try_lower_input_load()
/external/autotest/server/site_tests/firmware_Cr50BID/
Dfirmware_Cr50BID.py380 def reset_state(self, image_type): argument
396 _, rw_ver, bid = self.image_versions[image_type]
401 'chip board id', image_type)
403 logging.info('Updating to %s image and erasing chip bid', image_type)
408 self.cr50_update(getattr(self, image_type + '_path'), rollback=True)
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dmemory.cpp143 (desc->image_type == CL_MEM_OBJECT_IMAGE1D_ARRAY || in clCreateImage()
144 desc->image_type == CL_MEM_OBJECT_IMAGE2D_ARRAY)) in clCreateImage()
154 if (bool(desc->buffer) != (desc->image_type == CL_MEM_OBJECT_IMAGE1D_BUFFER)) in clCreateImage()
163 if (!supported_formats(ctx, desc->image_type).count(*format)) in clCreateImage()
168 switch (desc->image_type) { in clCreateImage()
/external/autotest/site_utils/deployment/
Dinstall_unittest.py26 def get_stable_version_map(self, image_type): argument
27 if image_type == self.CROS_IMAGE_TYPE:
29 elif image_type == self.FIRMWARE_IMAGE_TYPE:
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh653 local image_type="$1"
661 echo "Preparing ${image_type} image..."
666 if [[ "${image_type}" != "factory_install" ]]; then
673 if [[ "${image_type}" == "recovery" ]]; then
676 echo "Signed ${image_type} image output to ${output}"
/external/u-boot/tools/
Drkcommon.c296 uint8_t image_type; in rkcommon_print_header() local
310 image_type = ret; in rkcommon_print_header()
314 (image_type == IH_TYPE_RKSD) ? "SD/MMC" : "SPI"); in rkcommon_print_header()
Dimagetool.c15 INIT_SECTION(image_type); in imagetool_get_type()
37 INIT_SECTION(image_type); in imagetool_verify_print_header()
/external/autotest/server/cros/faft/
Dcr50_test.py456 def find_cr50_gs_image(self, filename, image_type=None): argument
466 gs_url = self.CR50_GS_URL % (image_type if image_type else '*')
473 image_type=None): argument
493 bucket, filename = self.find_cr50_gs_image(filename, image_type)
535 image_type='debug')
556 image_type='release')
/external/u-boot/lib/efi_loader/
Defi_image_loader.c169 uint16_t image_type) in efi_set_code_and_data_type() argument
171 switch (image_type) { in efi_set_code_and_data_type()
186 printf("%s: invalid image type: %u\n", __func__, image_type); in efi_set_code_and_data_type()
/external/autotest/client/cros/crash/
Dcrash_test.py503 image_type = image_type_match.group(1)
505 image_type = None
522 'image_type': image_type,
/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc569 ImageType image_type = in GetTransitionRate() local
584 float max_rate = kFrameRateFac[framerate_level] * kMaxRateQm[image_type]; in GetTransitionRate()
586 uint8_t image_class = image_type > kVGA ? 1 : 0; in GetTransitionRate()

123