Searched refs:UOP (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 64 #define UOP(nir, op, src) UOPC(nir, op, src, TRUE) macro 80 UOP(u2f32, I2F, 0_X_X), 82 UOP(f2u32, F2I, 0_X_X), 83 UOP(b2f32, AND, 0_X_X), /* AND with fui(1.0f) */ 84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */ 122 UOP(ushr, RSHIFT, 0_X_1),
|
Completed in 1 milliseconds