/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 1238 , clearOp (clearOp_) 1246 ClearOperation clearOp; member 1326 m_parametersGraphic.clearOp == CLEAR_COLOR ? vk::VK_IMAGE_ASPECT_COLOR_BIT : vk::VK_IMAGE_ASPECT_DEPTH_BIT, // VkImageAspectFlags aspectMask; in commandClearAttachment() 1327 m_parametersGraphic.clearOp == CLEAR_COLOR ? 0u : 1u, // uint32_t colorAttachment; in commandClearAttachment() 1328 m_parametersGraphic.clearOp == CLEAR_COLOR ? vk::makeClearValueColor(tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f)) : in commandClearAttachment() 1832 if (m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP && m_parametersGraphic.clearOp == CLEAR_NOOP && !m_parametersGraphic.noColorAttachments && !checkImage()) in checkResult() 3594 , clearOp (clearOp_) in clearOp() function 3603 ClearOperation clearOp; member 4412 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; in init() local 4415 for (int clearOpIdx = 0; clearOpIdx < DE_LENGTH_OF_ARRAY(clearOp); in init() 4501 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4608 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4709 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4802 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4895 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4987 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 5084 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 5168 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local [all...] |
H A D | vktQueryPoolOcclusionTests.cpp | 315 OcculusionQueryClearOp clearOp; member 831 if (m_testVector.clearOp == CLEAR_NOOP) in commandClearAttachment() 839 m_testVector.clearOp == CLEAR_COLOR ? vk::VK_IMAGE_ASPECT_COLOR_BIT : vk::VK_IMAGE_ASPECT_DEPTH_BIT, // VkImageAspectFlags aspectMask; in commandClearAttachment() 840 m_testVector.clearOp == CLEAR_COLOR ? 0u : 1u, // uint32_t colorAttachment; in commandClearAttachment() 841 m_testVector.clearOp == CLEAR_COLOR ? vk::makeClearValueColor(tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f)) : in commandClearAttachment() 1323 baseTestVector.clearOp = CLEAR_NOOP; in init() 1428 const OcculusionQueryClearOp clearOp[] = { CLEAR_COLOR, CLEAR_DEPTH }; in init() local 1431 for (int clearOpIdx = 0; clearOpIdx < DE_LENGTH_OF_ARRAY(clearOp); ++clearOpIdx) in init() 1440 testVector.clearOp = clearOp[clearOpId in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 1238 , clearOp (clearOp_) 1245 ClearOperation clearOp; member 1324 m_parametersGraphic.clearOp == CLEAR_COLOR ? vk::VK_IMAGE_ASPECT_COLOR_BIT : vk::VK_IMAGE_ASPECT_DEPTH_BIT, // VkImageAspectFlags aspectMask; in commandClearAttachment() 1325 m_parametersGraphic.clearOp == CLEAR_COLOR ? 0u : 1u, // uint32_t colorAttachment; in commandClearAttachment() 1326 m_parametersGraphic.clearOp == CLEAR_COLOR ? vk::makeClearValueColor(tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f)) : in commandClearAttachment() 1824 if (m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP && m_parametersGraphic.clearOp == CLEAR_NOOP && !m_parametersGraphic.noColorAttachments && !checkImage()) in checkResult() 3580 , clearOp (clearOp_) in clearOp() function 3589 ClearOperation clearOp; member 4261 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; in init() local 4264 for (int clearOpIdx = 0; clearOpIdx < DE_LENGTH_OF_ARRAY(clearOp); in init() 4350 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4457 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4558 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4651 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4744 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4836 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 4929 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local 5013 const ClearOperation clearOp[] = { CLEAR_NOOP, CLEAR_COLOR, CLEAR_DEPTH }; init() local [all...] |
H A D | vktQueryPoolOcclusionTests.cpp | 315 OcculusionQueryClearOp clearOp; member 831 if (m_testVector.clearOp == CLEAR_NOOP) in commandClearAttachment() 839 m_testVector.clearOp == CLEAR_COLOR ? vk::VK_IMAGE_ASPECT_COLOR_BIT : vk::VK_IMAGE_ASPECT_DEPTH_BIT, // VkImageAspectFlags aspectMask; in commandClearAttachment() 840 m_testVector.clearOp == CLEAR_COLOR ? 0u : 1u, // uint32_t colorAttachment; in commandClearAttachment() 841 m_testVector.clearOp == CLEAR_COLOR ? vk::makeClearValueColor(tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f)) : in commandClearAttachment() 1323 baseTestVector.clearOp = CLEAR_NOOP; in init() 1437 const OcculusionQueryClearOp clearOp[] = { CLEAR_COLOR, CLEAR_DEPTH }; in init() local 1440 for (int clearOpIdx = 0; clearOpIdx < DE_LENGTH_OF_ARRAY(clearOp); ++clearOpIdx) in init() 1449 testVector.clearOp = clearOp[clearOpId in init() [all...] |
/third_party/skia/tests/ |
H A D | ClearTest.cpp | 258 const ClearOp& clearOp = opsTask->getChain(0)->cast<ClearOp>(); in clear_op_test() local 261 REPORTER_ASSERT(reporter, clearOp.color() == kExpected); in clear_op_test() 262 REPORTER_ASSERT(reporter, clearOp.stencilInsideMask()); in clear_op_test() 284 const ClearOp& clearOp = opsTask->getChain(0)->cast<ClearOp>(); in clear_op_test() local 287 REPORTER_ASSERT(reporter, clearOp.color() == kExpected); in clear_op_test() 288 REPORTER_ASSERT(reporter, !clearOp.stencilInsideMask()); in clear_op_test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 164 ClearOp clearOp; member 403 if (!m_params.steps.empty() && m_params.steps[0].clearOp == ClearOp::LOAD) in beginLegacyRender() 426 DE_ASSERT(stepIndex == 0 || step.clearOp != ClearOp::LOAD); in drawCommands() 431 switch(step.clearOp) in drawCommands() 522 if (!m_params.steps.empty() && m_params.steps[0].clearOp == ClearOp::LOAD) in beginDynamicRender()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 164 ClearOp clearOp; member 403 if (!m_params.steps.empty() && m_params.steps[0].clearOp == ClearOp::LOAD) in beginLegacyRender() 426 DE_ASSERT(stepIndex == 0 || step.clearOp != ClearOp::LOAD); in drawCommands() 431 switch(step.clearOp) in drawCommands() 522 if (!m_params.steps.empty() && m_params.steps[0].clearOp == ClearOp::LOAD) in beginDynamicRender()
|