Searched refs:is_undef (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_psi_ops.cpp153 if (s1->is_undef()) {
154 if (s2->is_undef()) {
159 } else if (s2->is_undef()) {
181 if (s1->is_any_gpr() && !s1->is_undef() && s1->def)
183 if (s2->is_any_gpr() && !s2->is_undef() && s2->def)
H A Dsb_if_conversion.cpp288 if (v1->is_undef()) {
289 if (v2->is_undef()) {
294 } else if (v2->is_undef())
H A Dsb_bc_finalize.cpp500 if (!v || v->is_undef()) {
607 if (v->is_undef()) {
731 if (v->is_undef()) {
790 if (!v || v->is_undef())
824 if (!v || v->is_undef())
H A Dsb_ra_init.cpp544 if (!d->is_sgpr() || v->is_undef())
661 if (v && v->is_any_gpr() && !v->is_undef()) {
715 if (o->is_undef() || o->is_geometry_emit() || o->is_scratch())
H A Dsb_sched.cpp240 if (v->is_readonly() || v->is_undef())
270 if (v->is_readonly() || v->is_undef()) {
299 if (!v->is_readonly() && !v->is_undef()) {
H A Dsb_ir.h531 bool is_undef() { return gvalue()->kind == VLK_UNDEF; } function in class:r600_sb::value
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_psi_ops.cpp153 if (s1->is_undef()) {
154 if (s2->is_undef()) {
159 } else if (s2->is_undef()) {
181 if (s1->is_any_gpr() && !s1->is_undef() && s1->def)
183 if (s2->is_any_gpr() && !s2->is_undef() && s2->def)
H A Dsb_if_conversion.cpp288 if (v1->is_undef()) {
289 if (v2->is_undef()) {
294 } else if (v2->is_undef())
H A Dsb_bc_finalize.cpp500 if (!v || v->is_undef()) {
607 if (v->is_undef()) {
731 if (v->is_undef()) {
790 if (!v || v->is_undef())
824 if (!v || v->is_undef())
H A Dsb_ra_init.cpp549 if (!d->is_sgpr() || v->is_undef())
666 if (v && v->is_any_gpr() && !v->is_undef()) {
720 if (o->is_undef() || o->is_geometry_emit() || o->is_scratch())
H A Dsb_sched.cpp240 if (v->is_readonly() || v->is_undef())
270 if (v->is_readonly() || v->is_undef()) {
299 if (!v->is_readonly() && !v->is_undef()) {
H A Dsb_ir.h531 bool is_undef() { return gvalue()->kind == VLK_UNDEF; } function in class:r600_sb::value
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c487 static GLboolean is_undef( struct ureg reg ) function in typeref:typename:GLboolean
495 if (is_undef(p->identity))
712 if (is_undef(p->eye_position)) {
738 if (!is_undef(p->eye_position))
741 if (is_undef(p->eye_position_z)) {
759 if (is_undef(p->eye_position_normalized)) {
771 if (is_undef(p->transformed_normal) &&
778 else if (is_undef(p->transformed_normal))
961 if (p->state->unit[i].light_attenuated && !is_undef(dist)) {
962 if (is_undef(at
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c485 static GLboolean is_undef( struct ureg reg ) function in typeref:typename:GLboolean
493 if (is_undef(p->identity))
709 if (is_undef(p->eye_position)) {
735 if (!is_undef(p->eye_position))
738 if (is_undef(p->eye_position_z)) {
756 if (is_undef(p->eye_position_normalized)) {
768 if (is_undef(p->transformed_normal) &&
775 else if (is_undef(p->transformed_normal))
969 if (p->state->unit[i].light_attenuated && !is_undef(dist)) {
970 if (is_undef(at
[all...]

Completed in 66 milliseconds