mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
gallium: remove unused struct type
This commit is contained in:
parent
0c71313970
commit
d4394bb768
1 changed files with 0 additions and 8 deletions
|
|
@ -81,14 +81,6 @@ const float ppc_builtin_constants[] ALIGN16_ATTRIB = {
|
|||
#define MAX_PPC_TEMPS 3
|
||||
|
||||
|
||||
struct reg_chan_vec
|
||||
{
|
||||
struct tgsi_full_src_register src;
|
||||
uint chan;
|
||||
uint vec;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Context/state used during code gen.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue