Home
last modified time | relevance | path

Searched defs:getNumComponents (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsRandomShaderCase.hpp53 …int getNumComponents (void) const { return m_input->getVariable()->getType().getNumElements(… in getNumComponents() function in deqp::gls::VertexArray
/third_party/glslang/SPIRV/
DSpvBuilder.h196 int getNumComponents(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); } in getNumComponents() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp1055 static int getNumComponents (const ProgramInterfaceDefinition::Shader* shader, glu::Storage storage) in getNumComponents() function