OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ybias
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/mesa/state_tracker/
st_atom_viewport.c
45
GLfloat yScale,
yBias
;
54
yBias
= (GLfloat)ctx->DrawBuffer->Height;
59
yBias
= 0.0;
78
st->state.viewport.translate[1] = (half_height + y) * yScale +
yBias
;
/external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.c
86
* [ 1, 0, 0,
ybias
]
92
* [ c*cstd[ 0], c*cstd[ 1]*s*cos(h) - c*cstd[ 2]*s*sin(h), c*cstd[ 2]*s*cos(h) + c*cstd[ 1]*s*sin(h), cstd[ 3] + cstd[ 0]*(b + c*
ybias
) + cstd[ 1]*(c*cbbias*s*cos(h) + c*crbias*s*sin(h)) + cstd[ 2]*(c*crbias*s*cos(h) - c*cbbias*s*sin(h))]
93
* [ c*cstd[ 4], c*cstd[ 5]*s*cos(h) - c*cstd[ 6]*s*sin(h), c*cstd[ 6]*s*cos(h) + c*cstd[ 5]*s*sin(h), cstd[ 7] + cstd[ 4]*(b + c*
ybias
) + cstd[ 5]*(c*cbbias*s*cos(h) + c*crbias*s*sin(h)) + cstd[ 6]*(c*crbias*s*cos(h) - c*cbbias*s*sin(h))]
94
* [ c*cstd[ 8], c*cstd[ 9]*s*cos(h) - c*cstd[10]*s*sin(h), c*cstd[10]*s*cos(h) + c*cstd[ 9]*s*sin(h), cstd[11] + cstd[ 8]*(b + c*
ybias
) + cstd[ 9]*(c*cbbias*s*cos(h) + c*crbias*s*sin(h)) + cstd[10]*(c*crbias*s*cos(h) - c*cbbias*s*sin(h))]
95
* [ c*cstd[12], c*cstd[13]*s*cos(h) - c*cstd[14]*s*sin(h), c*cstd[14]*s*cos(h) + c*cstd[13]*s*sin(h), cstd[15] + cstd[12]*(b + c*
ybias
) + cstd[13]*(c*cbbias*s*cos(h) + c*crbias*s*sin(h)) + cstd[14]*(c*crbias*s*cos(h) - c*cbbias*s*sin(h))]
179
float
ybias
= full_range ? -16.0f/255.0f : 0.0f;
local
213
(*matrix)[0][3] = (*cstd)[0][3] + (*cstd)[0][0] * (b + c *
ybias
) +
220
(*matrix)[1][3] = (*cstd)[1][3] + (*cstd)[1][0] * (b + c *
ybias
) +
227
(*matrix)[2][3] = (*cstd)[2][3] + (*cstd)[2][0] * (b + c *
ybias
) +
/device/google/contexthub/util/nanotool/
apptohostevent.h
90
int32_t
yBias
;
100
int32_t
yBias
;
contexthub.cpp
367
result->
yBias
, result->zBias);
385
result->
yBias
, result->zBias, result->wBias);
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c
71
float
ybias
;
member in struct:widepoint_stage
153
bot_adj = half_size + wide->
ybias
;
154
top_adj = -half_size + wide->
ybias
;
204
wide->
ybias
= 0.0;
208
wide->
ybias
= -0.125;
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmi160.c
331
int32_t
yBias
;
[
all
...]
Completed in 231 milliseconds