Searched refs:count_hm (Results 1 – 2 of 2) sorted by relevance
838 uint32_t count_hm[3] = { 0 }; in hs_vk_create() local855 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()
1049 uint32_t count_hm[3] = { 0 }; in hs_cl_create() local1066 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()