mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
zink: add notes about binding points which aren't counted in util funcs
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13490>
This commit is contained in:
parent
0a6f5ec942
commit
f16961f222
1 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ struct zink_resource {
|
|||
struct util_range valid_buffer_range;
|
||||
uint32_t vbo_bind_mask : PIPE_MAX_ATTRIBS;
|
||||
uint8_t ubo_bind_count[2];
|
||||
uint8_t so_bind_count;
|
||||
uint8_t so_bind_count; //not counted in all_binds
|
||||
bool so_valid;
|
||||
uint32_t ubo_bind_mask[PIPE_SHADER_TYPES];
|
||||
uint32_t ssbo_bind_mask[PIPE_SHADER_TYPES];
|
||||
|
|
@ -110,7 +110,7 @@ struct zink_resource {
|
|||
VkImageLayout layout;
|
||||
VkImageAspectFlags aspect;
|
||||
bool optimal_tiling;
|
||||
uint8_t fb_binds;
|
||||
uint8_t fb_binds; //not counted in all_binds
|
||||
};
|
||||
};
|
||||
uint32_t sampler_binds[PIPE_SHADER_TYPES];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue