Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp61 enum DrawCommandType enum
71 const char* getDrawCommandTypeName (DrawCommandType command) in getDrawCommandTypeName()
1170 const DrawCommandType command;
1174 …TestCaseParams (const DrawCommandType cmd, const vk::VkPrimitiveTopology top, bool dynamicRenderin… in TestCaseParams()
1187 const DrawCommandType command = caseParams.command; in populateSubGroup()
1277 const DrawCommandType command (static_cast<DrawCommandType>(drawTypeIndex)); in createDrawTests()