Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c37 int PredStack[R500_PVS_MAX_LOOP_DEPTH];
115 || fc_state->LoopsReserved >= R500_PVS_MAX_LOOP_DEPTH) { in lower_bgnloop()
Dradeon_code.h45 #define R500_PVS_MAX_LOOP_DEPTH 8 macro
Dr3xx_vertprog.c372 unsigned loops[R500_PVS_MAX_LOOP_DEPTH] = {}; in translate_vertex_program()
441 || loop_depth >= R500_PVS_MAX_LOOP_DEPTH) { in translate_vertex_program()