Searched defs:param_str (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c75 char param_str[200]; member in struct:__anon13228
1488 rel_param.param_str, idx, in_count - 1, rel_param.param_str, idx, in_count,
1489 rel_param.param_str, idx);
1493 sprintf(register_name, "IN[%s + %u]", rel_param.param_str, idx);
1501 rel_param.param_str, in_count - 1, rel_param.param_str, in_count,
1502 rel_param.param_str);
1506 sprintf(register_name, "IN[%s]", rel_param.param_str);
1534 if (reg->idx) sprintf(register_name, "%cC[%s + %u]", prefix, rel_param.param_str, re
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c66 char param_str[200]; member in struct:__anon1957
1463 rel_param.param_str, idx, in_count - 1, rel_param.param_str, idx, in_count,
1464 rel_param.param_str, idx);
1468 sprintf(register_name, "IN[%s + %u]", rel_param.param_str, idx);
1476 rel_param.param_str, in_count - 1, rel_param.param_str, in_count,
1477 rel_param.param_str);
1481 sprintf(register_name, "IN[%s]", rel_param.param_str);
1509 if (reg->idx) sprintf(register_name, "%cC[%s + %u]", prefix, rel_param.param_str, re
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c68 char param_str[200]; member in struct:glsl_src_param
1478 rel_param0.param_str, reg->idx[0].offset, rel_param1.param_str, reg->idx[1].offset);
1481 rel_param0.param_str, reg->idx[0].offset, reg->idx[1].offset);
1485 reg->idx[0].offset, rel_param1.param_str, reg->idx[1].offset);
1507 rel_param0.param_str, idx, in_count - 1, rel_param0.param_str, idx, in_count,
1508 prefix, rel_param0.param_str, idx);
1512 sprintf(register_name, "%s_in[%s + %u]", prefix, rel_param0.param_str, idx);
1520 rel_param0.param_str, in_coun
1799 char param_str[200]; local
[all...]

Completed in 192 milliseconds