Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_driver.h113 uint16_t alphaRefBase; /* base address for alpha test values */ member
Dnv50_ir_from_tgsi.cpp1108 info_out->prop.fp.usesDiscard = scan.uses_kill || info->io.alphaRefBase; in scanSource()
4222 if (info->io.alphaRefBase) { in exportOutputs()
4235 TYPE_U32, info->io.alphaRefBase); in exportOutputs()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c362 info->io.alphaRefBase = NV50_CB_AUX_ALPHATEST_OFFSET; in nv50_program_translate()