Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.c349 unsigned opcs = 6; /* output patch constants (at least the TessFactors) */ in nvc0_tcp_gen_header() local
354 opcs = 8 + info->numPatchConstants * 4; in nvc0_tcp_gen_header()
358 tcp->hdr[1] = opcs << 24; in nvc0_tcp_gen_header()