Home
last modified time | relevance | path

Searched refs:writesDepth (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h140 bool writesDepth; member
Dnv50_ir_from_tgsi.cpp1146 info->prop.fp.writesDepth = scan.writes_z; in scanSource()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c440 if (info->prop.fp.writesDepth) { in nvc0_fp_gen_header()
484 if (info->prop.fp.numColourResults == 0 && !info->prop.fp.writesDepth) in nvc0_fp_gen_header()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c399 if (info->prop.fp.writesDepth) { in nv50_program_translate()