Searched refs:image_size (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_nir_convert_ycbcr.c | 151 nir_def *image_size; member 162 if (state->image_size) in get_texture_size() 163 return state->image_size; in get_texture_size() 181 state->image_size = nir_i2f32(b, &tex->def); in get_texture_size() 183 return state->image_size; in get_texture_size() 207 nir_def *image_size = get_texture_size(state, state->tex_deref); in implicit_downsampled_coords() local 216 nir_channel(b, image_size, c), in implicit_downsampled_coords()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_toplevel.cpp | 2067 double image_size = 0.0; in main() local 2070 image_size = static_cast<double>(image_uncomp_in->dim_x) * in main() 2076 image_size = static_cast<double>(image_comp.dim_x) * in main() 2286 double compression_rate = image_size / (best_compression_time * 1000000.0); in main() 2294 double decompression_rate = image_size / (best_decompression_time * 1000000.0); in main()
|
D | tinyexr.h | 9599 size_t image_size = dst_width * dst_num_lines; in DecompressZfp() local 9609 dst[c * image_size + ((y + j) * dst_width + (x + i))] = in DecompressZfp() 9662 size_t image_size = width * num_lines; in CompressZfp() local 9672 inPtr[c * image_size + ((y + j) * width + (x + i))]; in CompressZfp()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 58 …ght, GLint border, GLsizei image_size, const GLvoid* data), (target, level, internalformat, width,… 59 …t, GLenum format, GLsizei image_size, const GLvoid* data), (target, level, xoffset, yoffset, width…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 56 …m internalformat, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid* d… 57 …, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid* d…
|