mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 22:58:31 +02:00
r600g: set max max tex/vtx instructions count to 16 for cayman
Cayman is 16 as well. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c32ca6d9c1
commit
ebecbbc2e6
1 changed files with 1 additions and 3 deletions
|
|
@ -1368,10 +1368,8 @@ static unsigned r600_bytecode_num_tex_and_vtx_instructions(const struct r600_byt
|
|||
|
||||
case R700:
|
||||
case EVERGREEN:
|
||||
return 16;
|
||||
|
||||
case CAYMAN:
|
||||
return 64;
|
||||
return 16;
|
||||
|
||||
default:
|
||||
R600_ERR("Unknown chip class %d.\n", bc->chip_class);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue