Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1004 …GatherType, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& off…
1005 …extureType, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& off…
1143 …xtureFormat& textureFormat, const GatherArgs& gatherArgs, const string& refZExpr, const IVec2& off… in genGatherFuncCall() argument
1168 result += ", " + refZExpr; in genGatherFuncCall()
1216 const string& refZExpr, in genProgramSources() argument
1225 …const string funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, off… in genProgramSources()
1340 const string refZExpr = "v_normalizedCoord.x"; in iterate() local
1346 …rogramSources(m_gatherType, m_textureType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange()… in iterate()
1351 … << genGatherFuncCall(m_gatherType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange(), 0) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1526 const string& refZExpr, in genGatherFuncCall() argument
1576 result += ", " + refZExpr; in genGatherFuncCall()
1634 const string refZExpr = "v_normalizedCoord.x"; in genGatherPrograms() local
1649 …erFuncCall(baseParams.gatherType, baseParams.textureFormat, gatherArgs, refZExpr, offsetRange, 1, … in genGatherPrograms()