Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_driver.h180 bool writesDepth : 1; member
Dnv50_ir_print.cpp1015 … INFO(" \"writesDepth\":\"%s\"\n", info_out->prop.fp.writesDepth ? "true" : "false"); in nv50_ir_prog_info_out_print()
Dnv50_ir_from_nir.cpp1101 info_out->prop.fp.writesDepth = true; in assignSlots()
Dnv50_ir_from_tgsi.cpp1107 info_out->prop.fp.writesDepth = scan.writes_z; in scanSource()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c450 if (info->prop.fp.writesDepth) { in nvc0_fp_gen_header()
497 if (info->prop.fp.numColourResults == 0 && !info->prop.fp.writesDepth) in nvc0_fp_gen_header()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c421 if (info_out.prop.fp.writesDepth) { in nv50_program_translate()