anv/cmd_buffer: Add code for performing HZ operations
Create a function that performs one of three HiZ operations - depth/stencil clears, HiZ resolve, and depth resolves. Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Chad Versace <chadversary@chromium.org>
This commit is contained in:
@@ -55,6 +55,9 @@ genX(emit_urb_setup)(struct anv_device *device, struct anv_batch *batch,
|
||||
unsigned vs_entry_size, unsigned gs_entry_size,
|
||||
const struct gen_l3_config *l3_config);
|
||||
|
||||
void genX(cmd_buffer_emit_hz_op)(struct anv_cmd_buffer *cmd_buffer,
|
||||
enum blorp_hiz_op op);
|
||||
|
||||
VkResult
|
||||
genX(graphics_pipeline_create)(VkDevice _device,
|
||||
struct anv_pipeline_cache *cache,
|
||||
|
Reference in New Issue
Block a user