| /CTR-SDK-4.2.5/include/nn/ndm/ |
| D | ndm_UserControl.h | 152 Result SuspendDaemons(bit32 mask = CONTROL_MASK_DEFAULT); 164 Result ResumeDaemons(bit32 mask = CONTROL_MASK_DEFAULT);
|
| /CTR-SDK-4.2.5/include/nn/dsp/CTR/MPCore/ |
| D | dsp_Api.h | 219 nn::Result ClearSemaphore( u16 mask ); 228 nn::Result MaskSemaphore( u16 mask ); 246 nn::Result SetSemaphore( u16 mask );
|
| /CTR-SDK-4.2.5/include/nn/gx/CTR/ |
| D | gx_MacroShader.h | 267 #define PICA_CMD_DATA_VS_OUT_MASK(mask) \ argument 268 ( (mask) & 0xffff ) 525 #define PICA_CMD_DATA_VERTEX_ATTR_ARRAYS1(attr8, attr9, attr10, attr11, mask, attrNum) \ argument 530 (mask) << 16 | \ 728 #define PICA_CMD_DATA_GS_OUT_MASK(mask) \ argument 729 ( (mask) & 0xffff )
|
| D | gx_MacroMisc.h | 743 #define PICA_CMD_DATA_STENCIL_TEST( enableStencilTest, stencilFunc, stencilMask, ref, mask) \ argument 748 (mask) << 24 )
|
| /CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/ |
| D | fs_FileSystemBase.h | 536 void SetSaveDataSecureValue(bit64 value, bit64 mask); 596 bool VerifySaveDataSecureValue(bit64 value, bit64 mask);
|
| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_Shader.cpp | 493 u16 mask; in MakeOutAttrCommand_() member 551 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_() 572 outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_() 588 outmap_buffer[ outMapBufferCount ].mask = vtxOutmapInfo[ v ].mask; in MakeOutAttrCommand_() 615 if ( ( outmap_buffer[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_() 663 if ( ( outmapInfo[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_()
|
| D | gr_ShaderLite.cpp | 556 u16 mask; in MakeOutAttrCommand_() member 614 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_() 635 outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_() 651 outmap_buffer[ outMapBufferCount ].mask = vtxOutmapInfo[ v ].mask; in MakeOutAttrCommand_() 678 if ( ( outmap_buffer[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_() 726 if ( ( outmapInfo[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_()
|
| D | gr_RenderState.cpp | 236 *command++ = PICA_CMD_DATA_STENCIL_TEST( isEnable, func, maskOp, ref, mask ); in MakeCommand() 572 mask ( 0xff ), in StencilTest()
|
| /CTR-SDK-4.2.5/include/nn/font/CTR/ |
| D | font_TextWriterBase.h | 611 u32 mask, in IsDrawFlagSet() argument 615 return (m_DrawFlag & mask) == flag; in IsDrawFlagSet()
|
| /CTR-SDK-4.2.5/include/nn/friends/CTR/ |
| D | friends_Api.h | 80 Result SetNotificationMask( bit32 mask ); 869 Result SetNotificationMask( bit32 mask ); 870 inline Result SetNotificationMask( bit32 mask ) in SetNotificationMask() argument 872 return detail::SetNotificationMask( mask ); in SetNotificationMask()
|
| /CTR-SDK-4.2.5/include/gles2/ |
| D | gl2.h | 522 GL_APICALL void GL_APIENTRY glClear (GLbitfield mask); 605 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask); 606 … void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask); 607 GL_APICALL void GL_APIENTRY glStencilMask (GLuint mask); 608 GL_APICALL void GL_APIENTRY glStencilMaskSeparate (GLenum face, GLuint mask);
|
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_RenderState.h | 431 bit32 mask; variable
|
| /CTR-SDK-4.2.5/include/nn/ |
| D | Result.h | 460 bit32 GetCodeBits(bit32 mask, s32 shift) const in GetCodeBits() argument 462 return ((m_Code & mask) >> shift); in GetCodeBits()
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | abstruct.csv | 126 0x107,Depth test setting/color mask setting 256 0x202,"Internal vertex attribute type (attributes 8-11, mask, number of attributes)" 329 0x28d,Geometry shader output register mask setting 367 0x2bd,Vertex shader output register mask setting
|
| D | detail.csv | 2696 Sets the lower eight bits of the mask argument." 2701 0x105,[31:24],glStencilFunc mask,"[glStencilFunc] 2702 Sets the unchanged value of the mask argument." 4250 …isableVertexAttribArray, glUseProgram",Sets the internal vertex attribute mask for fixed vertex at… 7106 0x28d,[15:0],glUseProgram,Bit mask of the output register of the geometry shader. Each bit correspo…
|
| /CTR-SDK-4.2.5/include/nn/gd/CTR/ |
| D | gd_OutputStage.h | 800 static void SetColorWriteMask(u32 mask);
|