Home
last modified time | relevance | path

Searched refs:y_flip (Results 1 - 7 of 7) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenccli_internal.h81 bool y_flip; member
123 * @param y_flip Should this image be Y flipped?
131 bool y_flip,
139 * @param y_flip Should this image be Y flipped?
147 bool y_flip,
156 * @param y_flip Should the image be vertically flipped?
163 int y_flip);
273 * @param y_flip Should this image be vertically flipped?
281 bool y_flip);
289 * @param y_flip Shoul
[all...]
H A Dastcenccli_image.cpp175 bool y_flip in astc_img_from_floatx4_array()
182 unsigned int y_src = y_flip ? (dim_y - y - 1) : y; in astc_img_from_floatx4_array()
209 bool y_flip in astc_img_from_unorm8x4_array()
216 unsigned int y_src = y_flip ? (dim_y - y - 1) : y; in astc_img_from_unorm8x4_array()
236 bool y_flip, in floatx4_array_from_astc_img()
250 unsigned int ymod = y_flip ? dim_y - y - 1 : y; in floatx4_array_from_astc_img()
267 unsigned int ymod = y_flip ? dim_y - y - 1 : y; in floatx4_array_from_astc_img()
290 unsigned int ymod = y_flip ? dim_y - y - 1 : y; in floatx4_array_from_astc_img()
309 bool y_flip in unorm8x4_array_from_astc_img()
320 unsigned int ymod = y_flip in unorm8x4_array_from_astc_img()
234 floatx4_array_from_astc_img( const astcenc_image* img, bool y_flip, unsigned int z_index ) floatx4_array_from_astc_img() argument
[all...]
H A Dastcenccli_image_load_store.cpp76 * @param y_flip Should the image be vertically flipped?
84 bool y_flip, in load_image_with_tinyexr()
100 astcenc_image* res_img = astc_img_from_floatx4_array(image, dim_x, dim_y, y_flip); in load_image_with_tinyexr()
112 * @param y_flip Should the image be vertically flipped?
120 bool y_flip, in load_image_with_stb()
131 astcenc_image* img = astc_img_from_floatx4_array(data, dim_x, dim_y, y_flip); in load_image_with_stb()
143 astcenc_image* img = astc_img_from_unorm8x4_array(data, dim_x, dim_y, y_flip); in load_image_with_stb()
160 * @param y_flip Should the image be vertically flipped?
167 int y_flip in store_exr_image_with_tinyexr()
174 float* buf = floatx4_array_from_astc_img(img, y_flip, in store_exr_image_with_tinyexr()
82 load_image_with_tinyexr( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_image_with_tinyexr() argument
118 load_image_with_stb( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_image_with_stb() argument
934 load_ktx_uncompressed_image( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_ktx_uncompressed_image() argument
1759 load_dds_uncompressed_image( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_dds_uncompressed_image() argument
2376 load_ncimage( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_ncimage() argument
[all...]
H A Dastcenccli_image_external.cpp77 * @param y_flip Should the image be vertically flipped?
85 bool y_flip, in load_png_with_wuffs()
167 astcenc_image* img = astc_img_from_unorm8x4_array(pixbuf_slice.ptr, dim_x, dim_y, y_flip); in load_png_with_wuffs()
83 load_png_with_wuffs( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_png_with_wuffs() argument
H A Dastcenccli_toplevel.cpp318 * @param y_flip Should this image be Y flipped?
327 bool y_flip, in load_uncomp_file()
336 image = load_ncimage(filename, y_flip, is_hdr, component_count); in load_uncomp_file()
356 slice = load_ncimage(slice_name.c_str(), y_flip, in load_uncomp_file()
1117 cli_config.y_flip = 1; in edit_astcenc_config()
2133 input_filename.c_str(), cli_config.array_size, cli_config.y_flip,
2408 cli_config.y_flip);
324 load_uncomp_file( const char* filename, unsigned int dim_z, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_uncomp_file() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_job_render.c798 bool y_flip) in pvr_rogue_get_cr_multisamplectl_val()
839 if (y_flip) { in pvr_rogue_get_cr_multisamplectl_val()
856 if (y_flip) { in pvr_rogue_get_cr_multisamplectl_val()
868 if (y_flip) { in pvr_rogue_get_cr_multisamplectl_val()
878 if (y_flip) { in pvr_rogue_get_cr_multisamplectl_val()
797 pvr_rogue_get_cr_multisamplectl_val(uint32_t samples, bool y_flip) pvr_rogue_get_cr_multisamplectl_val() argument
H A Dpvr_job_common.c236 /* FIXME: Remove rotation and y_flip hardcoding if needed. */ in pvr_pbe_pack_state()
238 reg.y_flip = false; in pvr_pbe_pack_state()

Completed in 9 milliseconds