Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h178 bool writesDepth : 1; member
Dnv50_ir_print.cpp986 … INFO(" \"writesDepth\":\"%s\"\n", info_out->prop.fp.writesDepth ? "true" : "false"); in nv50_ir_prog_info_out_print()
Dnv50_ir_from_nir.cpp1093 info_out->prop.fp.writesDepth = true; in assignSlots()
Dnv50_ir_from_tgsi.cpp1102 info_out->prop.fp.writesDepth = scan.writes_z; in scanSource()
/external/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()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c414 if (info_out.prop.fp.writesDepth) { in nv50_program_translate()