Searched refs:shaderType (Results 1 – 3 of 3) sorted by relevance
169 …UniformLocation(u8 shaderType, u16 managedLocation, u8 registerLocation, u8 size, UniformType type) in UniformLocation() argument171 …tion | (size << 8) | ((managedLocation & 0x1FF) << 16) | ((type & 0xF) << 26) | (shaderType << 31); in UniformLocation()394 … static nnResult GetShader(ShaderPipeline* shaderPipeline, ShaderType shaderType, Shader** shader);601 …static nnResult SetFloatConstantBuffer(ShaderType shaderType, u32 firstRegisterIndex, u32 register…
67 const ShaderType shaderType; variable101 : shaderType( shader_type ), in BindSymbol()
908 const s32 shader_index = ( symbol->shaderType == BindSymbol::SHADER_TYPE_GEOMETRY ) in SearchBindSymbol()1030 const BindSymbol::ShaderType shaderType = symbol->shaderType; in SearchBindSymbol() local1032 const s32 shader_index = ( shaderType == BindSymbol::SHADER_TYPE_GEOMETRY ) in SearchBindSymbol()