Home
last modified time | relevance | path

Searched refs:row_to (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/compute/hs/gen/
Dtranspose.c30 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()
Dtranspose.h32 uint32_t const row_to,
Dtarget_opencl.c59 uint32_t const row_to, in hsg_transpose_remap() argument
68 row_from+1,row_to+1); in hsg_transpose_remap()
Dtarget_cuda.c59 uint32_t const row_to, in hsg_transpose_remap() argument
68 row_from+1,row_to+1); in hsg_transpose_remap()
Dtarget_glsl.c59 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/
Dhs_cl_macros.h375 #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/
Dhs_cuda_macros.h487 #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/
Dhs_glsl_macros.h403 #define HS_TRANSPOSE_REMAP(prefix,row_from,row_to) \ argument
404 vout[gmem_idx + ((row_to-1) << HS_SLAB_WIDTH_LOG2)] = \