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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 123 uint8_t numPatchConstants; /* also included in numInputs/numOutputs */
nv50_ir_from_sm4.cpp 689 info.numPatchConstants = 0;
809 info.numPatchConstants = MAX2(info.numPatchConstants, r + 1);
834 info.numInputs += info.numPatchConstants;
836 info.numOutputs += info.numPatchConstants;
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 130 unsigned ubase = MAX2(0x80, 0x20 + info->numPatchConstants * 0x10);
178 unsigned ubase = MAX2(0x80, 0x20 + info->numPatchConstants * 0x10);
353 if (info->numPatchConstants)
354 opcs = 8 + info->numPatchConstants * 4;

Completed in 144 milliseconds