vk: Move most of the anv_Cmd related stuff to its own file
This commit is contained in:
@@ -58,6 +58,7 @@ libvulkan_la_SOURCES = \
|
||||
gem.c \
|
||||
device.c \
|
||||
anv_cmd_buffer.c \
|
||||
anv_cmd_emit.c \
|
||||
aub.c \
|
||||
allocator.c \
|
||||
util.c \
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+6
-1156
File diff suppressed because it is too large
Load Diff
@@ -926,6 +926,8 @@ void anv_color_attachment_view_init(struct anv_color_attachment_view *view,
|
||||
struct anv_device *device,
|
||||
const VkAttachmentViewCreateInfo* pCreateInfo,
|
||||
struct anv_cmd_buffer *cmd_buffer);
|
||||
void anv_fill_buffer_surface_state(void *state, VkFormat format,
|
||||
uint32_t offset, uint32_t range);
|
||||
|
||||
void anv_surface_view_fini(struct anv_device *device,
|
||||
struct anv_surface_view *view);
|
||||
|
||||
Reference in New Issue
Block a user