Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_Shader.h281 enum ShaderType enum
394 … static nnResult GetShader(ShaderPipeline* shaderPipeline, ShaderType shaderType, Shader** shader);
601 …static nnResult SetFloatConstantBuffer(ShaderType shaderType, u32 firstRegisterIndex, u32 register…
642 ShaderStage::ShaderType m_ShaderType;
/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_BindSymbol.h55 enum ShaderType enum
67 const ShaderType shaderType;
100 explicit BindSymbol( const ShaderType shader_type, const SymbolType symbol_type ) in BindSymbol()
Dgr_Shader.h323 const BindSymbol::ShaderType shader_type,
/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_Shader.cpp977 const BindSymbol::ShaderType shader_type, in SearchBindSymbolNum()
1030 const BindSymbol::ShaderType shaderType = symbol->shaderType; in SearchBindSymbol()