Lines Matching defs:conf
738 const struct clc_runtime_kernel_conf *conf,
781 if (conf && conf->lower_bit_size & 64) {
787 if (conf && conf->lower_bit_size & 16)
939 unsigned address_mode = conf ? conf->args[i].sampler.addressing_mode : 0u;
944 conf ? !conf->args[i].sampler.normalized_coords : 0;
946 conf ? conf->args[i].sampler.linear_filtering : 0;
1044 .has_base_global_invocation_id = (conf && conf->support_global_work_id_offsets),
1045 .has_base_workgroup_id = (conf && conf->support_workgroup_id_offsets),
1067 if (conf) {
1069 if (!conf->local_size[i] ||
1070 conf->local_size[i] == nir->info.workgroup_size[i])
1074 nir->info.workgroup_size[i] != conf->local_size[i]) {
1079 nir->info.workgroup_size[i] = conf->local_size[i];
1112 .lower_int16 = (conf && (conf->lower_bit_size & 16) != 0),
1124 /* If we don't have the runtime conf yet, we just create a dummy variable.
1125 * This will be adjusted when clc_spirv_to_dxil() is called with a conf
1129 if (conf && conf->args)
1130 size = conf->args[i].localptr.size;