Searched refs:DynamicScissorTestCommand (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawScissorTests.cpp | 190 class DynamicScissorTestCommand : public TestCommand class 193 DynamicScissorTestCommand (deUint32 firstScissor, vector<VkRect2D> scissors); 194 virtual ~DynamicScissorTestCommand (void) {} in ~DynamicScissorTestCommand() 204 DynamicScissorTestCommand::DynamicScissorTestCommand (deUint32 firstScissor, vector<VkRect2D> sciss… in DynamicScissorTestCommand() function in vkt::Draw::__anon8a8f76580111::DynamicScissorTestCommand 210 void DynamicScissorTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands() 215 vector<VkRect2D> DynamicScissorTestCommand::updateScissors (vector<VkRect2D> scissors) in updateScissors() 676 …params.commands.push_back(TestCommandSp(new DynamicScissorTestCommand(0, vector<VkRect2D>(1, makeR… in createTests() 687 …params.commands.push_back(TestCommandSp(new DynamicScissorTestCommand(0, vector<VkRect2D>(1, makeR… in createTests() 689 …params.commands.push_back(TestCommandSp(new DynamicScissorTestCommand(0, vector<VkRect2D>(1, makeR… in createTests() 710 params.commands.push_back(TestCommandSp(new DynamicScissorTestCommand(0, scissors))); in createTests() [all …]
|