psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_sys_spu_thread_group_attr Struct Reference

A structure containing SPU thread group attributes. More...

#include <spu.h>

Data Fields

u32 nsize
 Size of the name string in bytes (including terminating null byte).
 
const char *name ATTRIBUTE_PRXPTR
 Effective address of the thread group's name string.
 
u32 type
 Thread group type (0 for normal thread groups).
 
union { 
 
   sys_mem_container_t   ct 
 Memory container id (0 for normal thread groups). More...
 
option 
 

Detailed Description

A structure containing SPU thread group attributes.

Definition at line 247 of file spu.h.

Field Documentation

◆ ATTRIBUTE_PRXPTR

const char* name _sys_spu_thread_group_attr::ATTRIBUTE_PRXPTR

Effective address of the thread group's name string.

Definition at line 250 of file spu.h.

◆ ct

sys_mem_container_t _sys_spu_thread_group_attr::ct

Memory container id (0 for normal thread groups).

Definition at line 253 of file spu.h.

◆ nsize

u32 _sys_spu_thread_group_attr::nsize

Size of the name string in bytes (including terminating null byte).

Definition at line 249 of file spu.h.

◆ [union]

union { ... } _sys_spu_thread_group_attr::option

◆ type

u32 _sys_spu_thread_group_attr::type

Thread group type (0 for normal thread groups).

Definition at line 251 of file spu.h.


The documentation for this struct was generated from the following file: