Searched refs:util_format_get_blocksize (Results 1 - 25 of 244) sorted by relevance
12345678910
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | vk_format_info.h | 79 return util_format_get_blocksize(vk_format_to_pipe_format(format));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_resource.h | 146 return util_format_get_blocksize(pres->format) == 2 || 147 util_format_get_blocksize(pres->format) == 4;
|
| H A D | etnaviv_etc2.c | 85 const unsigned bs = util_format_get_blocksize(format);
|
| H A D | etnaviv_transfer.c | 58 util_format_get_blocksize(format); 143 ptrans->stride, util_format_get_blocksize(rsc->base.format)); 454 ptrans->stride = align(box->width, divSizeX) * util_format_get_blocksize(format); /* row stride in bytes */ 469 util_format_get_blocksize(rsc->base.format));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_screen.c | 63 util_format_get_blocksize(format) != 12) &&
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | vk_format.h | 49 return util_format_get_blocksize(vk_format_to_pipe_format(format));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_resource_texture.c | 151 * util_format_get_blocksize(tex->b.b.format); 207 if (pt->last_level > 0 || util_format_get_blocksize(pt->format) != 4) 227 pt->width0, pt->height0, util_format_get_blocksize(pt->format), 242 if (pt->last_level > 0 || util_format_get_blocksize(pt->format) != 4) 258 pt->width0, pt->height0, util_format_get_blocksize(pt->format), 306 tex->stride = align(nblocks * util_format_get_blocksize(pt->format) * 2, 4); 466 tex->stride = mip1_nblocksx * util_format_get_blocksize(pt->format); 514 pack_x_pitch = tex->stride / util_format_get_blocksize(pt->format); 539 assert(pack_x_pitch * pack_x_nr * util_format_get_blocksize(pt->format) <= tex->stride); 575 tex->stride = nblocks * 2 * util_format_get_blocksize(p [all...] |
| H A D | i915_surface.c | 235 assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) ); 242 util_format_get_blocksize(dpt->format), 299 util_format_get_blocksize(pt->format), 339 util_format_get_blocksize(pt->format),
|
| H A D | i915_clear.c | 67 if (util_format_get_blocksize(cbuf_tex->b.b.format) == 4) { 92 if (util_format_get_blocksize(depth_tex->b.b.format) == 4) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_resource_texture.c | 139 util_format_get_blocksize(tex->b.format); 193 if (pt->last_level > 0 || util_format_get_blocksize(pt->format) != 4) 214 pt->width0, pt->height0, util_format_get_blocksize(pt->format), 230 if (pt->last_level > 0 || util_format_get_blocksize(pt->format) != 4) 246 pt->width0, pt->height0, util_format_get_blocksize(pt->format), 336 tex->stride = align(nblocks * util_format_get_blocksize(pt->format) * 2, 4); 492 tex->stride = mip1_nblocksx * util_format_get_blocksize(pt->format); 540 pack_x_pitch = tex->stride / util_format_get_blocksize(pt->format); 567 util_format_get_blocksize(pt->format) <= 663 tex->stride = nblocks * 2 * util_format_get_blocksize(p [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_screen.c | 79 util_format_get_blocksize(format) != 12) &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_screen.c | 85 util_format_get_blocksize(format) != 12) &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_screen.c | 65 if (util_is_power_of_two_or_zero(util_format_get_blocksize(format)) ||
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_screen.c | 64 (target == PIPE_BUFFER || util_format_get_blocksize(format) != 12)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_screen.c | 79 (target == PIPE_BUFFER || util_format_get_blocksize(format) != 12)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/panfrost/drm/ |
| H A D | panfrost_drm_winsys.c | 46 unsigned blk_sz = util_format_get_blocksize(rsc->format);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| H A D | fd5_layout.c | 43 layout->cpp = util_format_get_blocksize(format);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_varyings.h | 134 return util_format_get_blocksize(varyings->varying[loc].format);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_transfer.c | 58 util_format_get_blocksize(format); 141 ptrans->stride, util_format_get_blocksize(rsc->base.format)); 228 util_format_get_blocksize(format) > 1 && 422 ptrans->stride = align(box->width, divSizeX) * util_format_get_blocksize(format); /* row stride in bytes */ 436 util_format_get_blocksize(rsc->base.format));
|
| H A D | etnaviv_etc2.c | 85 const unsigned bs = util_format_get_blocksize(format);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | resource.cpp | 77 texture_data.reserve(util_format_get_blocksize(pipe->format)); 197 unsigned cpp = util_format_get_blocksize(info.format); 273 util_format_get_blocksize(pres->format),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_scene.c | 177 scene->cbufs[i].format_bytes = util_format_get_blocksize(cbuf->format); 181 unsigned pixstride = util_format_get_blocksize(cbuf->format); 186 scene->cbufs[i].format_bytes = util_format_get_blocksize(cbuf->format); 199 scene->zsbuf.format_bytes = util_format_get_blocksize(zsbuf->format);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_resource.c | 52 templ->u.buf.first_element * util_format_get_blocksize(sf->base.format);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_screen.c | 88 (target == PIPE_BUFFER || util_format_get_blocksize(format) != 12)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_clear.c | 116 if (util_format_get_blocksize(ps->format) == 4) 176 if (util_format_get_blocksize(ps->format) == 4)
|
Completed in 21 milliseconds
12345678910