Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.hpp228 int getDataTypeNumComponents (DataType dataType);
DgluShaderUtil.cpp619 int getDataTypeNumComponents (DataType dataType) in getDataTypeNumComponents() function
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp548 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()
665 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp542 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()
1368 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()