Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/hio/CTR/
Dhio_SerialChannel.h116 Result WaitHost(bit32 attr=ATTRIBUTE_NONE);
148 Result GetReadableSize(size_t* pSize, bit32 attr=ATTRIBUTE_NONE);
169 Result Read(size_t* pReadSize, void* buf, size_t size, bit32 attr=ATTRIBUTE_NONE);
188 s32 Read(void* buf, size_t size, bit32 attr=ATTRIBUTE_NONE)
191 return Read(&read, buf, size, attr).IsFailure() ? -1: static_cast<s32>(read);
206 Result GetWritableSize(size_t* pSize, bit32 attr=ATTRIBUTE_NONE);
227 Result Write(size_t* pWrittenSize, const void* buf, size_t size, bit32 attr=ATTRIBUTE_NONE);
246 s32 Write(const void* buf, size_t size, bit32 attr=ATTRIBUTE_NONE)
249 return Write(&written, buf, size, attr).IsFailure() ? -1: static_cast<s32>(written);
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp501 bit32 attr[ OUT_ATTR_INDEX_MAX ]; in MakeOutAttrCommand_() local
609 attr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
629attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
632 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
814 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
816 *command++ = attr[ index ]; in MakeOutAttrCommand_()
823 *command++ = attr[ index ]; in MakeOutAttrCommand_()
Dgr_ShaderLite.cpp564 bit32 attr[ OUT_ATTR_INDEX_MAX ]; in MakeOutAttrCommand_() local
672 attr[ index ] = 0x1f1f1f1f; in MakeOutAttrCommand_()
692attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
695 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
877 if ( attr[ index ] != 0x1f1f1f1f ) in MakeOutAttrCommand_()
879 *command++ = attr[ index ]; in MakeOutAttrCommand_()
886 *command++ = attr[ index ]; in MakeOutAttrCommand_()