Lines Matching refs:texcoord
723 ir_rvalue *texcoord;
726 texcoord = get_current_attrib(p, VERT_ATTRIB_TEX0 + unit);
730 texcoord = new(p->mem_ctx) ir_dereference_variable(tc_array);
732 texcoord = new(p->mem_ctx) ir_dereference_array(texcoord, index);
824 tex->coordinate = new(p->mem_ctx) ir_swizzle(texcoord, 0, 1, 2, 3, coords);
827 texcoord = texcoord->clone(p->mem_ctx, NULL);
828 tex->shadow_comparator = new(p->mem_ctx) ir_swizzle(texcoord,
834 texcoord = texcoord->clone(p->mem_ctx, NULL);
835 tex->projector = swizzle_w(texcoord);