Searched refs:numPatchConstants (Results 1 – 3 of 3) sorted by relevance
130 unsigned ubase = MAX2(0x80, 0x20 + info->numPatchConstants * 0x10); in nvc0_sp_assign_input_slots()178 unsigned ubase = MAX2(0x80, 0x20 + info->numPatchConstants * 0x10); in nvc0_sp_assign_output_slots()353 if (info->numPatchConstants) in nvc0_tcp_gen_header()354 opcs = 8 + info->numPatchConstants * 4; in nvc0_tcp_gen_header()
123 uint8_t numPatchConstants; /* also included in numInputs/numOutputs */ member
689 info.numPatchConstants = 0; in parseSignature()809 info.numPatchConstants = MAX2(info.numPatchConstants, r + 1); in parseSignature()834 info.numInputs += info.numPatchConstants; in parseSignature()836 info.numOutputs += info.numPatchConstants; in parseSignature()1268 idx = info.numInputs - info.numPatchConstants; in src()1437 idx += info.numOutputs - info.numPatchConstants; in saveDst()