Searched refs:SystemValue (Results 1 – 5 of 5) sorted by relevance
59 machine->SystemValue[i].xyzw[0].i[j] = w; in cs_prepare()60 machine->SystemValue[i].xyzw[1].i[j] = h; in cs_prepare()61 machine->SystemValue[i].xyzw[2].i[j] = d; in cs_prepare()68 machine->SystemValue[i].xyzw[0].i[j] = g_w; in cs_prepare()69 machine->SystemValue[i].xyzw[1].i[j] = g_h; in cs_prepare()70 machine->SystemValue[i].xyzw[2].i[j] = g_d; in cs_prepare()77 machine->SystemValue[i].xyzw[0].i[j] = b_w; in cs_prepare()78 machine->SystemValue[i].xyzw[1].i[j] = b_h; in cs_prepare()79 machine->SystemValue[i].xyzw[2].i[j] = b_d; in cs_prepare()94 machine->SystemValue[i].xyzw[0].i[j] = g_w; in cs_run()[all …]
108 assert(i < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()110 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id; in vs_exec_run_linear()132 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()133 machine->SystemValue[vid].xyzw[0].i[j] = i + j; in vs_exec_run_linear()138 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()139 machine->SystemValue[vid].xyzw[0].i[j] = 0; in vs_exec_run_linear()144 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()145 machine->SystemValue[vid].xyzw[0].i[j] = i + j; in vs_exec_run_linear()
200 machine->SystemValue[i].xyzw[0].i[j] = shader->invocation_id; in tgsi_gs_prepare()
359 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS]; member
1543 chan->u[i] = mach->SystemValue[index->i[i]].xyzw[swizzle].u[i]; in fetch_src_file_channel()