Home
last modified time | relevance | path

Searched refs:passNdx (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp273 for (int passNdx = 0; passNdx < 2; ++passNdx) in iterate() local
275 const glu::ShaderProgram& shader = (passNdx == 0) ? (*m_shader0) : (*m_shader1); in iterate()
280 const tcu::Vec4 color = (passNdx == 0) ? (red) : (green); in iterate()
281 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate()
283 …u::TestLog::Message << "Drawing position test pattern using shader " << (passNdx+1) << ". Primitiv… in iterate()
315 for (int passNdx = 0; passNdx < 2; ++passNdx) in iterate() local
317 const glu::ShaderProgram& shader = (passNdx == 0) ? (*m_shader0) : (*m_shader1); in iterate()
322 const tcu::Vec4 color = (passNdx == 0) ? (red) : (green); in iterate()
323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); in iterate()
324 const char* const depthFuncStr = (passNdx == 0) ? ("GL_ALWAYS") : ("GL_EQUAL"); in iterate()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp273 for (int passNdx = 0; passNdx < 2; ++passNdx) in iterate() local
275 const glu::ShaderProgram& shader = (passNdx == 0) ? (*m_shader0) : (*m_shader1); in iterate()
280 const tcu::Vec4 color = (passNdx == 0) ? (red) : (green); in iterate()
281 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate()
283 …u::TestLog::Message << "Drawing position test pattern using shader " << (passNdx+1) << ". Primitiv… in iterate()
315 for (int passNdx = 0; passNdx < 2; ++passNdx) in iterate() local
317 const glu::ShaderProgram& shader = (passNdx == 0) ? (*m_shader0) : (*m_shader1); in iterate()
322 const tcu::Vec4 color = (passNdx == 0) ? (red) : (green); in iterate()
323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); in iterate()
324 const char* const depthFuncStr = (passNdx == 0) ? ("GL_ALWAYS") : ("GL_EQUAL"); in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp2114 for (deUint32 passNdx = 0u; passNdx < numGrids; ++passNdx) in iterate() local
2116 const deUint32 seed = 142u + 75u * passNdx; in iterate()
2480 for (deUint32 passNdx = 0; passNdx < NUM_PASSES; ++passNdx) in drawRenderPasses() local
2482 pipeline[passNdx] = makeGraphicsPipeline( in drawRenderPasses()
2483 …vk, device, dynamicState, *pipelineLayout, rt[passNdx].getRenderPass(), *vertexModule, *fragmentMo… in drawRenderPasses()
2488 else for (deUint32 passNdx = 0; passNdx < NUM_PASSES; ++passNdx) in drawRenderPasses() local
2490 pipeline[passNdx] = makeGraphicsPipeline( in drawRenderPasses()
2491 …vk, device, std::vector<VkDynamicState>(), *pipelineLayout, rt[passNdx].getRenderPass(), *vertexMo… in drawRenderPasses()
2492 …iewport, scissor, m_params.numSamples, /*use sample locations*/ true, sampleLocationsInfo[passNdx], in drawRenderPasses()
2855 for (deUint32 passNdx = 0; passNdx < NUM_PASSES; ++passNdx) in drawSubpasses() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp290 …const bool passNdx = (testType == TESTTYPE_LOCAL_VARIABLES) || (testType == TESTTYPE_OPTYPEIMA… in getFunctionDstVariableStr() local
303 if (passNdx) in getFunctionDstVariableStr()
319 if (passNdx) in getFunctionDstVariableStr()
335 if (passNdx) in getFunctionDstVariableStr()
363 if (passNdx) in getFunctionDstVariableStr()
371 if (passNdx) in getFunctionDstVariableStr()
386 if (passNdx) in getFunctionDstVariableStr()
402 if (passNdx) in getFunctionDstVariableStr()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1362 for (int passNdx = 0; passNdx < 2; ++passNdx) in testFBO() local
1364 const bool specialPass = (passNdx == 0); in testFBO()
1366 …m_testCtx.getLog() << tcu::TestLog::Message << "Pass " << passNdx << ": Drawing stripes with the s… in testFBO()
1567 for (int passNdx = 0; passNdx < numPasses; ++passNdx) in testFBO() local
1569 de::Random rnd(123 + 567 * passNdx); in testFBO()
1573 << "Pass " << passNdx << ": Drawing tiles with the shader.\n" in testFBO()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1725 for (int passNdx = 0; passNdx < 2; ++passNdx) in testFBO() local
1727 const bool specialPass = (passNdx == 0); in testFBO()
1729 …m_testCtx.getLog() << tcu::TestLog::Message << "Pass " << passNdx << ": Drawing stripes with the s… in testFBO()
1935 for (int passNdx = 0; passNdx < numPasses; ++passNdx) in testFBO() local
1937 de::Random rnd(123 + 567 * passNdx); in testFBO()
1941 << "Pass " << passNdx << ": Drawing tiles with the shader.\n" in testFBO()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4250 for (int passNdx = 0; passNdx < 2; ++passNdx) in iterate() local
4252 const bool useBBox = (passNdx == 1); in iterate()