Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1239 uint32_t GetNumInputComponents(int32_t location) const;
DSpirvShaderGLSLstd450.cpp1000 uint32_t components_per_row = GetNumInputComponents(location); in Interpolate()
DSpirvShader.cpp903 uint32_t SpirvShader::GetNumInputComponents(int32_t location) const in GetNumInputComponents() function in sw::SpirvShader