Searched refs:ubwc_offset (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_image.c | 50 uint32_t ubwc_offset; member in struct:fd6_image 81 img->ubwc_offset = 0; /* not valid for buffers */ 99 img->ubwc_offset = fd_resource_ubwc_offset(rsc, lvl, pimg->u.tex.first_layer); 154 img->ubwc_offset = 0; /* not valid for buffers */ 195 OUT_RELOC(ring, rsc->bo, img->ubwc_offset, 0, 0); 257 OUT_RELOCW(ring, rsc->bo, img->ubwc_offset, 0, 0);
|
| H A D | fd6_texture.h | 57 uint32_t offset, ubwc_offset; member in struct:fd6_pipe_sampler_view
|
| H A D | fd6_gmem.c | 66 uint32_t offset, ubwc_offset; local in function:emit_mrt 92 ubwc_offset = fd_resource_ubwc_offset(rsc, psurf->u.tex.level, 123 OUT_RELOCW(ring, rsc->bo, ubwc_offset, 0, 0); /* BASE_LO/HI */ 174 uint32_t ubwc_offset = fd_resource_ubwc_offset(rsc, zsbuf->u.tex.level, local in function:emit_zs 191 OUT_RELOCW(ring, rsc->bo, ubwc_offset, 0, 0); /* BASE_LO/HI */ 713 uint32_t offset, ubwc_offset; local in function:emit_blit 726 ubwc_offset = fd_resource_ubwc_offset(rsc, psurf->u.tex.level, 761 OUT_RELOCW(ring, rsc->bo, ubwc_offset, 0, 0);
|
| H A D | fd6_resource.c | 254 rsc->ubwc_offset = 0;
|
| H A D | fd6_texture.c | 268 so->ubwc_offset = fd_resource_ubwc_offset(rsc, lvl, cso->u.tex.first_layer);
|
| H A D | fd6_emit.c | 496 OUT_RELOC(state, rsc->bo, view->ubwc_offset, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.h | 80 uint32_t ubwc_offset; member in struct:fd_resource 184 return rsc->ubwc_offset;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_image.c | 53 uint32_t ubwc_offset; member in struct:fd6_image 83 img->ubwc_offset = 0; /* not valid for buffers */ 102 img->ubwc_offset = 161 img->ubwc_offset = 0; /* not valid for buffers */ 214 OUT_RELOC(ring, rsc->bo, img->ubwc_offset, 0, 0); 290 OUT_RELOC(ring, rsc->bo, img->ubwc_offset, 0, 0);
|
Completed in 12 milliseconds