mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
panfrost/midgard: Disassemble cube texture op
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
parent
28b234a092
commit
f67616ce60
1 changed files with 1 additions and 0 deletions
|
|
@ -794,6 +794,7 @@ print_texture_format(int format)
|
|||
switch (format) {
|
||||
DEFINE_CASE(TEXTURE_2D, "2d");
|
||||
DEFINE_CASE(TEXTURE_3D, "3d");
|
||||
DEFINE_CASE(TEXTURE_CUBE, "cube");
|
||||
|
||||
default:
|
||||
printf("fmt_%d", format);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue