Searched refs:numPatchConstants (Results 1 – 3 of 3) sorted by relevance
108 uint8_t numPatchConstants; /* also included in numInputs/numOutputs */ member
1375 info->numPatchConstants = MAX2(info->numPatchConstants, si + 1); in scanDeclaration()1409 info->numPatchConstants = MAX2(info->numPatchConstants, si + 1); in scanDeclaration()
337 if (info->numPatchConstants) in nvc0_tcp_gen_header()338 opcs = 8 + info->numPatchConstants * 4; in nvc0_tcp_gen_header()