Home
last modified time | relevance | path

Searched refs:scratch_idx (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.h39 emit_marker5(struct fd_ringbuffer *ring, int scratch_idx) in emit_marker5() argument
42 unsigned reg = REG_A5XX_CP_SCRATCH_REG(scratch_idx); in emit_marker5()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.h146 emit_marker6(struct fd_ringbuffer *ring, int scratch_idx) in emit_marker6() argument
149 unsigned reg = REG_A6XX_CP_SCRATCH_REG(scratch_idx); in emit_marker6()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h206 static inline void emit_marker(struct fd_ringbuffer *ring, int scratch_idx);
275 emit_marker(struct fd_ringbuffer *ring, int scratch_idx) in emit_marker() argument
278 unsigned reg = REG_AXXX_CP_SCRATCH_REG0 + scratch_idx; in emit_marker()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dplace.cl202 skc_int_v_t const scratch_idx = max(ess,0);
217 smem->scratch[scratch_idx] = get_sub_group_local_id();
Drasterize.cl1389 SKC_RASTERIZE_UINT const scratch_idx = SKC_CONVERT(SKC_RASTERIZE_UINT)(max(ess,0.0f));
1406 smem->subgroup.aN.scratch[scratch_idx C] = I;
1424 ((uint *)&source)[scratch_idx C] = I;
1446 smem->subgroup.aN.scratch[scratch_idx] = skc_subgroup_lane();