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

  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_context.h 44 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd3_context
fd3_context.c 46 fd_bo_del(fd3_ctx->vs_pvt_mem);
98 fd3_ctx->vs_pvt_mem = fd_bo_new(screen->dev, 0x2000,
fd3_emit.c 829 OUT_RELOC(ring, fd3_ctx->vs_pvt_mem, 0,0,0); /* SP_VS_PVT_MEM_ADDR_REG */
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_context.h 43 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd4_context
fd4_context.c 46 fd_bo_del(fd4_ctx->vs_pvt_mem);
98 fd4_ctx->vs_pvt_mem = fd_bo_new(screen->dev, 0x2000,
fd4_emit.c 887 OUT_RELOC(ring, fd4_ctx->vs_pvt_mem, 0,0,0); /* SP_VS_PVT_MEM_ADDR */
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_context.h 41 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd5_context
fd5_context.c 44 fd_bo_del(fd5_ctx->vs_pvt_mem);
97 fd5_ctx->vs_pvt_mem = fd_bo_new(screen->dev, 0x2000,

Completed in 1038 milliseconds