Searched refs:BindPointPair (Results 1 – 1 of 1) sorted by relevance
858 using BindPointPair = tcu::Vector<VkPipelineBindPoint, kTestBindPoints>; in createBindPointTests() typedef863 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()