Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/gen/
Dtranspose.c35 uint32_t * map_curr = ALLOCA_MACRO(rows * sizeof(*map_curr)); in hsg_transpose() local
40 map_curr[ii] = ii; in hsg_transpose()
49 uint32_t const left = map_curr[ii]; in hsg_transpose()
56 if (map_curr[jj] == stay) in hsg_transpose()
69 uint32_t * tmp = map_curr; in hsg_transpose()
71 map_curr = map_next; in hsg_transpose()
77 pfn_remap(ii,map_curr[ii] >> cols_log2,remap); in hsg_transpose()