Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c268 else if (flags & PIPE_CONTEXT_HIGH_PRIORITY) in fd_context_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h397 #define PIPE_CONTEXT_HIGH_PRIORITY (1 << 4) macro
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c886 ctx_flags |= PIPE_CONTEXT_HIGH_PRIORITY; in st_api_create_context()