Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp63 value *v = sh.get_const_value(l); in get_const()
209 cv0 = v0->get_const_value(); in fold_setcc()
214 cv1 = v1->get_const_value(); in fold_setcc()
285 convert_to_mov(n, sh.get_const_value(result)); in fold_setcc()
423 literal dv, cv = v0->get_const_value(); in fold_alu_op1()
646 literal arg = v1->get_const_value(); in fold_assoc()
674 literal arg = v0->get_const_value(); in fold_assoc()
715 convert_to_mov(*n, sh.get_const_value(cr)); in fold_assoc()
721 n->src[1] = sh.get_const_value(cr); in fold_assoc()
731 n->src[1] = sh.get_const_value(cr); in fold_assoc()
[all …]
Dsb_bc_parser.cpp476 n->src[s] = sh->get_const_value(src.value); in prepare_alu_group()
546 n->src[s] = sh->get_const_value(0); in prepare_alu_group()
549 n->src[s] = sh->get_const_value(0.5f); in prepare_alu_group()
552 n->src[s] = sh->get_const_value(1.0f); in prepare_alu_group()
555 n->src[s] = sh->get_const_value(1); in prepare_alu_group()
558 n->src[s] = sh->get_const_value(-1); in prepare_alu_group()
694 (*grad)[s] = sh->get_const_value(0.0f); in prepare_fetch_clause()
696 (*grad)[s] = sh->get_const_value(1.0f); in prepare_fetch_clause()
800 c->src[s] = sh->get_const_value(0.0f); in prepare_ir()
803 c->src[s] = sh->get_const_value(1.0f); in prepare_ir()
Dsb_if_conversion.cpp100 a->src[1] = sh.get_const_value(0); in convert_kill_instructions()
Dsb_shader.cpp344 value* shader::get_const_value(const literal &v) { in get_const_value() function in r600_sb::shader
413 pred_sels[sel] = get_const_value(sel); in get_pred_sel()
Dsb_shader.h318 value* get_const_value(const literal & v);
Dsb_ir.h566 literal & get_const_value() { in get_const_value() function
602 reg_offset += rel->get_const_value().i; in get_final_gpr()
Dsb_ra_init.cpp818 s->rel->get_const_value().u, in split_vector_inst()