Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1004 …static string genGatherFuncCall (GatherType, const tcu::TextureFormat&, const GatherArgs&, …
1143 string TextureGatherCase::genGatherFuncCall (GatherType gatherType, const tcu::TextureFormat& textu… in genGatherFuncCall() function in deqp::gles31::Functional::__anoneefa1ca30111::TextureGatherCase
1225 …const string funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, off… in genProgramSources()
1351 … << genGatherFuncCall(m_gatherType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange(), 0) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1523 string genGatherFuncCall (GatherType gatherType, in genGatherFuncCall() function
1649 …const string funcCall = genGatherFuncCall(baseParams.gatherType, baseParams.textureFormat, gat… in genGatherPrograms()