Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/vk/
Dhs_vk.c838 uint32_t count_hm[3] = { 0 }; in hs_vk_create() local
855 count_hm[scale] = 1; in hs_vk_create()
861 + count_hm[0] + count_hm[1] + count_hm[2] + in hs_vk_create()
1043 hs->pipelines.hm[0] = count_hm[0] ? pipeline_next : NULL; in hs_vk_create()
1044 pipeline_next += count_hm[0]; in hs_vk_create()
1047 hs->pipelines.hm[1] = count_hm[1] ? pipeline_next : NULL; in hs_vk_create()
1048 pipeline_next += count_hm[1]; in hs_vk_create()
1051 hs->pipelines.hm[2] = count_hm[2] ? pipeline_next : NULL; in hs_vk_create()
1052 pipeline_next += count_hm[2]; in hs_vk_create()
/external/skqp/src/compute/hs/cl/
Dhs_cl.c1049 uint32_t count_hm[3] = { 0 }; in hs_cl_create() local
1066 count_hm[scale] = 1; in hs_cl_create()
1074 + count_hm[0] + count_hm[1] + count_hm[2]; in hs_cl_create()
1177 if (count_hm[0] > 0) in hs_cl_create()
1185 kernel_next += count_hm[0]; in hs_cl_create()
1188 if (count_hm[1] > 0) in hs_cl_create()
1196 kernel_next += count_hm[1]; in hs_cl_create()
1199 if (count_hm[2] > 0) in hs_cl_create()
1207 kernel_next += count_hm[2]; // unnecessary in hs_cl_create()