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

  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.h 12 uint8_t varying_count[4]; member in struct:nvc0_transform_feedback_state
nvc0_shader_state.c 228 if (tfb->varying_count[b]) {
229 unsigned n = (tfb->varying_count[b] + 3) / 4;
233 PUSH_DATA (push, tfb->varying_count[b]);
nvc0_program.c 502 tfb->varying_count[b] = 0;
515 tfb->varying_count[b] = MAX2(tfb->varying_count[b], p);
518 for (c = tfb->varying_count[b]; c & 3; ++c)

Completed in 84 milliseconds