Home
last modified time | relevance | path

Searched refs:getDataTypeNumComponents (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderUtil.hpp355 int getDataTypeNumComponents (DataType dataType);
H A DgluShaderUtil.cpp1171 int getDataTypeNumComponents (DataType dataType) in getDataTypeNumComponents() function
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp548 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()
665 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp576 constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp581 constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderIndexingTests.cpp552 constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp683 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()
1342 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp683 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()
1342 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp2062 const int size1 = glu::isDataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : glu::getDataTypeNumComponents(type); in makeMatrixVectorCompositeCaseDefinition()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp2049 const int size1 = glu::isDataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : glu::getDataTypeNumComponents(type); in makeMatrixVectorCompositeCaseDefinition()

Completed in 28 milliseconds