Searched refs:is_vec_zero (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp104 is_vec_zero(ir_constant *ir) function in typeref:typename:bool
505 if (is_vec_zero(op_const[0]))
507 if (is_vec_zero(op_const[1]))
594 if (is_vec_zero(op_const[0]))
596 if (is_vec_zero(op_const[1]))
606 if (is_vec_zero(op_const[0]) || is_vec_zero(op_const[1]))
677 if (is_vec_zero(op_const[0]) || is_vec_zero(op_const[1]))
720 if (!is_vec_zero(zer
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp104 is_vec_zero(ir_constant *ir) function in typeref:typename:bool
505 if (is_vec_zero(op_const[0]))
507 if (is_vec_zero(op_const[1]))
593 if (is_vec_zero(op_const[0]))
595 if (is_vec_zero(op_const[1]))
605 if (is_vec_zero(op_const[0]) || is_vec_zero(op_const[1]))
676 if (is_vec_zero(op_const[0]) || is_vec_zero(op_const[1]))
721 if (!is_vec_zero(zer
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_median_filter.c70 is_vec_zero(struct vertex2f v) function in typeref:typename:bool
127 if (!is_vec_zero(offsets[i])) {
136 struct ureg_src src = is_vec_zero(offsets[i]) ? i_vtex : ureg_src(t_array[i]);
H A Dvl_matrix_filter.c72 is_vec_zero(struct vertex2f v) function in typeref:typename:bool
111 if (!is_vec_zero(offsets[i])) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_median_filter.c70 is_vec_zero(struct vertex2f v) function in typeref:typename:bool
127 if (!is_vec_zero(offsets[i])) {
136 struct ureg_src src = is_vec_zero(offsets[i]) ? i_vtex : ureg_src(t_array[i]);
H A Dvl_matrix_filter.c72 is_vec_zero(struct vertex2f v) function in typeref:typename:bool
111 if (!is_vec_zero(offsets[i])) {

Completed in 16 milliseconds