OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpscale
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_emit.c
34
float *
vpscale
= vc4->viewport.scale;
local
36
float vp_minx = -fabsf(
vpscale
[0]) + vptranslate[0];
37
float vp_maxx = fabsf(
vpscale
[0]) + vptranslate[0];
38
float vp_miny = -fabsf(
vpscale
[1]) + vptranslate[1];
39
float vp_maxy = fabsf(
vpscale
[1]) + vptranslate[1];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_emit.c
34
float *
vpscale
= vc4->viewport.scale;
local
36
float vp_minx = -fabsf(
vpscale
[0]) + vptranslate[0];
37
float vp_maxx = fabsf(
vpscale
[0]) + vptranslate[0];
38
float vp_miny = -fabsf(
vpscale
[1]) + vptranslate[1];
39
float vp_maxy = fabsf(
vpscale
[1]) + vptranslate[1];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3dx_emit.c
423
float *
vpscale
= v3d->viewport.scale;
local
425
float vp_minx = -fabsf(
vpscale
[0]) + vptranslate[0];
426
float vp_maxx = fabsf(
vpscale
[0]) + vptranslate[0];
427
float vp_miny = -fabsf(
vpscale
[1]) + vptranslate[1];
428
float vp_maxy = fabsf(
vpscale
[1]) + vptranslate[1];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3dx_emit.c
413
float *
vpscale
= v3d->viewport.scale;
local
415
float vp_minx = -fabsf(
vpscale
[0]) + vptranslate[0];
416
float vp_maxx = fabsf(
vpscale
[0]) + vptranslate[0];
417
float vp_miny = -fabsf(
vpscale
[1]) + vptranslate[1];
418
float vp_maxy = fabsf(
vpscale
[1]) + vptranslate[1];
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_cmd_buffer.c
1000
float *
vpscale
= dynamic->viewport.scale[0];
local
1014
clip.viewport_half_width_in_1_256th_of_pixel =
vpscale
[0] * 256.0f;
1015
clip.viewport_half_height_in_1_256th_of_pixel =
vpscale
[1] * 256.0f;
1020
clip.viewport_z_scale_zc_to_zs =
vpscale
[2];
1025
float z2 = vptranslate[2] +
vpscale
[2];
v3dv_cmd_buffer.c
2054
float *
vpscale
= dynamic->viewport.scale[0];
local
2056
float vp_minx = -fabsf(
vpscale
[0]) + vptranslate[0];
2057
float vp_maxx = fabsf(
vpscale
[0]) + vptranslate[0];
2058
float vp_miny = -fabsf(
vpscale
[1]) + vptranslate[1];
2059
float vp_maxy = fabsf(
vpscale
[1]) + vptranslate[1];
Completed in 13 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026