Searched refs:row_to (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/compute/hs/gen/ |
D | transpose.c | 30 uint32_t const row_to, in hsg_transpose() argument 115 uint32_t const row_to, in hsg_debug_remap() argument 118 fprintf(stdout,"REMAP( %3u, %3u )\n",row_from,row_to); in hsg_debug_remap() 120 r[row_to] = row_from; in hsg_debug_remap()
|
D | transpose.h | 32 uint32_t const row_to,
|
D | target_opencl.c | 59 uint32_t const row_to, in hsg_transpose_remap() argument 68 row_from+1,row_to+1); in hsg_transpose_remap()
|
D | target_cuda.c | 59 uint32_t const row_to, in hsg_transpose_remap() argument 68 row_from+1,row_to+1); in hsg_transpose_remap()
|
D | target_glsl.c | 59 uint32_t const row_to, in hsg_transpose_remap() argument 68 row_from+1,row_to+1); in hsg_transpose_remap()
|
/external/skqp/src/compute/hs/cl/intel/ |
D | hs_cl_macros.h | 375 #define HS_TRANSPOSE_REMAP(prefix,row_from,row_to) \ argument 376 vout[gmem_idx + ((row_to-1) << HS_SLAB_WIDTH_LOG2)] = \
|
/external/skqp/src/compute/hs/cuda/sm_35/ |
D | hs_cuda_macros.h | 487 #define HS_TRANSPOSE_REMAP(prefix,row_from,row_to) \ argument 488 vout[gmem_idx + ((row_to-1) << HS_SLAB_WIDTH_LOG2)] = \
|
/external/skqp/src/compute/hs/vk/ |
D | hs_glsl_macros.h | 403 #define HS_TRANSPOSE_REMAP(prefix,row_from,row_to) \ argument 404 vout[gmem_idx + ((row_to-1) << HS_SLAB_WIDTH_LOG2)] = \
|