Searched refs:attr (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/hio/CTR/ |
| D | hio_SerialChannel.h | 116 Result WaitHost(bit32 attr=ATTRIBUTE_NONE); 148 Result GetReadableSize(size_t* pSize, bit32 attr=ATTRIBUTE_NONE); 165 Result Read(size_t* pReadSize, void* buf, size_t size, bit32 attr=ATTRIBUTE_NONE); 180 s32 Read(void* buf, size_t size, bit32 attr=ATTRIBUTE_NONE) 183 return Read(&read, buf, size, attr).IsFailure() ? -1: static_cast<s32>(read); 198 Result GetWritableSize(size_t* pSize, bit32 attr=ATTRIBUTE_NONE); 214 Result Write(size_t* pWrittenSize, const void* buf, size_t size, bit32 attr=ATTRIBUTE_NONE); 229 s32 Write(const void* buf, size_t size, bit32 attr=ATTRIBUTE_NONE) 232 return Write(&written, buf, size, attr).IsFailure() ? -1: static_cast<s32>(written);
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/gr/CTR/ |
| D | gr_Shader.cpp | 333 bit32 attr[ OUT_ATTR_INDEX_MAX ]; in MakeOutAttrCommand_() local 423 attr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_() 443 … attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_() 446 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_() 614 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_() 616 *command++ = attr[ index ]; in MakeOutAttrCommand_() 623 *command++ = attr[ index ]; in MakeOutAttrCommand_()
|