Searched refs:setupOps (Results 1 – 1 of 1) sorted by relevance
127 const std::vector<SetupOp> setupOps {SetupOp::BIND_GRAPHICS_PIPELINE, SetupOp::BIND_GRAPHICS_SET}; in hasGraphics() local128 return hasAnyOf(setupOps); in hasGraphics()133 const std::vector<SetupOp> setupOps {SetupOp::BIND_COMPUTE_PIPELINE, SetupOp::BIND_COMPUTE_SET}; in hasCompute() local134 return hasAnyOf(setupOps); in hasCompute()139 …const std::vector<SetupOp> setupOps {SetupOp::BIND_RAYTRACING_PIPELINE, SetupOp::BIND_RAYTRACING_S… in hasRayTracing() local140 return hasAnyOf(setupOps); in hasRayTracing()