Home
last modified time | relevance | path

Searched refs:robustness2 (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp22 * \brief Vulkan robustness2 tests
427 static VkPipelineRobustnessCreateInfoEXT getPipelineRobustnessInfo(bool robustness2, int descriptorType) in getPipelineRobustnessInfo() argument
440 robustnessCreateInfo.storageBuffers = (robustness2 in getPipelineRobustnessInfo()
447 robustnessCreateInfo.images = (robustness2 in getPipelineRobustnessInfo()
455 robustnessCreateInfo.uniformBuffers = (robustness2 in getPipelineRobustnessInfo()
461 robustnessCreateInfo.vertexInputs = (robustness2 in getPipelineRobustnessInfo()
481 // We need to query some features using the physical device instead of using the reported context features because robustness2 in checkSupport()
1468 // Only the full robustness2 extension provides guarantees about out-of-bounds mip levels. in initPrograms()
3560 static void createTests (tcu::TestCaseGroup* group, bool robustness2, bool pipelineRobustness) in createTests() argument
3753 int numDescCases = robustness2 in createTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp22 * \brief Vulkan robustness2 tests
471 static VkPipelineRobustnessCreateInfoEXT getPipelineRobustnessInfo(bool robustness2, int descriptorType) in getPipelineRobustnessInfo() argument
480 robustnessCreateInfo.storageBuffers = (robustness2 in getPipelineRobustnessInfo()
487 robustnessCreateInfo.images = (robustness2 in getPipelineRobustnessInfo()
495 robustnessCreateInfo.uniformBuffers = (robustness2 in getPipelineRobustnessInfo()
501 robustnessCreateInfo.vertexInputs = (robustness2 in getPipelineRobustnessInfo()
519 // We need to query feature support using the physical device instead of using the reported context features because robustness2 in checkSupport()
1494 // Only the full robustness2 extension provides guarantees about out-of-bounds mip levels. in initPrograms()
3085 static void createTests (tcu::TestCaseGroup* group, bool robustness2, bool pipelineRobustness) in createTests() argument
3275 int numDescCases = robustness2 in createTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp576 bool robustness2) in BindVertexBuffers2Instance()
580 , m_robustness2(robustness2) in BindVertexBuffers2Instance()
1050 msg << "FAILURE: robustness2; pixel at " << middle << " is " << rgb in iterate()
1214 bool robustness2) in BindVertexBuffers2Case()
1218 , m_robustness2(robustness2) { } in BindVertexBuffers2Case()
1463 de::MovePtr<tcu::TestCaseGroup> robustGroup(new tcu::TestCaseGroup(testCtx, "robustness2", "")); in createCmdBindVertexBuffers2Tests()
571 BindVertexBuffers2Instance(Context& context, DeviceDriverPtr driver, DevicePtr device, vk::PipelineConstructionType pipelineConstructionType, const TestParamsMaint5& params, bool robustness2) BindVertexBuffers2Instance() argument
1210 BindVertexBuffers2Case(tcu::TestContext& testCtx, const std::string& name, vk::PipelineConstructionType pipelineConstructionType, const TestParamsMaint5& params, bool robustness2) BindVertexBuffers2Case() argument

Completed in 15 milliseconds