Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c306 if (flags & PIPE_CONTEXT_HIGH_PRIORITY) in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c357 if (flags & PIPE_CONTEXT_HIGH_PRIORITY) in iris_create_context()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h433 #define PIPE_CONTEXT_HIGH_PRIORITY (1 << 4) macro
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c595 else if (flags & PIPE_CONTEXT_HIGH_PRIORITY) in fd_context_init()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c930 ctx_flags |= PIPE_CONTEXT_HIGH_PRIORITY; in st_api_create_context()