Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/hio/CTR/
Dhio_SerialChannel.h116 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.4/sources/libraries/gr/CTR/
Dgr_Shader.cpp333 bit32 attr[ OUT_ATTR_INDEX_MAX ]; in MakeOutAttrCommand_() local
423 attr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
443attr[ 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_()