Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp127 const std::vector<SetupOp> setupOps {SetupOp::BIND_GRAPHICS_PIPELINE, SetupOp::BIND_GRAPHICS_SET}; in hasGraphics() local
128 return hasAnyOf(setupOps); in hasGraphics()
133 const std::vector<SetupOp> setupOps {SetupOp::BIND_COMPUTE_PIPELINE, SetupOp::BIND_COMPUTE_SET}; in hasCompute() local
134 return hasAnyOf(setupOps); in hasCompute()
139 …const std::vector<SetupOp> setupOps {SetupOp::BIND_RAYTRACING_PIPELINE, SetupOp::BIND_RAYTRACING_S… in hasRayTracing() local
140 return hasAnyOf(setupOps); in hasRayTracing()