mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
cell: updated comments: s/test/SPE/
This commit is contained in:
parent
ab8bcc4ec6
commit
58b6690cf8
1 changed files with 3 additions and 3 deletions
|
|
@ -109,7 +109,7 @@
|
|||
*/
|
||||
struct cell_command_depth_stencil_alpha_test {
|
||||
uint64_t base; /**< Effective address of code start. */
|
||||
unsigned size; /**< Size in bytes of test code. */
|
||||
unsigned size; /**< Size in bytes of SPE code. */
|
||||
unsigned read_depth; /**< Flag: should depth be read? */
|
||||
unsigned read_stencil; /**< Flag: should stencil be read? */
|
||||
};
|
||||
|
|
@ -120,14 +120,14 @@ struct cell_command_depth_stencil_alpha_test {
|
|||
*/
|
||||
struct cell_command_blend {
|
||||
uint64_t base; /**< Effective address of code start. */
|
||||
unsigned size; /**< Size in bytes of test code. */
|
||||
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 test code. */
|
||||
unsigned size; /**< Size in bytes of SPE code. */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue