Searched refs:VPI_STATE_SIZE (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | r200_context.h | 239 #define VPI_STATE_SIZE 257 macro
|
D | r200_state_init.c | 699 ALLOC_STATE( vpi[0], tcl_vp_add4, VPI_STATE_SIZE, "VP/vertexprog-0", 0 ); in r200InitState() 700 ALLOC_STATE( vpi[1], tcl_vp_size_add4, VPI_STATE_SIZE, "VP/vertexprog-1", 1 ); in r200InitState()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_context.h | 239 #define VPI_STATE_SIZE 257 macro
|
D | r200_state_init.c | 699 ALLOC_STATE( vpi[0], tcl_vp_add4, VPI_STATE_SIZE, "VP/vertexprog-0", 0 ); in r200InitState() 700 ALLOC_STATE( vpi[1], tcl_vp_size_add4, VPI_STATE_SIZE, "VP/vertexprog-1", 1 ); in r200InitState()
|