Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_command_buffer.h133 VkRenderPassSampleLocationsBeginInfoEXT *pass_sample_locations; member
H A Dvk_render_pass.c1795 if (cmd_buffer->pass_sample_locations != NULL && in begin_subpass()
1799 get_subpass_sample_locations(cmd_buffer->pass_sample_locations, in begin_subpass()
2300 cmd_buffer->pass_sample_locations = clone_rp_sample_locations(rp_sl_info); in vk_common_CmdBeginRenderPass2()
2301 assert(cmd_buffer->pass_sample_locations); in vk_common_CmdBeginRenderPass2()
2335 if (cmd_buffer->pass_sample_locations != NULL) in vk_command_buffer_reset_render_pass()
2336 vk_free(vk_default_allocator(), cmd_buffer->pass_sample_locations); in vk_command_buffer_reset_render_pass()
2337 cmd_buffer->pass_sample_locations = NULL; in vk_command_buffer_reset_render_pass()

Completed in 4 milliseconds