Searched refs:subpass_idx (Results 1 – 2 of 2) sorted by relevance
356 uint32_t subpass_idx, in vk_subpass_attachment_init() argument1160 uint32_t subpass_idx) in get_subpass_sample_locations() argument1163 if (loc->pPostSubpassSampleLocations[i].subpassIndex == subpass_idx) in get_subpass_sample_locations()1592 const uint32_t subpass_idx = cmd_buffer->subpass_idx; in begin_subpass() local1593 assert(subpass_idx < pass->subpass_count); in begin_subpass()1594 const struct vk_subpass *subpass = &pass->subpasses[subpass_idx]; in begin_subpass()1830 subpass_idx); in begin_subpass()1915 if (dep->dst_subpass != subpass_idx) in begin_subpass()1960 if (subpass_idx == 0) { in begin_subpass()2167 const uint32_t subpass_idx = cmd_buffer->subpass_idx; in end_subpass() local[all …]
174 uint32_t subpass_idx; member