Searched refs:pass_sample_locations (Results 1 – 2 of 2) sorted by relevance
182 VkRenderPassSampleLocationsBeginInfoEXT *pass_sample_locations; member
1825 if (cmd_buffer->pass_sample_locations != NULL && in begin_subpass()1829 get_subpass_sample_locations(cmd_buffer->pass_sample_locations, in begin_subpass()2368 cmd_buffer->pass_sample_locations = clone_rp_sample_locations(rp_sl_info); in vk_common_CmdBeginRenderPass2()2369 assert(cmd_buffer->pass_sample_locations); in vk_common_CmdBeginRenderPass2()2403 if (cmd_buffer->pass_sample_locations != NULL) in vk_command_buffer_reset_render_pass()2404 vk_free(vk_default_allocator(), cmd_buffer->pass_sample_locations); in vk_command_buffer_reset_render_pass()2405 cmd_buffer->pass_sample_locations = NULL; in vk_command_buffer_reset_render_pass()