Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1020 …GatherType, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& off…
1021 …extureType, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& off…
1162 …xtureFormat& textureFormat, const GatherArgs& gatherArgs, const string& refZExpr, const IVec2& off… in genGatherFuncCall() argument
1187 result += ", " + refZExpr; in genGatherFuncCall()
1235 const string& refZExpr, in genProgramSources() argument
1244 …const string funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, off… in genProgramSources()
1360 const string refZExpr = "v_normalizedCoord.x"; in iterate() local
1366 …rogramSources(m_gatherType, m_textureType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange()… in iterate()
1371 … << genGatherFuncCall(m_gatherType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange(), 0) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1527 const string& refZExpr, in genGatherFuncCall() argument
1577 result += ", " + refZExpr; in genGatherFuncCall()
1635 const string refZExpr = "v_normalizedCoord.x"; in genGatherPrograms() local
1650 …erFuncCall(baseParams.gatherType, baseParams.textureFormat, gatherArgs, refZExpr, offsetRange, 1, … in genGatherPrograms()