Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.c130 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()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_driver.h123 uint8_t numPatchConstants; /* also included in numInputs/numOutputs */ member
Dnv50_ir_from_sm4.cpp689 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()