Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.c339 uint32_t stage_count = 0; in create_rect_list_pipeline() local
345 stages[stage_count++] = (VkPipelineShaderStageCreateInfo) { in create_rect_list_pipeline()
358 stages[stage_count++] = (VkPipelineShaderStageCreateInfo) { in create_rect_list_pipeline()
370 stages[stage_count++] = info->pStages[i]; in create_rect_list_pipeline()
373 info_local.stageCount = stage_count; in create_rect_list_pipeline()