Home
last modified time | relevance | path

Searched refs:OutputDepth (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_fragprog.c48 callback(data, c->OutputDepth, RC_MASK_W); in dataflow_outputs_mark_use()
61 if (inst->DstReg.File != RC_FILE_OUTPUT || inst->DstReg.Index != c->OutputDepth) in rc_rewrite_depth_out()
Dradeon_compiler.h117 unsigned OutputDepth; member
Dradeon_pair_translate.c285 if (inst->DstReg.Index == c->OutputDepth) { in set_pair_instruction()
Dradeon_program_alu.c1295 inst->U.I.DstReg.Index == fragc->OutputDepth) in rc_force_output_alpha_to_one()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c98 compiler->OutputDepth = shader->info.num_outputs; in find_output_registers()
108 compiler->OutputDepth = i; in find_output_registers()