Searched defs:lcl_const (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c417 float lcl_const[4]; local
426 if (constants[j + 0] > 1.0f) lcl_const[0] = 1.0f;
427 else if (constants[j + 0] < -1.0f) lcl_const[0] = -1.0f;
428 else lcl_const[0] = constants[j + 0];
430 if (constants[j + 1] > 1.0f) lcl_const[1] = 1.0f;
431 else if (constants[j + 1] < -1.0f) lcl_const[1] = -1.0f;
432 else lcl_const[1] = constants[j + 1];
434 if (constants[j + 2] > 1.0f) lcl_const[2] = 1.0f;
435 else if (constants[j + 2] < -1.0f) lcl_const[2] = -1.0f;
436 else lcl_const[
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c344 float lcl_const[4]; local
353 if (constants[j + 0] > 1.0f) lcl_const[0] = 1.0f;
354 else if (constants[j + 0] < -1.0f) lcl_const[0] = -1.0f;
355 else lcl_const[0] = constants[j + 0];
357 if (constants[j + 1] > 1.0f) lcl_const[1] = 1.0f;
358 else if (constants[j + 1] < -1.0f) lcl_const[1] = -1.0f;
359 else lcl_const[1] = constants[j + 1];
361 if (constants[j + 2] > 1.0f) lcl_const[2] = 1.0f;
362 else if (constants[j + 2] < -1.0f) lcl_const[2] = -1.0f;
363 else lcl_const[
[all...]

Completed in 161 milliseconds