Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_command_buffer.h182 VkRenderPassSampleLocationsBeginInfoEXT *pass_sample_locations; member
Dvk_render_pass.c1825 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()