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

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.c 129 r600_resource_reference(&sctx->wait_mem_scratch, NULL);
338 sctx->wait_mem_scratch = (struct r600_resource*)
340 if (!sctx->wait_mem_scratch)
349 radeon_emit(cs, sctx->wait_mem_scratch->gpu_address);
350 radeon_emit(cs, sctx->wait_mem_scratch->gpu_address >> 32);
353 sctx->wait_mem_scratch,
si_pipe.h 443 struct r600_resource *wait_mem_scratch; member in struct:si_context
si_state_draw.c     [all...]

Completed in 3171 milliseconds