Home
last modified time | relevance | path

Searched refs:mul_zero_wins (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h115 bool mul_zero_wins; member
Dnv50_vbo.c851 if (nv50->vertprog->mul_zero_wins != nv50->state.mul_zero_wins) { in nv50_draw_vbo()
852 nv50->state.mul_zero_wins = nv50->vertprog->mul_zero_wins; in nv50_draw_vbo()
854 PUSH_DATA (push, 0x00010000 * !!nv50->state.mul_zero_wins); in nv50_draw_vbo()
Dnv50_screen.h57 bool mul_zero_wins; member
Dnv50_program.c407 prog->mul_zero_wins = info->io.mul_zero_wins; in nv50_program_translate()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h117 bool mul_zero_wins; /* program wants for x*0 = 0 */ member
Dnv50_ir_from_tgsi.cpp1237 info->io.mul_zero_wins = prop->u[0].Data; in scanProperty()
2204 ->dnz = info->io.mul_zero_wins; in buildDot()
2210 ->dnz = info->io.mul_zero_wins; in buildDot()
3224 geni->dnz = info->io.mul_zero_wins; in handleInstruction()
3237 geni->dnz = info->io.mul_zero_wins; in handleInstruction()
3325 ->dnz = info->io.mul_zero_wins; in handleInstruction()
3352 ->dnz = info->io.mul_zero_wins; in handleInstruction()
3366 ->dnz = info->io.mul_zero_wins; in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c458 boolean mul_zero_wins; member
2408 struct ureg_dst tmp = tx->mul_zero_wins ? dst : tx_scratch(tx); in DECL_SPECIAL()
2410 if (!tx->mul_zero_wins) { in DECL_SPECIAL()
2423 struct ureg_dst tmp = tx->mul_zero_wins ? dst : tx_scratch(tx); in DECL_SPECIAL()
2425 if (!tx->mul_zero_wins) in DECL_SPECIAL()
2437 if (tx->mul_zero_wins) { in DECL_SPECIAL()
2471 if (!tx->mul_zero_wins) in DECL_SPECIAL()
3669 tx->mul_zero_wins = GET_CAP(TGSI_MUL_ZERO_WINS); in tx_ctor()
3670 if (tx->mul_zero_wins) in tx_ctor()