Searched refs:SWIZZLE_ZWZW (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | lower_packed_varyings.cpp | 315 #define SWIZZLE_ZWZW MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_W, SWIZZLE_Z, SWIZZLE_W) macro 439 …t, expr(ir_unop_pack_double_2x32, i2u(swizzle(rhs->clone(mem_ctx, NULL), SWIZZLE_ZWZW, 2))), 0x2)); in bitwise_assign_unpack() 454 … assign(t, expr(ir_unop_pack_int_2x32, swizzle(rhs->clone(mem_ctx, NULL), SWIZZLE_ZWZW, 2)), 0x2)); in bitwise_assign_unpack() 469 …n(t, expr(ir_unop_pack_uint_2x32, i2u(swizzle(rhs->clone(mem_ctx, NULL), SWIZZLE_ZWZW, 2))), 0x2)); in bitwise_assign_unpack()
|