Home
last modified time | relevance | path

Searched refs:getRenderbufferFormatForOutput (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp564 static tcu::TextureFormat getRenderbufferFormatForOutput(const glu::VarType &outputType, bool useIn… in getRenderbufferFormatForOutput() function
663 …const uint32_t format = glu::getInternalFormat(getRenderbufferFormatForOutput(output.varType, useI… in execute()
699 … const tcu::TextureFormat format = getRenderbufferFormatForOutput(output.varType, useIntOutputs); in execute()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp715 static tcu::TextureFormat getRenderbufferFormatForOutput(const glu::VarType &outputType, bool useIn… in getRenderbufferFormatForOutput() function
1401 … const tcu::TextureFormat format = getRenderbufferFormatForOutput(output.varType, false); in execute()