Searched defs:tile_height (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 45 const unsigned tile_width = 8, tile_height = 4; in micro_tile_8_x_4_8bit() local 76 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local 107 const unsigned tile_width = 8, tile_height = 2; in micro_tile_8_x_2_16bit() local 138 const unsigned tile_width = 4, tile_height = 2; in micro_tile_4_x_2_32bit() local 169 const unsigned tile_width = 2, tile_height = 2; in micro_tile_2_x_2_64bit() local 259 const unsigned tile_width = 8, tile_height = 4; in micro_untile_8_x_4_8bit() local 292 const unsigned tile_width = 8, tile_height = 2; in micro_untile_8_x_2_16bit() local 325 const unsigned tile_width = 4, tile_height = 4; in micro_untile_4_x_4_16bit() local 358 const unsigned tile_width = 4, tile_height = 2; in micro_untile_4_x_2_32bit() local 391 const unsigned tile_width = 2, tile_height = 2; in micro_untile_2_x_2_64bit() local
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 45 const unsigned tile_width = 8, tile_height = 4; in micro_tile_8_x_4_8bit() local 76 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local 107 const unsigned tile_width = 8, tile_height = 2; in micro_tile_8_x_2_16bit() local 138 const unsigned tile_width = 4, tile_height = 2; in micro_tile_4_x_2_32bit() local 169 const unsigned tile_width = 2, tile_height = 2; in micro_tile_2_x_2_64bit() local 259 const unsigned tile_width = 8, tile_height = 4; in micro_untile_8_x_4_8bit() local 292 const unsigned tile_width = 8, tile_height = 2; in micro_untile_8_x_2_16bit() local 325 const unsigned tile_width = 4, tile_height = 4; in micro_untile_4_x_4_16bit() local 358 const unsigned tile_width = 4, tile_height = 2; in micro_untile_4_x_2_32bit() local 391 const unsigned tile_width = 2, tile_height = 2; in micro_untile_2_x_2_64bit() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_linear.c | 86 unsigned tile_width, unsigned tile_height, in pipe_linear_fill_info()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_span.c | 72 uint32_t tile_height = 64; in intel_offset_S8() local
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_span.c | 72 uint32_t tile_height = 64; in intel_offset_S8() local
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_span.c | 72 uint32_t tile_height = 64; in intel_offset_S8() local
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture_desc.c | 159 unsigned height, tile_height; in r300_texture_get_nblocksy() local
|
D | r300_texture.c | 1085 uint32_t offset, tile_height; in r300_create_surface_custom() local
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_tiff.cpp | 195 int tile_height = tile_height0; in ReadData() local
|