mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 15:50:11 +01:00
anv: remove incorrect ifdef
This is a leftover from a previous fix attempt. We don't need this. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21645>
This commit is contained in:
parent
efcda1c530
commit
b3f6e5dc70
1 changed files with 0 additions and 4 deletions
|
|
@ -181,11 +181,7 @@ static uint32_t
|
||||||
blorp_binding_table_offset_to_pointer(struct blorp_batch *batch,
|
blorp_binding_table_offset_to_pointer(struct blorp_batch *batch,
|
||||||
uint32_t offset)
|
uint32_t offset)
|
||||||
{
|
{
|
||||||
#if GFX_VERX10 >= 125
|
|
||||||
return SCRATCH_SURFACE_STATE_POOL_SIZE + offset;
|
|
||||||
#else
|
|
||||||
return offset;
|
return offset;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void *
|
static void *
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue