Home
last modified time | relevance | path

Searched refs:shape (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/include/nitro/gx/
Dg2_oam.h63 u32 shape:2;
308 static void G2_SetOBJShape(GXOamAttr *oam, GXOamShape shape);
319 GXOamShape shape,
526 static inline void G2_SetOBJShape(GXOamAttr *oam, GXOamShape shape) in G2_SetOBJShape() argument
528 GX_OAM_SHAPE_ASSERT(shape); in G2_SetOBJShape()
530 oam->attr01 = ((oam->attr01 & ~(GX_OAM_ATTR01_SHAPE_MASK | GX_OAM_ATTR01_SIZE_MASK)) | shape); in G2_SetOBJShape()
674 GXOamShape shape, in G2_SetOBJAttr() argument
693shape | \ in G2_SetOBJAttr()
701 GX_OAM_SHAPE_ASSERT(shape); in G2_SetOBJAttr()