mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
anv/blit: Reduce number of VUE headers being read
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
f33866ae0a
commit
5464f0c046
2 changed files with 2 additions and 2 deletions
|
|
@ -536,7 +536,7 @@ anv_device_init_meta_blit_state(struct anv_device *device)
|
|||
{
|
||||
.binding = 0,
|
||||
.stride = 0,
|
||||
.inputRate = VK_VERTEX_INPUT_RATE_VERTEX
|
||||
.inputRate = VK_VERTEX_INPUT_RATE_INSTANCE
|
||||
},
|
||||
{
|
||||
.binding = 1,
|
||||
|
|
|
|||
|
|
@ -541,7 +541,7 @@ anv_device_init_meta_blit2d_state(struct anv_device *device)
|
|||
{
|
||||
.binding = 0,
|
||||
.stride = 0,
|
||||
.inputRate = VK_VERTEX_INPUT_RATE_VERTEX
|
||||
.inputRate = VK_VERTEX_INPUT_RATE_INSTANCE
|
||||
},
|
||||
{
|
||||
.binding = 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue