HomeSort by: relevance | last modified time | path
    Searched refs:GMEM (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
parse-submits.lua 20 function push_mrt(fmt, w, h, samples, base, flag, gmem)
30 mrt.gmem = gmem
97 -- across multiple buffers. Since we ignore GMEM draws for window-
142 if cleared[mrt.gmem] then
145 if restored[mrt.gmem] then
148 if resolved[mrt.gmem] then
203 -- push_mrt() because we could have GMEM
207 -- try to match up the GMEM addr with the MRT/DEPTH state,
257 -- TODO it would be nice to not hard-code GMEM addr
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
fd5_emit.h 128 /* TODO add preemption support, gmem bypass, etc */
134 OUT_RING(ring, COND(mode == GMEM, CP_SET_RENDER_MODE_3_GMEM_ENABLE) |
fd5_gmem.c 47 struct pipe_surface **bufs, const struct fd_gmem_stateobj *gmem)
63 if (gmem) {
87 if (gmem) {
88 stride = gmem->bin_w * gmem->cbuf_cpp[i];
89 size = stride * gmem->bin_h;
90 base = gmem->cbuf_base[i];
106 COND(gmem,
111 if (gmem || (i >= nr_bufs) || !bufs[i]) {
138 const struct fd_gmem_stateobj *gmem)
240 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local
268 const struct fd_gmem_stateobj *gmem = batch->gmem_state; variable in typeref:struct:fd_gmem_stateobj
311 const struct fd_gmem_stateobj *gmem = batch->gmem_state; variable in typeref:struct:fd_gmem_stateobj
426 const struct fd_gmem_stateobj *gmem = batch->gmem_state; variable in typeref:struct:fd_gmem_stateobj
478 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local
535 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local
577 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local
664 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
fd5_emit.h 121 /* TODO add preemption support, gmem bypass, etc */
127 OUT_RING(ring, COND(mode == GMEM, CP_SET_RENDER_MODE_3_GMEM_ENABLE) |
fd5_gmem.c 47 struct pipe_surface **bufs, struct fd_gmem_stateobj *gmem)
63 if (gmem) {
87 if (gmem) {
88 stride = gmem->bin_w * gmem->cbuf_cpp[i];
89 size = stride * gmem->bin_h;
90 base = gmem->cbuf_base[i];
104 COND(gmem, 0x800) | /* XXX 0x1000 for RECTLIST clear, 0x0 for BLIT.. */
108 if (gmem || (i >= nr_bufs) || !bufs[i]) {
135 struct fd_gmem_stateobj *gmem)
238 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local
266 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local
310 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local
473 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local
530 struct fd_gmem_stateobj *gmem = &ctx->gmem; local
573 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local
660 struct fd_gmem_stateobj *gmem = &ctx->gmem; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/registers/
adreno_pm4.xml.h 349 GMEM = 3,

Completed in 18 milliseconds