Searched refs:mul_zero_wins (Results 1 – 7 of 7) sorted by relevance
115 bool mul_zero_wins; member
851 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()
57 bool mul_zero_wins; member
407 prog->mul_zero_wins = info->io.mul_zero_wins; in nv50_program_translate()
117 bool mul_zero_wins; /* program wants for x*0 = 0 */ member
1237 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()
458 boolean mul_zero_wins; member2408 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()