Lines Matching refs:xyzw
544 tmp->xyzw[i].f[0], in print_temp()
545 tmp->xyzw[i].f[1], in print_temp()
546 tmp->xyzw[i].f[2], in print_temp()
547 tmp->xyzw[i].f[3]); in print_temp()
844 mach->Temps[TGSI_EXEC_TEMP_00000000_I].xyzw[TGSI_EXEC_TEMP_00000000_C].u[i] = 0x00000000; in tgsi_exec_machine_create()
845 mach->Temps[TGSI_EXEC_TEMP_7FFFFFFF_I].xyzw[TGSI_EXEC_TEMP_7FFFFFFF_C].u[i] = 0x7FFFFFFF; in tgsi_exec_machine_create()
846 mach->Temps[TGSI_EXEC_TEMP_80000000_I].xyzw[TGSI_EXEC_TEMP_80000000_C].u[i] = 0x80000000; in tgsi_exec_machine_create()
847 …mach->Temps[TGSI_EXEC_TEMP_FFFFFFFF_I].xyzw[TGSI_EXEC_TEMP_FFFFFFFF_C].u[i] = 0xFFFFFFFF; /* no… in tgsi_exec_machine_create()
848 mach->Temps[TGSI_EXEC_TEMP_ONE_I].xyzw[TGSI_EXEC_TEMP_ONE_C].f[i] = 1.0f; in tgsi_exec_machine_create()
849 mach->Temps[TGSI_EXEC_TEMP_TWO_I].xyzw[TGSI_EXEC_TEMP_TWO_C].f[i] = 2.0f; /* not used */ in tgsi_exec_machine_create()
850 mach->Temps[TGSI_EXEC_TEMP_128_I].xyzw[TGSI_EXEC_TEMP_128_C].f[i] = 128.0f; in tgsi_exec_machine_create()
851 mach->Temps[TGSI_EXEC_TEMP_MINUS_128_I].xyzw[TGSI_EXEC_TEMP_MINUS_128_C].f[i] = -128.0f; in tgsi_exec_machine_create()
852 mach->Temps[TGSI_EXEC_TEMP_THREE_I].xyzw[TGSI_EXEC_TEMP_THREE_C].f[i] = 3.0f; in tgsi_exec_machine_create()
853 mach->Temps[TGSI_EXEC_TEMP_HALF_I].xyzw[TGSI_EXEC_TEMP_HALF_C].f[i] = 0.5f; in tgsi_exec_machine_create()
1097 chan->u[i] = mach->Inputs[pos].xyzw[swizzle].u[i]; in fetch_src_file_channel()
1115 chan->u[i] = mach->Temps[index->i[i]].xyzw[swizzle].u[i]; in fetch_src_file_channel()
1125 mach->TempArray[index2D->i[i]][index->i[i]].xyzw[swizzle].u[i]; in fetch_src_file_channel()
1151 chan->u[i] = mach->Addrs[index->i[i]].xyzw[swizzle].u[i]; in fetch_src_file_channel()
1160 chan->u[i] = mach->Predicates[0].xyzw[swizzle].u[i]; in fetch_src_file_channel()
1170 chan->u[i] = mach->Outputs[index->i[i]].xyzw[swizzle].u[i]; in fetch_src_file_channel()
1485 index = mach->Temps[TEMP_OUTPUT_I].xyzw[TEMP_OUTPUT_C].u[0] in store_dest()
1487 dst = &mach->Outputs[offset + index].xyzw[chan_index]; in store_dest()
1502 dst = &mach->Temps[offset + index].xyzw[chan_index]; in store_dest()
1512 dst = &mach->TempArray[index2D.i[0]][offset + index].xyzw[chan_index]; in store_dest()
1517 dst = &mach->Addrs[index].xyzw[chan_index]; in store_dest()
1523 dst = &mach->Predicates[index].xyzw[chan_index]; in store_dest()
1555 pred = &mach->Predicates[inst->Predicate.Index].xyzw[swizzle]; in store_dest()
1652 mach->Temps[TEMP_KILMASK_I].xyzw[TEMP_KILMASK_C].u[0] |= kilmask; in exec_kil()
1667 mach->Temps[TEMP_KILMASK_I].xyzw[TEMP_KILMASK_C].u[0] |= kilmask; in exec_kilp()
1679 mach->Temps[TEMP_OUTPUT_I].xyzw[TEMP_OUTPUT_C].u[0] += mach->NumOutputs; in emit_vertex()
1680 mach->Primitives[mach->Temps[TEMP_PRIMITIVE_I].xyzw[TEMP_PRIMITIVE_C].u[0]]++; in emit_vertex()
1687 unsigned *prim_count = &mach->Temps[TEMP_PRIMITIVE_I].xyzw[TEMP_PRIMITIVE_C].u[0]; in emit_primitive()
1705 mach->Primitives[mach->Temps[TEMP_PRIMITIVE_I].xyzw[TEMP_PRIMITIVE_C].u[0]]; in conditional_emit_primitive()
2283 mach->Inputs[attrib].xyzw[chan].f[i] = mach->InterpCoefs[attrib].a0[chan]; in eval_constant_coef()
2297 const float x = mach->QuadPos.xyzw[0].f[0]; in eval_linear_coef()
2298 const float y = mach->QuadPos.xyzw[1].f[0]; in eval_linear_coef()
2302 mach->Inputs[attrib].xyzw[chan].f[0] = a0; in eval_linear_coef()
2303 mach->Inputs[attrib].xyzw[chan].f[1] = a0 + dadx; in eval_linear_coef()
2304 mach->Inputs[attrib].xyzw[chan].f[2] = a0 + dady; in eval_linear_coef()
2305 mach->Inputs[attrib].xyzw[chan].f[3] = a0 + dadx + dady; in eval_linear_coef()
2318 const float x = mach->QuadPos.xyzw[0].f[0]; in eval_perspective_coef()
2319 const float y = mach->QuadPos.xyzw[1].f[0]; in eval_perspective_coef()
2323 const float *w = mach->QuadPos.xyzw[3].f; in eval_perspective_coef()
2325 mach->Inputs[attrib].xyzw[chan].f[0] = a0 / w[0]; in eval_perspective_coef()
2326 mach->Inputs[attrib].xyzw[chan].f[1] = (a0 + dadx) / w[1]; in eval_perspective_coef()
2327 mach->Inputs[attrib].xyzw[chan].f[2] = (a0 + dady) / w[2]; in eval_perspective_coef()
2328 mach->Inputs[attrib].xyzw[chan].f[3] = (a0 + dadx + dady) / w[3]; in eval_perspective_coef()
2368 mach->Inputs[first].xyzw[0].f[i] = mach->Face; in exec_declaration()
2471 op(&dst.xyzw[chan], &src); in exec_vector_unary()
2476 store_dest(mach, &dst.xyzw[chan], &inst->Dst[0], inst, chan, dst_datatype); in exec_vector_unary()
2522 op(&dst.xyzw[chan], &src[0], &src[1]); in exec_vector_binary()
2527 store_dest(mach, &dst.xyzw[chan], &inst->Dst[0], inst, chan, dst_datatype); in exec_vector_binary()
2554 op(&dst.xyzw[chan], &src[0], &src[1], &src[2]); in exec_vector_trinary()
2559 store_dest(mach, &dst.xyzw[chan], &inst->Dst[0], inst, chan, dst_datatype); in exec_vector_trinary()
4255 mach->Temps[TEMP_KILMASK_I].xyzw[TEMP_KILMASK_C].u[0] = 0; in tgsi_exec_machine_run()
4256 mach->Temps[TEMP_OUTPUT_I].xyzw[TEMP_OUTPUT_C].u[0] = 0; in tgsi_exec_machine_run()
4259 mach->Temps[TEMP_PRIMITIVE_I].xyzw[TEMP_PRIMITIVE_C].u[0] = 0; in tgsi_exec_machine_run()
4302 temps[i].xyzw[0].f[j], temps[i].xyzw[0].u[j], in tgsi_exec_machine_run()
4303 temps[i].xyzw[1].f[j], temps[i].xyzw[1].u[j], in tgsi_exec_machine_run()
4304 temps[i].xyzw[2].f[j], temps[i].xyzw[2].u[j], in tgsi_exec_machine_run()
4305 temps[i].xyzw[3].f[j], temps[i].xyzw[3].u[j]); in tgsi_exec_machine_run()
4320 outputs[i].xyzw[0].f[j], outputs[i].xyzw[0].u[j], in tgsi_exec_machine_run()
4321 outputs[i].xyzw[1].f[j], outputs[i].xyzw[1].u[j], in tgsi_exec_machine_run()
4322 outputs[i].xyzw[2].f[j], outputs[i].xyzw[2].u[j], in tgsi_exec_machine_run()
4323 outputs[i].xyzw[3].f[j], outputs[i].xyzw[3].u[j]); in tgsi_exec_machine_run()
4338 mach->Outputs[0].xyzw[2].f[i] *= ctx->DrawBuffer->_DepthMaxF; in tgsi_exec_machine_run()
4352 return ~mach->Temps[TEMP_KILMASK_I].xyzw[TEMP_KILMASK_C].u[0]; in tgsi_exec_machine_run()