/third_party/astc-encoder/Source/ |
H A D | astcenccli_internal.h | 81 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 D | astcenccli_image.cpp | 175 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 D | astcenccli_image_load_store.cpp | 76 * @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 D | astcenccli_image_external.cpp | 77 * @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 D | astcenccli_toplevel.cpp | 318 * @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 D | pvr_job_render.c | 798 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 D | pvr_job_common.c | 236 /* FIXME: Remove rotation and y_flip hardcoding if needed. */ in pvr_pbe_pack_state() 238 reg.y_flip = false; in pvr_pbe_pack_state()
|