| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_resource.c | 34 uint32_t height0 = util_format_get_nblocksy(format, prsc->height0); local in function:fd2_setup_slices 43 uint32_t nblocksy = align(u_minify(height0, level), 32);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| H A D | fd_layout_test.h | 34 uint32_t width0, height0, depth0; member in struct:testcase::__anonbd1a3f260108
|
| H A D | fd6_layout_test.c | 41 .height0 = 32, 64 .height0 = 1, 105 .width0 = 1024, .height0 = 1, 131 .height0 = 1, 150 .height0 = 1, 169 .height0 = 1, 190 .height0 = 1, 209 .height0 = 1, 228 .height0 = 1, 251 .height0 [all...] |
| H A D | fd5_layout.c | 34 uint32_t nr_samples, uint32_t width0, uint32_t height0, 40 layout->height0 = height0; 68 util_format_get_nblocksy(format, u_minify(height0, level)); 33 fdl5_layout(struct fdl_layout * layout,enum pipe_format format,uint32_t nr_samples,uint32_t width0,uint32_t height0,uint32_t depth0,uint32_t mip_levels,uint32_t array_size,bool is_3d) argument
|
| H A D | fd5_layout_test.c | 44 .height0 = 32, 68 .height0 = 37, 89 .height0 = 29,
|
| H A D | fd_layout_test.c | 41 int max_size = MAX2(testcase->layout.width0, testcase->layout.height0); 51 MAX2(testcase->layout.height0, 1), 58 MAX2(testcase->layout.height0, 1), 78 layout.height0, layout.depth0, layout.nr_samples, l, 85 layout.height0, layout.depth0, layout.nr_samples, l, 94 layout.height0, layout.depth0, layout.nr_samples, l, 102 layout.height0, layout.depth0, layout.nr_samples, l,
|
| H A D | freedreno_layout.c | 36 layout->height0 = 1; 70 u_minify(layout->height0, level), u_minify(layout->depth0, level),
|
| H A D | fd6_layout.c | 99 uint32_t nr_samples, uint32_t width0, uint32_t height0, 108 layout->height0 = height0; 169 uint32_t ubwc_height0 = height0; 178 ubwc_height0 = util_next_power_of_two(height0); 196 height = u_minify(util_next_power_of_two(height0), level); 198 height = u_minify(height0, level); 98 fdl6_layout(struct fdl_layout * layout,enum pipe_format format,uint32_t nr_samples,uint32_t width0,uint32_t height0,uint32_t depth0,uint32_t mip_levels,uint32_t array_size,bool is_3d,struct fdl_explicit_layout * explicit_layout) argument
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_debug_describe.c | 50 sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 53 sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->format)); 56 sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 59 sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level); 65 sprintf(buf, "pipe_texture_2darray<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->array_size, util_format_short_name(ptr->format), ptr->last_level); 68 sprintf(buf, "pipe_texture_cubearray<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->array_size, util_format_short_name(ptr->format), ptr->last_level);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_describe.c | 50 util_sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 53 util_sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->format)); 56 util_sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 59 util_sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level);
|
| H A D | u_resource.c | 41 unsigned height = res->height0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 48 tex->layer_stride = (uint64_t)tex->stride * templ->height0; 63 0, 0, 0, tex->width0, tex->height0, 68 for (y = 0; y < tex->height0; y++) { 98 0, 0, 0, tex->width0, tex->height0, 103 for (y = 0; y < tex->height0; y++) { 228 tsrc.height0 = (rand() % max_tex_side_gen) + 1; 234 tsrc.height0 = util_next_power_of_two(tsrc.height0); 246 tdst.height0 = (rand() % max_tex_side_gen) + 1; 252 tdst.height0 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma.c | 49 tex->layer_stride = (uint64_t)tex->stride * templ->height0; 64 0, 0, 0, tex->width0, tex->height0, 69 for (y = 0; y < tex->height0; y++) { 99 0, 0, 0, tex->width0, tex->height0, 104 for (y = 0; y < tex->height0; y++) { 243 tsrc.height0 = (rand() % max_tex_side_gen) + 1; 249 tsrc.height0 = util_next_power_of_two(tsrc.height0); 261 tdst.height0 = (rand() % max_tex_side_gen) + 1; 267 tdst.height0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 48 tex->layer_stride = (uint64_t)tex->stride * templ->height0; 63 0, 0, 0, tex->width0, tex->height0, 68 for (y = 0; y < tex->height0; y++) { 98 0, 0, 0, tex->width0, tex->height0, 103 for (y = 0; y < tex->height0; y++) { 227 tsrc.height0 = (rand() % max_tex_side_gen) + 1; 233 tsrc.height0 = util_next_power_of_two(tsrc.height0); 245 tdst.height0 = (rand() % max_tex_side_gen) + 1; 251 tdst.height0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_blit.c | 48 tex->layer_stride = (uint64_t)tex->stride * templ->height0; 61 map = pipe_texture_map_3d(ctx, tex, 0, PIPE_MAP_WRITE, 0, 0, 0, tex->width0, tex->height0, 66 for (y = 0; y < tex->height0; y++) { 92 map = pipe_texture_map_3d(ctx, tex, 0, PIPE_MAP_READ, 0, 0, 0, tex->width0, tex->height0, 97 for (y = 0; y < tex->height0; y++) { 223 tsrc.height0 = (rand() % max_tex_side_gen) + 1; 232 tsrc.height0 = util_next_power_of_two(tsrc.height0); 244 tdst.height0 = (rand() % max_tex_side_gen) + 1; 250 tdst.height0 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_surface.c | 35 if (tex->height0 > 1) 48 if (tex->height0 > 1) 84 config.info.height = tex->height0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_surface.c | 35 if (tex->height0 > 1) 48 if (tex->height0 > 1) 84 config.info.height = tex->height0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_state.h | 61 unsigned height0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_state.h | 57 const struct pipe_sampler_view *templ, unsigned width0, unsigned height0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_mipmap_tree.h | 75 GLuint height0; /** Height of baseLevel image */ member in struct:_radeon_mipmap_tree 105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_resource.c | 34 unsigned lrz_height = DIV_ROUND_UP(rsc->b.b.height0, 8); 64 prsc->width0, prsc->height0, prsc->depth0, prsc->last_level + 1,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_mipmap_tree.h | 75 GLuint height0; /** Height of baseLevel image */ member in struct:_radeon_mipmap_tree 105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_resource.c | 41 unsigned height = res->height0;
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | readpix.c | 113 const GLsizei height0 = height / 2; local in function:ComplexReadPixels 114 const GLsizei height1 = height - height0; 119 glReadPixels(x, y, width0, height0, format, type, pixels); 123 glReadPixels(x + width0, y, width1, height0, format, type, pixels); 127 glPixelStorei(GL_PACK_SKIP_ROWS, height0); 128 glReadPixels(x, y + height0, width0, height1, format, type, pixels); 132 glPixelStorei(GL_PACK_SKIP_ROWS, height0); 133 glReadPixels(x + width0, y + height0, width1, height1, format, type, pixels);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_resource.c | 204 unsigned height0 = rsc->b.b.height0; local in function:setup_lrz 212 height0 *= 2; 216 unsigned lrz_height = align(DIV_ROUND_UP(height0, 8), 16); 238 prsc->width0, prsc->height0, prsc->depth0, prsc->last_level + 1, 260 prsc->width0, prsc->height0, prsc->depth0,
|