Home
last modified time | relevance | path

Searched refs:DrawCommandType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp49 enum DrawCommandType enum
61 const char* getDrawCommandTypeName (DrawCommandType command) in getDrawCommandTypeName()
78 DrawCommandType command;
98 const DrawCommandType m_command;
527 const DrawCommandType command = DrawCommandType(commandTypeIdx); in init()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp61 enum DrawCommandType enum
71 const char* getDrawCommandTypeName (DrawCommandType command) in getDrawCommandTypeName()
1136 const DrawCommandType command;
1139 TestCaseParams (const DrawCommandType cmd, const vk::VkPrimitiveTopology top) in TestCaseParams()
1151 const DrawCommandType command = caseParams.command; in populateSubGroup()
1231 void createTopologyGroups (tcu::TestCaseGroup* testGroup, const DrawCommandType cmdType) in createTopologyGroups()
1245 const DrawCommandType command = DrawCommandType(idx); in createDrawTests()