| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| fd2_resource.c | 34 uint32_t height0 = util_format_get_nblocksy(format, prsc->height0); local 43 uint32_t nblocksy = align(u_minify(height0, level), 32);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| fd_layout_test.h | 34 uint32_t width0, height0, depth0; member in struct:testcase::__anon921
|
| freedreno_layout.h | 126 uint32_t width0, height0, depth0; member in struct:fdl_layout 236 uint32_t nr_samples, uint32_t width0, uint32_t height0, 241 uint32_t nr_samples, uint32_t width0, uint32_t height0,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| fd6_resource.c | 204 unsigned height0 = rsc->b.b.height0; local 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,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| 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.old/dist/src/mesa/drivers/dri/radeon/ |
| 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/mesa-demos/dist/src/demos/ |
| readpix.c | 113 const GLsizei height0 = height / 2; local 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/freedreno/vulkan/ |
| tu_image.c | 224 uint32_t height = u_minify(layout->height0, range->baseMipLevel); 637 uint32_t height0 = pCreateInfo->extent.height; local 645 height0 = (height0 + 1) >> 1; 675 width0, height0, 706 unsigned height = layout->height0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| agx_pipe.c | 201 unsigned height = u_minify(templ->height0, l); 226 unsigned width0 = templ->width0, height0 = templ->height0; local 230 height0 = ALIGN_POT(height0, 64); 237 height0, 245 offset = nresource->slices[0].line_stride * ALIGN_POT(templ->height0, 64); 689 0, 0, rsrc->base.width0, rsrc->base.height0); 691 memcpy(map, rsrc->bo->ptr.cpu, rsrc->dt_stride * rsrc->base.height0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_blit.c | 874 unsigned height0; member in struct:texture_orig_info 943 dst_height = u_minify(dst->height0, dst_level); 945 dst_height0 = dst->height0; 947 src_height0 = src->height0; 1104 unsigned dst_height = u_minify(info->dst.resource->height0, info->dst.level); 1130 dst_width == info->src.resource->width0 && dst_height == info->src.resource->height0 && 1184 templ.height0 = info->src.resource->height0; 1241 info->src.box.height == info->dst.resource->height0 && 1380 u_minify(ptex->height0, level) [all...] |
| si_texture.c | 446 u_box_3d(0, 0, 0, u_minify(templ.width0, i), u_minify(templ.height0, i), 534 res->width0, res->height0, res->depth0, desc, NULL); 811 tex->buffer.b.b.width0, tex->buffer.b.b.height0, 849 u_minify(tex->buffer.b.b.width0, i), u_minify(tex->buffer.b.b.height0, i), 863 u_minify(tex->buffer.b.b.width0, i), u_minify(tex->buffer.b.b.height0, i), 1121 base->width0, base->height0, util_num_layers(base, 0), base->last_level + 1, 1189 templ->height0 <= 2) 1198 if (templ->width0 <= 16 || templ->height0 <= 16 || (sscreen->debug_flags & DBG(NO_2D_TILING))) 1261 plane_templ[i].height0 = util_format_get_plane_height(templ->format, i, templ->height0); 2036 unsigned height0 = tex->height0; local [all...] |
| si_pipe.h | 414 uint16_t height0; member in struct:si_surface 1544 unsigned height0, unsigned width, unsigned height);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_blit.c | 889 unsigned height0; member in struct:texture_orig_info 938 dst_height = u_minify(dst->height0, dst_level); 940 dst_height0 = dst->height0; 942 src_height0 = src->height0; 1091 unsigned dst_height = u_minify(info->dst.resource->height0, info->dst.level); 1119 dst_height == info->src.resource->height0 && 1177 templ.height0 = info->src.resource->height0;
|
| si_texture.c | 531 u_minify(templ.width0, i), u_minify(templ.height0, i), 687 res->width0, res->height0, res->depth0, 1057 tex->buffer.b.b.width0, tex->buffer.b.b.height0, 1170 u_minify(tex->buffer.b.b.height0, i), 1188 u_minify(tex->buffer.b.b.height0, i), 1468 base->width0, base->height0, util_num_layers(base, 0), base->last_level+1, 1540 (templ->width0 > 8 && templ->height0 <= 2)) 1550 if (templ->width0 <= 16 || templ->height0 <= 16 || 1758 resource.height0 = texture->height0; 2219 unsigned height0 = tex->height0; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r600_texture.c | 394 u_minify(templ.width0, i), u_minify(templ.height0, i), 686 unsigned height = align(rtex->resource.b.b.height0, macro_tile_height); 766 rtex->resource.b.b.height0 > 7680)) 831 rtex->resource.b.b.width0, rtex->resource.b.b.height0, 871 u_minify(rtex->resource.b.b.height0, i), 889 u_minify(rtex->resource.b.b.height0, i), 1011 base->width0, base->height0, util_num_layers(base, 0), base->last_level+1, 1080 if (templ->width0 <= 16 || templ->height0 <= 16 || 1200 resource.height0 = texture->height0; 1554 unsigned height0 = tex->height0; local [all...] |
| evergreen_state.c | 686 unsigned width0, unsigned height0) 715 unsigned height0; member in struct:eg_tex_res_params 787 height = params->height0; 915 unsigned width0, unsigned height0, 936 return texture_buffer_sampler_view(rctx, view, width0, height0); 942 params.height0 = height0; 978 tex->width0, tex->height0, 0); 3816 height = u_minify(rsrc->resource.b.b.height0, src_level); 3841 height = u_minify(rdst->resource.b.b.height0, dst_level) [all...] |
| r600_pipe_common.h | 246 unsigned height0; member in struct:r600_surface 773 unsigned width0, unsigned height0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_texture.c | 395 u_minify(templ.width0, i), u_minify(templ.height0, i), 691 unsigned height = align(rtex->resource.b.b.height0, macro_tile_height); 771 rtex->resource.b.b.height0 > 7680)) 836 rtex->resource.b.b.width0, rtex->resource.b.b.height0, 876 u_minify(rtex->resource.b.b.height0, i), 894 u_minify(rtex->resource.b.b.height0, i), 1018 base->width0, base->height0, util_num_layers(base, 0), base->last_level+1, 1087 if (templ->width0 <= 16 || templ->height0 <= 16 || 1211 resource.height0 = texture->height0; 1574 unsigned height0 = tex->height0; local [all...] |
| evergreen_state.c | 680 unsigned width0, unsigned height0) 709 unsigned height0; member in struct:eg_tex_res_params 781 height = params->height0; 909 unsigned width0, unsigned height0, 930 return texture_buffer_sampler_view(rctx, view, width0, height0); 936 params.height0 = height0; 972 tex->width0, tex->height0, 0); 3803 height = u_minify(rsrc->resource.b.b.height0, src_level); 3828 height = u_minify(rdst->resource.b.b.height0, dst_level) [all...] |
| r600_pipe_common.h | 250 unsigned height0; member in struct:r600_surface 771 unsigned width0, unsigned height0,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| r300_context.h | 330 * Most of the time, these are equal to pipe_texture::width0, height0, 334 unsigned width0, height0, depth0; member in struct:r300_texture_desc
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| p_state.h | 552 uint16_t height0; /* Textures: The maximum height/depth/array_size is 16k. */ member in struct:pipe_resource
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| r300_context.h | 330 * Most of the time, these are equal to pipe_texture::width0, height0, 334 unsigned width0, height0, depth0; member in struct:r300_texture_desc
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| p_state.h | 537 uint16_t height0; /* Textures: The maximum height/depth/array_size is 16k. */ member in struct:pipe_resource
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample_soa.c | 2247 LLVMValueRef height0 = lp_build_extract_broadcast(gallivm, local 2254 /* texture->height0 * scaling */ 2255 height0 = lp_build_mul(coord_bld, height0, scaling); 2261 /* tex_v = -0.5f * t[j] * texture->height0 * scaling */ 2262 LLVMValueRef tex_v = lp_build_mul(coord_bld, coords[1], height0);
|