Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp537 static tcu::TextureFormat getRenderbufferFormatForOutput (const glu::VarType& outputType, bool useI… in getRenderbufferFormatForOutput() function
631 …const deUint32 format = glu::getInternalFormat(getRenderbufferFormatForOutput(output.varType, us… in execute()
668 … const tcu::TextureFormat format = getRenderbufferFormatForOutput(output.varType, useIntOutputs); in execute()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp670 static tcu::TextureFormat getRenderbufferFormatForOutput (const glu::VarType& outputType, bool useI… in getRenderbufferFormatForOutput() function
1333 const tcu::TextureFormat format = getRenderbufferFormatForOutput(output.varType, false); in execute()