Home
last modified time | relevance | path

Searched refs:NUM_VERTICES_IN_DRAWCALL (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp332 NUM_VERTICES_IN_DRAWCALL = 3 enumerator
354 m_stateObjects = new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL, m_testVector.primitiveTopology, m_testVector.noColorAttachments); in BasicOcclusionQueryTestInstance()
370 std::vector<tcu::Vec4> vertices(NUM_VERTICES_IN_DRAWCALL); in BasicOcclusionQueryTestInstance()
438 vk.cmdDraw(*cmdBuffer, NUM_VERTICES_IN_DRAWCALL, 1, 0, 0); in iterate()
488 expectedValue = NUM_VERTICES_IN_DRAWCALL; in iterate()
555 NUM_VERTICES_IN_DRAWCALL = 3, enumerator
558 NUM_VERTICES = NUM_VERTICES_IN_DRAWCALL + NUM_VERTICES_IN_PARTIALLY_OCCLUDED_DRAWCALL + NUM_VERTICES_IN_OCCLUDER_DRAWCALL
563 START_VERTEX_PARTIALLY_OCCLUDED = START_VERTEX + NUM_VERTICES_IN_DRAWCALL,
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()
889 vk.cmdDraw(*cmdBuffer, NUM_VERTICES_IN_DRAWCALL, in recordRender()
[all...]
H A DvktQueryPoolConcurrentTests.cpp263 NUM_VERTICES_IN_DRAWCALL = 3 enumerator
306 m_stateObjects = std::unique_ptr<StateObjects>(new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST)); in PrimaryCommandBufferConcurrentTestInstance()
331 std::vector<tcu::Vec4> vertices(NUM_VERTICES_IN_DRAWCALL); in PrimaryCommandBufferConcurrentTestInstance()
395 vk.cmdDraw(*cmdBuffer, NUM_VERTICES_IN_DRAWCALL, 1, 0, 0);
531 NUM_VERTICES_IN_DRAWCALL = 3 enumerator
575 m_stateObjects = std::unique_ptr<StateObjects>(new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST)); in SecondaryCommandBufferConcurrentTestInstance()
600 std::vector<tcu::Vec4> vertices(NUM_VERTICES_IN_DRAWCALL); in SecondaryCommandBufferConcurrentTestInstance()
674 vk.cmdDraw(*cmdBufferSecondary, NUM_VERTICES_IN_DRAWCALL, 1, 0, 0);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp332 NUM_VERTICES_IN_DRAWCALL = 3 enumerator
354 m_stateObjects = new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL, m_testVector.primitiveTopology, m_testVector.noColorAttachments); in BasicOcclusionQueryTestInstance()
370 std::vector<tcu::Vec4> vertices(NUM_VERTICES_IN_DRAWCALL); in BasicOcclusionQueryTestInstance()
438 vk.cmdDraw(*cmdBuffer, NUM_VERTICES_IN_DRAWCALL, 1, 0, 0); in iterate()
488 expectedValue = NUM_VERTICES_IN_DRAWCALL; in iterate()
555 NUM_VERTICES_IN_DRAWCALL = 3, enumerator
558 NUM_VERTICES = NUM_VERTICES_IN_DRAWCALL + NUM_VERTICES_IN_PARTIALLY_OCCLUDED_DRAWCALL + NUM_VERTICES_IN_OCCLUDER_DRAWCALL
563 START_VERTEX_PARTIALLY_OCCLUDED = START_VERTEX + NUM_VERTICES_IN_DRAWCALL,
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()
889 vk.cmdDraw(*cmdBuffer, NUM_VERTICES_IN_DRAWCALL, in recordRender()
[all...]
H A DvktQueryPoolConcurrentTests.cpp263 NUM_VERTICES_IN_DRAWCALL = 3 enumerator
306 m_stateObjects = std::unique_ptr<StateObjects>(new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST)); in PrimaryCommandBufferConcurrentTestInstance()
331 std::vector<tcu::Vec4> vertices(NUM_VERTICES_IN_DRAWCALL); in PrimaryCommandBufferConcurrentTestInstance()
395 vk.cmdDraw(*cmdBuffer, NUM_VERTICES_IN_DRAWCALL, 1, 0, 0);
531 NUM_VERTICES_IN_DRAWCALL = 3 enumerator
575 m_stateObjects = std::unique_ptr<StateObjects>(new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST)); in SecondaryCommandBufferConcurrentTestInstance()
600 std::vector<tcu::Vec4> vertices(NUM_VERTICES_IN_DRAWCALL); in SecondaryCommandBufferConcurrentTestInstance()
674 vk.cmdDraw(*cmdBufferSecondary, NUM_VERTICES_IN_DRAWCALL, 1, 0, 0);

Completed in 6 milliseconds