Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h461 #define BRW_MAX_DRAW_BUFFERS 8 macro
Dbrw_fs_nir.cpp3191 l < FRAG_RESULT_DATA0 + BRW_MAX_DRAW_BUFFERS) in alloc_frag_output()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c372 ctx->Const.MaxDrawBuffers = BRW_MAX_DRAW_BUFFERS; in brw_initialize_context_constants()
374 MAX_IMAGE_UNITS + BRW_MAX_DRAW_BUFFERS; in brw_initialize_context_constants()
Dbrw_context.h359 #define BRW_MAX_SURFACES (BRW_MAX_DRAW_BUFFERS + \