Searched refs:is_constant_value (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_opt_algebraic.c | 63 is_constant_value(struct vc4_compile *c, struct qreg reg, function in typeref:typename:bool 83 return is_constant_value(c, reg, 0); 90 return is_constant_value(c, reg, fui(1.0)); 255 if (is_constant_value(c, inst->src[0], ~0)) { 260 if (is_constant_value(c, inst->src[1], ~0)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_opt_algebraic.c | 63 is_constant_value(struct vc4_compile *c, struct qreg reg, function in typeref:typename:bool 83 return is_constant_value(c, reg, 0); 90 return is_constant_value(c, reg, fui(1.0)); 255 if (is_constant_value(c, inst->src[0], ~0)) { 260 if (is_constant_value(c, inst->src[1], ~0)) {
|
Completed in 2 milliseconds