Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp858 using BindPointPair = tcu::Vector<VkPipelineBindPoint, kTestBindPoints>; in createBindPointTests() typedef
863 const BindPointPair testPairs[] = in createBindPointTests()
865 BindPointPair(VK_PIPELINE_BIND_POINT_GRAPHICS, VK_PIPELINE_BIND_POINT_COMPUTE), in createBindPointTests()
866 BindPointPair(VK_PIPELINE_BIND_POINT_GRAPHICS, VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR), in createBindPointTests()
867 BindPointPair(VK_PIPELINE_BIND_POINT_COMPUTE, VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR), in createBindPointTests()