mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
cell: additional debug
This commit is contained in:
parent
4e506f422a
commit
f60c756ed1
1 changed files with 1 additions and 0 deletions
|
|
@ -250,6 +250,7 @@ cmd_state_fs_constants(const uint64_t *buffer, uint pos)
|
|||
|
||||
/* Expand each float to float[4] for SOA execution */
|
||||
for (i = 0; i < num_const; i++) {
|
||||
DEBUG_PRINTF(" const[%u] = %f\n", i, constants[i]);
|
||||
spu.constants[i] = spu_splats(constants[i]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue