mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 21:10:16 +01:00
cell: remove old blend/depth/stencil/logicop structs
This commit is contained in:
parent
aa4a08d429
commit
f19903aa83
1 changed files with 0 additions and 29 deletions
|
|
@ -111,35 +111,6 @@
|
|||
#define CELL_DEBUG_SYNC (1 << 1)
|
||||
|
||||
|
||||
/**
|
||||
*/
|
||||
struct cell_command_depth_stencil_alpha_test
|
||||
{
|
||||
uint64_t base; /**< Effective address of code start. */
|
||||
unsigned size; /**< Size in bytes of SPE code. */
|
||||
unsigned read_depth; /**< Flag: should depth be read? */
|
||||
unsigned read_stencil; /**< Flag: should stencil be read? */
|
||||
struct pipe_depth_stencil_alpha_state state;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Upload code to perform framebuffer blend operation
|
||||
*/
|
||||
struct cell_command_blend
|
||||
{
|
||||
uint64_t base; /**< Effective address of code start. */
|
||||
unsigned size; /**< Size in bytes of SPE code. */
|
||||
unsigned read_fb; /**< Flag: should framebuffer be read? */
|
||||
};
|
||||
|
||||
|
||||
struct cell_command_logicop
|
||||
{
|
||||
uint64_t base; /**< Effective address of code start. */
|
||||
unsigned size; /**< Size in bytes of SPE code. */
|
||||
};
|
||||
|
||||
|
||||
#define SPU_MAX_FRAGMENT_OPS_INSTS 64
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue