Home
last modified time | relevance | path

Searched refs:gmem_base (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dsegment_ttck.cl46 uint const gmem_base = (global_id >> HS_SLAB_WIDTH_LOG2) * HS_SLAB_KEYS;
47 uint const gmem_idx = gmem_base + (global_id & HS_LANE_MASK);
48 uint const lane_idx = gmem_base + (global_id & HS_LANE_MASK) * HS_SLAB_HEIGHT;
65 if (gmem_base > 0) {
68 r0.hi = as_uint2(vout[gmem_base - 1]).hi;
Dsegment_ttrk.cl123 uint const gmem_base = (global_id >> HS_SLAB_WIDTH_LOG2) * HS_SLAB_KEYS;
124 uint const gmem_idx = gmem_base + (global_id & HS_LANE_MASK);
142 if (gmem_base > 0) {
145 r0.hi = as_uint2(vout[gmem_base - 1]).hi;
173 if (gmem_base == HS_SLAB_KEYS * 7)
365 uint const adjust = is_offset ? gmem_base - 1 : 0;
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Dsegment_ttck.cl46 uint const gmem_base = (global_id >> HS_SLAB_WIDTH_LOG2) * HS_SLAB_KEYS;
47 uint const gmem_idx = gmem_base + (global_id & HS_LANE_MASK);
48 uint const lane_idx = gmem_base + (global_id & HS_LANE_MASK) * HS_SLAB_HEIGHT;
65 if (gmem_base > 0) {
68 r0.hi = as_uint2(vout[gmem_base - 1]).hi;
Dsegment_ttrk.cl123 uint const gmem_base = (global_id >> HS_SLAB_WIDTH_LOG2) * HS_SLAB_KEYS;
124 uint const gmem_idx = gmem_base + (global_id & HS_LANE_MASK);
142 if (gmem_base > 0) {
145 r0.hi = as_uint2(vout[gmem_base - 1]).hi;
173 if (gmem_base == HS_SLAB_KEYS * 7)
365 uint const adjust = is_offset ? gmem_base - 1 : 0;
/external/skia/src/compute/hs/gen/
Dmain.c773 uint32_t const gmem_base = r_lo - 1 + rr; in hsg_bc_half_merge_level() local
777 ops = hsg_op(ops,BC_REG_GLOBAL_LOAD_LEFT(ll,gmem_base+(ll-1)*hsg_config.thread.regs,0)); in hsg_bc_half_merge_level()
/external/skqp/src/compute/hs/gen/
Dmain.c773 uint32_t const gmem_base = r_lo - 1 + rr; in hsg_bc_half_merge_level() local
777 ops = hsg_op(ops,BC_REG_GLOBAL_LOAD_LEFT(ll,gmem_base+(ll-1)*hsg_config.thread.regs,0)); in hsg_bc_half_merge_level()