HomeSort by relevance Sort by last modified time
    Searched refs:GMEM (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_emit.h 111 /* TODO add preemption support, gmem bypass, etc */
117 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)
52 if (gmem) {
85 if (gmem) {
86 stride = gmem->bin_w * rsc->cpp;
87 size = stride * gmem->bin_h;
88 base = gmem->cbuf_base[i];
99 COND(gmem, 0x800) | /* XXX 0x1000 for RECTLIST clear, 0x0 for BLIT.. */
103 if (gmem || (i >= nr_bufs) || !bufs[i]) {
128 struct fd_gmem_stateobj *gmem)
137 if (gmem) {
291 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local
324 struct fd_gmem_stateobj *gmem = &ctx->gmem; local
383 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local
457 struct fd_gmem_stateobj *gmem = &ctx->gmem; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
adreno_pm4.xml.h 260 GMEM = 3,

Completed in 119 milliseconds