Home
last modified time | relevance | path

Searched defs:image (Results 1 – 25 of 1917) sorted by relevance

12345678910>>...77

/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_format_map.json154 "image": "R16_FLOAT" string
157 "image": "NONE", string
161 "image": "NONE", string
165 "image": "NONE", string
169 "image": "NONE", string
173 "image": "NONE", string
177 "image": "NONE", string
181 "image": "R32_FLOAT" string
184 "image": "R8_UNORM" string
187 "image": "R8G8B8A8_UNORM_SRGB" string
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_map.json183 "image": "R16_FLOAT" string
186 "image": "R32_FLOAT" string
189 "image": "R16_FLOAT" string
192 "image": "R32_FLOAT" string
195 "image": "R16G16_FLOAT" string
198 "image": "R32G32_FLOAT" string
201 "image": "R8_UNORM" string
204 "image": "R8_UNORM" string
207 "image": "R8G8_UNORM" string
210 "image": "R8G8_UNORM" string
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_image.h79 radv_image_get_va(const struct radv_image *image, uint32_t bind_idx) in radv_image_get_va()
85 radv_image_extent_compare(const struct radv_image *image, const VkExtent3D *extent) in radv_image_extent_compare()
97 radv_image_has_cmask(const struct radv_image *image) in radv_image_has_cmask()
106 radv_image_has_fmask(const struct radv_image *image) in radv_image_has_fmask()
115 radv_image_has_dcc(const struct radv_image *image) in radv_image_has_dcc()
124 radv_image_is_tc_compat_cmask(const struct radv_image *image) in radv_image_is_tc_compat_cmask()
133 radv_dcc_enabled(const struct radv_image *image, unsigned level) in radv_dcc_enabled()
142 radv_image_has_CB_metadata(const struct radv_image *image) in radv_image_has_CB_metadata()
151 radv_image_has_htile(const struct radv_image *image) in radv_image_has_htile()
160 radv_image_has_vrs_htile(const struct radv_device *device, const struct radv_image *image) in radv_image_has_vrs_htile()
[all …]
Dradv_image.c133 …ge_use_fast_clear_for_image_early(const struct radv_device *device, const struct radv_image *image) in radv_image_use_fast_clear_for_image_early()
154 …dv_image_use_fast_clear_for_image(const struct radv_device *device, const struct radv_image *image) in radv_image_use_fast_clear_for_image()
237 radv_use_dcc_for_image_early(struct radv_device *device, struct radv_image *image, const VkImageCre… in radv_use_dcc_for_image_early()
310 radv_use_dcc_for_image_late(struct radv_device *device, struct radv_image *image) in radv_use_dcc_for_image_late()
340 radv_image_use_dcc_image_stores(const struct radv_device *device, const struct radv_image *image) in radv_image_use_dcc_image_stores()
352 radv_image_use_dcc_predication(const struct radv_device *device, const struct radv_image *image) in radv_image_use_dcc_predication()
358 radv_use_fmask_for_image(const struct radv_device *device, const struct radv_image *image) in radv_use_fmask_for_image()
374 radv_use_htile_for_image(const struct radv_device *device, const struct radv_image *image, in radv_use_htile_for_image()
413 radv_use_tc_compat_cmask_for_image(struct radv_device *device, struct radv_image *image) in radv_use_tc_compat_cmask_for_image()
500 radv_patch_image_dimensions(struct radv_device *device, struct radv_image *image, in radv_patch_image_dimensions()
[all …]
/external/rust/crabbyavif/tests/
Ddecoder_tests.rs46 let image = decoder.image().expect("image was none"); in alpha_no_ispe() localVariable
54 let image = decoder.image().expect("image was none"); in alpha_no_ispe() localVariable
65 let image = decoder.image().expect("image was none"); in alpha_premultiplied() localVariable
73 let image = decoder.image().expect("image was none"); in alpha_premultiplied() localVariable
89 let image = decoder.image().expect("image was none"); in animated_image() localVariable
114 let image = decoder.image().expect("image was none"); in animated_image_with_source_set_to_primary_item() localVariable
139 let image = decoder.image().expect("image was none"); in animated_image_with_alpha_and_metadata() localVariable
161 let image = decoder.image().expect("image was none"); in animated_image_with_depth_and_metadata() localVariable
184 let image = decoder.image().expect("image was none"); in animated_image_with_depth_and_metadata_source_set_to_primary_item() localVariable
209 let image = decoder.image().expect("image was none"); in keyframes() localVariable
[all …]
/external/vboot_reference/futility/
Dupdater_utils.c71 static int load_firmware_version(struct firmware_image *image, in load_firmware_version()
106 static bool has_printable_ecrw_version(const struct firmware_image *image) in has_printable_ecrw_version()
120 static char *load_ecrw_version(const struct firmware_image *image, in load_ecrw_version()
165 static void load_ecrw_versions(struct firmware_image *image) in load_ecrw_versions()
185 static int parse_firmware_image(struct firmware_image *image) in parse_firmware_image()
226 int load_firmware_image(struct firmware_image *image, const char *file_name, in load_firmware_image()
251 void check_firmware_versions(const struct firmware_image *image) in check_firmware_versions()
264 const char *get_firmware_image_temp_file(const struct firmware_image *image, in get_firmware_image_temp_file()
280 void free_firmware_image(struct firmware_image *image) in free_firmware_image()
299 int reload_firmware_image(const char *file_path, struct firmware_image *image) in reload_firmware_image()
[all …]
/external/deqp/framework/delibs/deimage/
DdeImage.c36 static void *getPixelAddress(const deImage *image, int x, int y) in getPixelAddress()
46 deImage *image = DE_NEW(deImage); in deImage_create() local
65 void deImage_destroy(deImage *image) in deImage_destroy()
71 deARGB deImage_getPixel(const deImage *image, int x, int y) in deImage_getPixel()
86 void deImage_setPixel(deImage *image, int x, int y, deARGB argb) in deImage_setPixel()
102 deImage *deImage_convertFormat(const deImage *image, deImageFormat format) in deImage_convertFormat()
167 void deImage_copyToUint8RGBA(const deImage *image, uint8_t *pixels) in deImage_copyToUint8RGBA()
185 void *deImage_getPixelPtr(const deImage *image) in deImage_getPixelPtr()
190 int deImage_getWidth(const deImage *image) in deImage_getWidth()
195 int deImage_getHeight(const deImage *image) in deImage_getHeight()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py99 def _ImageDimensions(image, rank): argument
121 def _Check3DImage(image, require_static=True): argument
156 def _Assert3DImage(image): argument
178 def _AssertAtLeast3DImage(image): argument
200 def _CheckAtLeast3DImage(image, require_static=True): argument
243 def _AssertGrayscaleImage(image): argument
266 def _CheckGrayscaleImage(image, require_static=True): argument
309 def fix_image_flip_shape(image, result): argument
330 def random_flip_up_down(image, seed=None): argument
377 def random_flip_left_right(image, seed=None): argument
[all …]
/external/cronet/stable/base/debug/
Delf_reader_unittest.cc55 TestElfImage image = in TEST_P() local
68 TestElfImage image = in TEST_P() local
84 TestElfImage image = in TEST_P() local
98 TestElfImage image = in TEST_P() local
110 TestElfImage image = in TEST_P() local
122 TestElfImage image = TestElfImageBuilder(GetParam()) in TEST_P() local
132 TestElfImage image = TestElfImageBuilder(GetParam()) in TEST_P() local
144 TestElfImage image = TestElfImageBuilder(GetParam()) in TEST_P() local
154 TestElfImage image = TestElfImageBuilder(GetParam()) in TEST_P() local
/external/cronet/tot/base/debug/
Delf_reader_unittest.cc55 TestElfImage image = in TEST_P() local
68 TestElfImage image = in TEST_P() local
84 TestElfImage image = in TEST_P() local
98 TestElfImage image = in TEST_P() local
110 TestElfImage image = in TEST_P() local
122 TestElfImage image = TestElfImageBuilder(GetParam()) in TEST_P() local
132 TestElfImage image = TestElfImageBuilder(GetParam()) in TEST_P() local
144 TestElfImage image = TestElfImageBuilder(GetParam()) in TEST_P() local
154 TestElfImage image = TestElfImageBuilder(GetParam()) in TEST_P() local
/external/zucchini/
Ddisassembler_ztf_unittest.cc63 void WriteReferences(MutableBufferView image, in WriteReferences()
88 void ReadReferences(ConstBufferView image, in ReadReferences()
149 ConstBufferView image(text.data(), text.size()); in TEST() local
252 ConstBufferView image(text.data(), text.size()); in TEST() local
259 ConstBufferView image(text.data(), text.size()); in TEST() local
266 ConstBufferView image(text.data(), text.size()); in TEST() local
277 ConstBufferView image(text.data(), text.size()); in TEST() local
285 ConstBufferView image(text.data(), text.size()); in TEST() local
294 ConstBufferView image(text.data(), text.size()); in TEST() local
308 MutableBufferView image(mutable_text.data(), mutable_text.size()); in TEST() local
[all …]
Drel32_finder_unittest.cc31 ConstBufferView image(buffer.data(), buffer.size()); in TEST() local
148 ConstBufferView image(buffer.data(), buffer.size()); in TEST() local
232 ConstBufferView image = in TEST() local
264 ConstBufferView image = in TEST() local
304 ConstBufferView image = in TEST() local
379 ConstBufferView image = in TEST() local
428 ConstBufferView image = in TEST() local
480 ConstBufferView image, in ArmExtractRel32()
528 ConstBufferView image = ConstBufferView::FromRange( in TEST() local
553 ConstBufferView image = ConstBufferView::FromRange( in TEST() local
[all …]
Dabs32_utils.cc20 bool ReadAbs(ConstBufferView image, offset_t offset, uint64_t* value) { in ReadAbs()
30 bool WriteAbs(offset_t offset, T value, MutableBufferView* image) { in WriteAbs()
72 bool AbsoluteAddress::Read(offset_t offset, const ConstBufferView& image) { in Read()
80 bool AbsoluteAddress::Write(offset_t offset, MutableBufferView* image) { in Write()
90 ConstBufferView image, in Abs32RvaExtractorWin32()
148 Abs32WriterWin32::Abs32WriterWin32(MutableBufferView image, in Abs32WriterWin32()
167 size_t RemoveUntranslatableAbs32(ConstBufferView image, in RemoveUntranslatableAbs32()
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DTestUtils.java53 BufferedImage image = ImageIO.read(imageFile); in getTestImageAsByteBuffer() local
63 BufferedImage image = ImageIO.read(imageFile); in getTestImageAsFloatByteBuffer() local
70 private static ByteBuffer toByteBuffer(BufferedImage image) { in toByteBuffer()
85 private static ByteBuffer toFloatByteBuffer(BufferedImage image) { in toFloatByteBuffer()
90 BufferedImage image, float imageMean, float imageStd) { in toFloatByteBuffer()
/external/mesa3d/src/intel/vulkan/
Danv_image.c62 anv_image_aspect_to_binding(struct anv_image *image, in anv_image_aspect_to_binding()
105 struct anv_image *image, in image_binding_grow()
308 const struct anv_image *image, in choose_isl_tiling_flags()
355 struct anv_image *image, in add_surface()
546 struct anv_image *image, in add_aux_state_tracking_buffer()
638 struct anv_image *image, in add_compression_control_buffer()
654 const struct anv_image *image) in want_hiz_wt_for_image()
686 struct anv_image *image, in add_aux_surface_if_supported()
870 struct anv_image *image, in add_video_buffers()
915 struct anv_image *image, in add_primary_surface()
[all …]
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_image.c49 panvk_image_can_use_mod(struct panvk_image *image, uint64_t mod) in panvk_image_can_use_mod()
123 struct panvk_image *image, in panvk_image_get_explicit_mod()
139 panvk_image_get_mod_from_list(struct panvk_image *image, in panvk_image_get_mod_from_list()
158 panvk_image_get_mod(struct panvk_image *image, in panvk_image_get_mod()
200 panvk_image_init_layouts(struct panvk_image *image, in panvk_image_init_layouts()
251 panvk_image_pre_mod_select_meta_adjustments(struct panvk_image *image) in panvk_image_pre_mod_select_meta_adjustments()
306 panvk_image_get_total_size(const struct panvk_image *image) in panvk_image_get_total_size()
315 is_disjoint(struct panvk_image *image) in is_disjoint()
324 panvk_image_init(struct panvk_device *dev, struct panvk_image *image, in panvk_image_init()
355 struct panvk_image *image = in panvk_CreateImage() local
[all …]
/external/libchrome/base/android/
Dandroid_image_reader_compat.cc81 void AndroidImageReader::AImage_delete(AImage* image) { in AImage_delete()
85 void AndroidImageReader::AImage_deleteAsync(AImage* image, int releaseFenceFd) { in AImage_deleteAsync()
90 const AImage* image, in AImage_getHardwareBuffer()
95 media_status_t AndroidImageReader::AImage_getWidth(const AImage* image, in AImage_getWidth()
100 media_status_t AndroidImageReader::AImage_getHeight(const AImage* image, in AImage_getHeight()
131 AImage** image, in AImageReader_acquireLatestImageAsync()
/external/coreboot/util/cbfstool/
Dcbfs_image.c73 static int cbfs_fix_legacy_size(struct cbfs_image *image, char *hdr_loc) in cbfs_fix_legacy_size()
193 int cbfs_image_create(struct cbfs_image *image, size_t entries_size) in cbfs_image_create()
243 int cbfs_legacy_image_create(struct cbfs_image *image, in cbfs_legacy_image_create()
356 int cbfs_copy_instance(struct cbfs_image *image, struct buffer *dst) in cbfs_copy_instance()
415 struct cbfs_image image; in cbfs_expand_to_region() local
456 struct cbfs_image image; in cbfs_truncate_space() local
504 int cbfs_compact_instance(struct cbfs_image *image) in cbfs_compact_instance()
609 int cbfs_image_delete(struct cbfs_image *image) in cbfs_image_delete()
619 static int cbfs_add_entry_at(struct cbfs_image *image, in cbfs_add_entry_at()
726 int cbfs_add_entry(struct cbfs_image *image, struct buffer *buffer, in cbfs_add_entry()
[all …]
/external/zxing/core/src/main/java/com/google/zxing/
DMultiFormatReader.java55 public Result decode(BinaryBitmap image) throws NotFoundException { in decode()
69 public Result decode(BinaryBitmap image, Map<DecodeHintType,?> hints) throws NotFoundException { in decode()
82 public Result decodeWithState(BinaryBitmap image) throws NotFoundException { in decodeWithState()
169 private Result decodeInternal(BinaryBitmap image) throws NotFoundException { in decodeInternal()
/external/zxing/core/src/main/java/com/google/zxing/pdf417/
DPDF417Reader.java56 …public Result decode(BinaryBitmap image) throws NotFoundException, FormatException, ChecksumExcept… in decode()
61 …public Result decode(BinaryBitmap image, Map<DecodeHintType,?> hints) throws NotFoundException, Fo… in decode()
71 public Result[] decodeMultiple(BinaryBitmap image) throws NotFoundException { in decodeMultiple()
76 …public Result[] decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints) throws NotFoundExc… in decodeMultiple()
84 private static Result[] decode(BinaryBitmap image, Map<DecodeHintType, ?> hints, boolean multiple) in decode()
/external/mesa3d/src/vulkan/runtime/
Dvk_image.c48 struct vk_image *image, in vk_image_init()
140 struct vk_image *image = in vk_image_create() local
152 vk_image_finish(struct vk_image *image) in vk_image_finish()
160 struct vk_image *image) in vk_image_destroy()
212 vk_image_set_format(struct vk_image *image, VkFormat format) in vk_image_set_format()
219 vk_image_usage(const struct vk_image *image, in vk_image_usage()
275 vk_image_expand_aspect_mask(const struct vk_image *image, in vk_image_expand_aspect_mask()
288 vk_image_extent_to_elements(const struct vk_image *image, VkExtent3D extent) in vk_image_extent_to_elements()
302 vk_image_offset_to_elements(const struct vk_image *image, VkOffset3D offset) in vk_image_offset_to_elements()
321 vk_image_buffer_copy_layout(const struct vk_image *image, in vk_image_buffer_copy_layout()
[all …]
Dvk_meta_private.h62 vk_image_sampled_view_type(const struct vk_image *image) in vk_image_sampled_view_type()
73 vk_image_render_view_type(const struct vk_image *image, uint32_t layer_count) in vk_image_render_view_type()
89 vk_image_storage_view_type(const struct vk_image *image) in vk_image_storage_view_type()
/external/mesa3d/src/imagination/vulkan/
Dpvr_image.c43 static void pvr_image_init_memlayout(struct pvr_image *image) in pvr_image_init_memlayout()
62 static void pvr_image_init_physical_extent(struct pvr_image *image) in pvr_image_init_physical_extent()
83 static void pvr_image_setup_mip_levels(struct pvr_image *image) in pvr_image_setup_mip_levels()
146 struct pvr_image *image; in pvr_CreateImage() local
248 void pvr_get_image_subresource_layout(const struct pvr_image *image, in pvr_get_image_subresource_layout()
276 static void pvr_adjust_non_compressed_view(const struct pvr_image *image, in pvr_adjust_non_compressed_view()
308 const struct pvr_image *image; in pvr_CreateImageView() local
/external/vboot_reference/tests/
Dvb2_host_flashrom_tests.c148 struct firmware_image image = { in test_read_whole_chip() local
171 struct firmware_image image = { in test_read_region() local
195 struct firmware_image image = { in test_read_failure() local
208 struct firmware_image image = { in test_write_whole_chip() local
235 struct firmware_image image = { in test_write_region() local
263 struct firmware_image image = { in test_write_failure() local
/external/coreboot/util/ifdtool/
Difdtool.c130 static struct fdbar *find_fd(char *image, int size) in find_fd()
151 static char *find_flumap(char *image, int size) in find_flumap()
166 static struct fcba *find_fcba(char *image, int size) in find_fcba()
175 static struct fmba *find_fmba(char *image, int size) in find_fmba()
184 static struct frba *find_frba(char *image, int size) in find_frba()
194 static struct fpsba *find_fpsba(char *image, int size) in find_fpsba()
208 static struct fmsba *find_fmsba(char *image, int size) in find_fmsba()
218 static enum ich_chipset ifd1_guess_chipset(char *image, int size) in ifd1_guess_chipset()
323 static void check_ifd_version(char *image, int size) in check_ifd_version()
476 static void dump_flashrom_layout(char *image, int size, const char *layout_fname) in dump_flashrom_layout()
[all …]

12345678910>>...77