Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_context.c349 if (flags & PIPE_CONTEXT_LOW_PRIORITY) in iris_create_context()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c401 else if (flags & PIPE_CONTEXT_LOW_PRIORITY) in fd_context_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h427 #define PIPE_CONTEXT_LOW_PRIORITY (1 << 5) macro
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c910 ctx_flags |= PIPE_CONTEXT_LOW_PRIORITY; in st_api_create_context()