Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_context.c347 if (flags & PIPE_CONTEXT_HIGH_PRIORITY) in iris_create_context()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c399 else if (flags & PIPE_CONTEXT_HIGH_PRIORITY) in fd_context_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h422 #define PIPE_CONTEXT_HIGH_PRIORITY (1 << 4) macro
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c912 ctx_flags |= PIPE_CONTEXT_HIGH_PRIORITY; in st_api_create_context()