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 …]
110 assert(i < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()112 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id; in vs_exec_run_linear()134 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()135 machine->SystemValue[vid].xyzw[0].i[j] = i + j; in vs_exec_run_linear()140 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()141 machine->SystemValue[vid].xyzw[0].i[j] = 0; in vs_exec_run_linear()146 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()147 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()
364 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS]; member
1541 chan->u[i] = mach->SystemValue[index->i[i]].xyzw[swizzle].u[i]; in fetch_src_file_channel()