Searched defs:getGatherArgs (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp977 virtual GatherArgs getGatherArgs (int iterationNdx) const = 0;
1339 const GatherArgs& gatherArgs = getGatherArgs(m_currentIteration);
1644 GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx]; } function in class:deqp::gles31::Functional::__anon4905::TextureGather2DCase
1734 GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx].gatherArgs; }
1866 GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx].gatherArgs; }
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1106 virtual GatherArgs getGatherArgs (int iterationNdx) const = 0;
1318 const GatherArgs& gatherArgs = getGatherArgs(m_currentIteration);
1669 virtual GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx];} function in class:vkt::sr::__anon3991::TextureGather2DInstance
1875 virtual GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx].gatherArgs; } function in class:vkt::sr::__anon3991::TextureGather2DArrayInstance
2087 virtual GatherArgs getGatherArgs (int iterationNdx) const { return m_iterations[iterationNdx].gatherArgs; } function in class:vkt::sr::__anon3991::TextureGatherCubeInstance

Completed in 57 milliseconds