Searched refs:lanes_log2 (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/compute/hs/gen/ |
D | target_opencl.c | 67 hsg_transpose_reg_prefix(state->config->warp.lanes_log2), in hsg_transpose_remap() 181 config->warp.lanes_log2, // FIXME - may be different on a SIMD target in hsg_target_opencl() 182 config->warp.lanes_log2, in hsg_target_opencl() 213 for (uint32_t ii=1; ii<=config->warp.lanes_log2; ii++) in hsg_target_opencl() 224 hsg_transpose(config->warp.lanes_log2, in hsg_target_opencl()
|
D | target_cuda.c | 67 hsg_transpose_reg_prefix(state->config->warp.lanes_log2), in hsg_transpose_remap() 179 config->warp.lanes_log2, in hsg_target_cuda() 180 config->warp.lanes_log2, in hsg_target_cuda() 212 for (uint32_t ii=1; ii<=config->warp.lanes_log2; ii++) in hsg_target_cuda() 223 hsg_transpose(config->warp.lanes_log2, in hsg_target_cuda()
|
D | target_glsl.c | 67 hsg_transpose_reg_prefix(state->config->warp.lanes_log2), in hsg_transpose_remap() 192 config->warp.lanes_log2, // FIXME -- this matters for SIMD in hsg_target_glsl() 193 config->warp.lanes_log2, in hsg_target_glsl() 224 for (uint32_t ii=1; ii<=config->warp.lanes_log2; ii++) in hsg_target_glsl() 235 hsg_transpose(config->warp.lanes_log2, in hsg_target_glsl()
|
D | gen.h | 62 uint32_t lanes_log2; member
|
D | main.c | 151 .lanes_log2 = 5, 240 uint32_t const bs_threads = merge->warps << hsg_config.warp.lanes_log2; in hsg_merge_levels_init_shared() 270 uint32_t const bc_threads = bc_warps_min << hsg_config.warp.lanes_log2; in hsg_merge_levels_init_shared() 1462 hsg_config.warp.lanes_log2 = msb_idx_u32(hsg_config.warp.lanes); in main()
|