Searched refs:noColorAttachments (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 56 StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVertices, vk::VkPrimitiveTopology primitive, const bool noColorAttachments); 82 StateObjects::StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVertices, vk::VkPrimitiveTopology primitive, const bool noColorAttachments) in StateObjects() argument 107 if (noColorAttachments) in StateObjects() 316 bool noColorAttachments; member 354 m_stateObjects = new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL, m_testVector.primitiveTopology, m_testVector.noColorAttachments); in BasicOcclusionQueryTestInstance() 414 if (!m_testVector.noColorAttachments) in iterate() 443 if (!m_testVector.noColorAttachments) in iterate() 594 m_stateObjects = new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL + NUM_VERTICES_IN_PARTIALLY_OCCLUDED_DRAWCALL + NUM_VERTICES_IN_OCCLUDER_DRAWCALL, m_testVector.primitiveTopology, m_testVector.noColorAttachments); in OcclusionQueryTestInstance() 864 if (!m_testVector.noColorAttachments) in recordRender() 962 if (!m_testVector.noColorAttachments) in recordRender() [all...] |
H A D | vktQueryPoolStatisticsTests.cpp | 1239 , noColorAttachments (noColorAttachments_) 1247 deBool noColorAttachments; member 1354 if (!m_parametersGraphic.noColorAttachments) in creatColorAttachmentAndRenderPass() 1376 if (m_parametersGraphic.noColorAttachments) in creatColorAttachmentAndRenderPass() 1628 if (!m_parametersGraphic.noColorAttachments) in executeTest() 1693 if (!m_parametersGraphic.noColorAttachments) in executeTest() 1832 if (m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP && m_parametersGraphic.clearOp == CLEAR_NOOP && !m_parametersGraphic.noColorAttachments && !checkImage()) in checkResult() 1921 if (!m_parametersGraphic.noColorAttachments) in executeTest() 1975 if (!m_parametersGraphic.noColorAttachments) in executeTest() 2047 if (!m_parametersGraphic.noColorAttachments) in executeTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 56 StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVertices, vk::VkPrimitiveTopology primitive, const bool noColorAttachments); 82 StateObjects::StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVertices, vk::VkPrimitiveTopology primitive, const bool noColorAttachments) in StateObjects() argument 107 if (noColorAttachments) in StateObjects() 316 bool noColorAttachments; member 354 m_stateObjects = new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL, m_testVector.primitiveTopology, m_testVector.noColorAttachments); in BasicOcclusionQueryTestInstance() 414 if (!m_testVector.noColorAttachments) in iterate() 443 if (!m_testVector.noColorAttachments) in iterate() 594 m_stateObjects = new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL + NUM_VERTICES_IN_PARTIALLY_OCCLUDED_DRAWCALL + NUM_VERTICES_IN_OCCLUDER_DRAWCALL, m_testVector.primitiveTopology, m_testVector.noColorAttachments); in OcclusionQueryTestInstance() 864 if (!m_testVector.noColorAttachments) in recordRender() 962 if (!m_testVector.noColorAttachments) in recordRender() [all...] |
H A D | vktQueryPoolStatisticsTests.cpp | 1239 , noColorAttachments (noColorAttachments_) in noColorAttachments() function 1246 deBool noColorAttachments; member 1352 if (!m_parametersGraphic.noColorAttachments) in creatColorAttachmentAndRenderPass() 1374 if (m_parametersGraphic.noColorAttachments) in creatColorAttachmentAndRenderPass() 1626 if (!m_parametersGraphic.noColorAttachments) in executeTest() 1691 if (!m_parametersGraphic.noColorAttachments) in executeTest() 1824 if (m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP && m_parametersGraphic.clearOp == CLEAR_NOOP && !m_parametersGraphic.noColorAttachments && !checkImage()) in checkResult() 1913 if (!m_parametersGraphic.noColorAttachments) in executeTest() 1967 if (!m_parametersGraphic.noColorAttachments) in executeTest() 2039 if (!m_parametersGraphic.noColorAttachments) in executeTest() [all...] |
Completed in 17 milliseconds