Lines Matching defs:first
299 * is the center of the pixel so we first fixup and then convert. For
457 * ABI: Special (desktop GL) slots come first, tightly packed. General varyings
1219 /* Exchanges the second staging register with memory if comparison with first
1869 bi_index first = bi_load_sysval(b,
1873 bi_iadd_u32_to(b, dst, bi_vertex_id(b), first, false);
1948 * subword swizzle, first handle the offset */
2500 * insert a MKVEC.v2i16 first to convert down to 16-bit.
4374 unsigned channel, unsigned first, unsigned mask)
4377 channel = first;
4400 unsigned first = nir_intrinsic_component(intr);
4403 assert(first == 0 && "shouldn't get nonzero components");
4411 /* Replicate the first valid component instead */
4413 nir_vec4(b, bifrost_nir_valid_channel(b, in, 0, first, mask),
4414 bifrost_nir_valid_channel(b, in, 1, first, mask),
4415 bifrost_nir_valid_channel(b, in, 2, first, mask),
4416 bifrost_nir_valid_channel(b, in, 3, first, mask));
4751 /* If we need to wait for ATEST or BLEND in the first clause, pass the
5220 /* A register is preloaded <==> it is live before the first block */