Searched refs:stepIndex (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
H A D | DrawPass.cpp | 199 for (int stepIndex = 0; stepIndex < draw.fRenderer.numRenderSteps(); ++stepIndex) { in Make() 200 const RenderStep* const step = draw.fRenderer.steps()[stepIndex]; in Make() 221 keys.push_back({&draw, stepIndex, pipelineIndex, geometryIndex, shadingIndex}); in Make()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 421 for (size_t stepIndex = 0; stepIndex < m_params.steps.size(); ++stepIndex) in drawCommands() 423 const auto& step = m_params.steps[stepIndex]; in drawCommands() 426 DE_ASSERT(stepIndex == 0 || step.clearOp != ClearOp::LOAD); in drawCommands() 440 vk.cmdDraw(cmdBuffer, verticesCount, 1, static_cast<deUint32>(verticesCount * stepIndex), 0); in drawCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 421 for (size_t stepIndex = 0; stepIndex < m_params.steps.size(); ++stepIndex) in drawCommands() 423 const auto& step = m_params.steps[stepIndex]; in drawCommands() 426 DE_ASSERT(stepIndex == 0 || step.clearOp != ClearOp::LOAD); in drawCommands() 440 vk.cmdDraw(cmdBuffer, verticesCount, 1, static_cast<deUint32>(verticesCount * stepIndex), 0); in drawCommands()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcFramebufferCompleteness.cpp | 1278 bool verifyFramebufferStatus (const glw::Functions& gl, const ExpectedStatusFn expectedStatusFn, const size_t stepIndex); 1367 size_t stepIndex = 0; in iterate() local 1372 if (!verifyFramebufferStatus(gl, step.expectedFbStatus, stepIndex++)) in iterate() 1379 const size_t stepIndex) in verifyFramebufferStatus() 1403 << ") after step " << stepIndex; in verifyFramebufferStatus() 1378 verifyFramebufferStatus(const glw::Functions& gl, const ExpectedStatusFn expectedStatusFn, const size_t stepIndex) verifyFramebufferStatus() argument
|
H A D | glcCompressedFormatTests.cpp | 1452 size_t stepIndex = 0; in iterate() local 1462 << " after step " << stepIndex; in iterate() 1465 ++stepIndex; in iterate()
|
Completed in 9 milliseconds