mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
refactor: add test for mutex order in enqueueBlit
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8310b10987
commit
ea57fb4e2b
@@ -444,19 +444,19 @@ class CommandQueueHw : public CommandQueue {
|
||||
TagNodeBase *multiRootDeviceSyncNode,
|
||||
CsrDependencyContainer *csrDependencies);
|
||||
|
||||
CompletionStamp enqueueCommandWithoutKernel(Surface **surfaces,
|
||||
size_t surfaceCount,
|
||||
LinearStream *commandStream,
|
||||
size_t commandStreamStart,
|
||||
bool &blocking,
|
||||
const EnqueueProperties &enqueueProperties,
|
||||
TimestampPacketDependencies ×tampPacketDependencies,
|
||||
EventsRequest &eventsRequest,
|
||||
EventBuilder &eventBuilder,
|
||||
TaskCountType taskLevel,
|
||||
CsrDependencies &csrDeps,
|
||||
CommandStreamReceiver *bcsCsr,
|
||||
bool hasRelaxedOrderingDependencies);
|
||||
MOCKABLE_VIRTUAL CompletionStamp enqueueCommandWithoutKernel(Surface **surfaces,
|
||||
size_t surfaceCount,
|
||||
LinearStream *commandStream,
|
||||
size_t commandStreamStart,
|
||||
bool &blocking,
|
||||
const EnqueueProperties &enqueueProperties,
|
||||
TimestampPacketDependencies ×tampPacketDependencies,
|
||||
EventsRequest &eventsRequest,
|
||||
EventBuilder &eventBuilder,
|
||||
TaskCountType taskLevel,
|
||||
CsrDependencies &csrDeps,
|
||||
CommandStreamReceiver *bcsCsr,
|
||||
bool hasRelaxedOrderingDependencies);
|
||||
void processDispatchForCacheFlush(Surface **surfaces,
|
||||
size_t numSurfaces,
|
||||
LinearStream *commandStream,
|
||||
|
||||
Reference in New Issue
Block a user