OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coord_x
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/
ir3-notes.rst
208
coord_x
;
212
fanin ->
coord_x
[label="regs[1]"];
214
coord_x
-> coord_y [label="right",style=dotted];
215
coord_y ->
coord_x
[label="left",style=dotted];
216
coord_x
[label="coord.x"];
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp
738
const glw::GLfloat
coord_x
= texture_coordinates[0];
local
745
x =
coord_x
;
750
x =
coord_x
;
755
x =
coord_x
+ step;
760
x =
coord_x
- step;
765
x =
coord_x
+ step;
770
x =
coord_x
- step;
794
const glw::GLfloat
coord_x
= texture_coordinates[0];
local
801
x =
coord_x
;
806
x =
coord_x
;
[
all
...]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5TextureGatherOffset.cpp
1101
const glw::GLfloat
coord_x
= ((float)(rand() % x_modulus)) \/ coordinate_denominator + x_offset;
local
1120
const glw::GLfloat
coord_x
= ((float)(rand() % x_modulus)) \/ coordinate_denominator + x_offset;
local
[
all
...]
Completed in 166 milliseconds