Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/vk/
Dhs_vk.c1020 VkPipeline * pipeline_next = hs->pipelines.all; in hs_vk_create() local
1023 hs->pipelines.bs = pipeline_next; in hs_vk_create()
1024 pipeline_next += count_bs; in hs_vk_create()
1027 hs->pipelines.bc = pipeline_next; in hs_vk_create()
1028 pipeline_next += count_bc; in hs_vk_create()
1031 hs->pipelines.fm[0] = count_fm[0] ? pipeline_next : NULL; in hs_vk_create()
1032 pipeline_next += count_fm[0]; in hs_vk_create()
1035 hs->pipelines.fm[1] = count_fm[1] ? pipeline_next : NULL; in hs_vk_create()
1036 pipeline_next += count_fm[1]; in hs_vk_create()
1039 hs->pipelines.fm[2] = count_fm[2] ? pipeline_next : NULL; in hs_vk_create()
[all …]