Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h108 uint8_t numPatchConstants; /* also included in numInputs/numOutputs */ member
Dnv50_ir_from_tgsi.cpp1375 info->numPatchConstants = MAX2(info->numPatchConstants, si + 1); in scanDeclaration()
1409 info->numPatchConstants = MAX2(info->numPatchConstants, si + 1); in scanDeclaration()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c337 if (info->numPatchConstants) in nvc0_tcp_gen_header()
338 opcs = 8 + info->numPatchConstants * 4; in nvc0_tcp_gen_header()