HomeSort by relevance Sort by last modified time
    Searched full:scratch_bo_size (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_compute.c 282 uint64_t scratch_bo_size, scratch_needed; local
283 scratch_bo_size = 0;
286 scratch_bo_size = sctx->compute_scratch_buffer->b.b.width0;
288 if (scratch_bo_size < scratch_needed) {

Completed in 80 milliseconds