HomeSort by relevance Sort by last modified time
    Searched refs:push_const_size (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_vs_state.c 58 brw->vs.push_const_size = 0;
114 brw->vs.push_const_size = (params_uploaded + 1) / 2;
116 assert(brw->vs.push_const_size <= 32);
145 if (brw->vs.push_const_size == 0) {
163 brw->vs.push_const_size - 1);
gen7_vs_state.c 54 if (brw->vs.push_const_size == 0) {
68 OUT_BATCH(brw->vs.push_const_size);
brw_context.h 904 int push_const_size; /* in 256-bit register increments */ member in struct:brw_context::__anon20194
    [all...]

Completed in 699 milliseconds