Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/glshared/
H A 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()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp715 static tcu::TextureFormat getRenderbufferFormatForOutput(const glu::VarType &outputType, bool useIn… in getRenderbufferFormatForOutput() function
1403 … const tcu::TextureFormat format = getRenderbufferFormatForOutput(output.varType, false); in execute()