Lines Matching refs:DispatchOp
81 enum class DispatchOp
94 using DispatchSequence = tcu::Vector<DispatchOp, kDispatchSequenceSize>;
734 case DispatchOp::DRAW:
741 case DispatchOp::COMPUTE:
746 case DispatchOp::TRACE_RAYS:
854 case DispatchOp::COMPUTE: out << "dispatch"; break;
855 case DispatchOp::DRAW: out << "draw"; break;
856 case DispatchOp::TRACE_RAYS: out << "tracerays"; break;
924 DispatchOp dispatches [kTestBindPoints] = { DispatchOp::OP_COUNT, DispatchOp::OP_COUNT };
933 dispatches[elemIdx] = DispatchOp::DRAW;
940 dispatches[elemIdx] = DispatchOp::COMPUTE;
947 dispatches[elemIdx] = DispatchOp::TRACE_RAYS;