Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h109 bool mul_zero_wins; member
Dnv50_vbo.c822 if (nv50->vertprog->mul_zero_wins != nv50->state.mul_zero_wins) { in nv50_draw_vbo()
823 nv50->state.mul_zero_wins = nv50->vertprog->mul_zero_wins; in nv50_draw_vbo()
825 PUSH_DATA (push, 0x00010000 * !!nv50->state.mul_zero_wins); in nv50_draw_vbo()
Dnv50_screen.h57 bool mul_zero_wins; member
Dnv50_program.c403 prog->mul_zero_wins = info->io.mul_zero_wins; in nv50_program_translate()
/external/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.cpp1231 info->io.mul_zero_wins = prop->u[0].Data; in scanProperty()
2180 ->dnz = info->io.mul_zero_wins; in buildDot()
2186 ->dnz = info->io.mul_zero_wins; in buildDot()
3165 geni->dnz = info->io.mul_zero_wins; in handleInstruction()
3178 geni->dnz = info->io.mul_zero_wins; in handleInstruction()
3266 ->dnz = info->io.mul_zero_wins; in handleInstruction()
3293 ->dnz = info->io.mul_zero_wins; in handleInstruction()
3307 ->dnz = info->io.mul_zero_wins; in handleInstruction()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c458 boolean mul_zero_wins; member
2389 struct ureg_dst tmp = tx->mul_zero_wins ? dst : tx_scratch(tx); in DECL_SPECIAL()
2391 if (!tx->mul_zero_wins) { in DECL_SPECIAL()
2404 struct ureg_dst tmp = tx->mul_zero_wins ? dst : tx_scratch(tx); in DECL_SPECIAL()
2406 if (!tx->mul_zero_wins) in DECL_SPECIAL()
2418 if (tx->mul_zero_wins) { in DECL_SPECIAL()
2452 if (!tx->mul_zero_wins) in DECL_SPECIAL()
3640 tx->mul_zero_wins = GET_CAP(TGSI_MUL_ZERO_WINS); in tx_ctor()
3641 if (tx->mul_zero_wins) in tx_ctor()