OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dx12
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_point.c
46
int dx01,
dx12
;
member in struct:point_info
116
float dadx = FIXED_ONE / (float)info->
dx12
;
133
float dady = FIXED_ONE / (float)info->
dx12
;
371
info.
dx12
= fixed_width;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c
46
int dx01,
dx12
;
member in struct:point_info
116
float dadx = FIXED_ONE / (float)info->
dx12
;
133
float dady = FIXED_ONE / (float)info->
dx12
;
371
info.
dx12
= fixed_width;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c
298
float
dx12
= points[1][0] - points[0][0];
local
304
return floatsEqual(
dx12
* dy13, dx13 * dy12);
309
return (floatsEqual(
dx12
* dy13, dx13 * dy12) &&
310
floatsEqual(
dx12
* dy14, dx14 * dy12));
/external/mesa3d/src/gallium/state_trackers/vega/
bezier.c
298
float
dx12
= points[1][0] - points[0][0];
local
304
return floatsEqual(
dx12
* dy13, dx13 * dy12);
309
return (floatsEqual(
dx12
* dy13, dx13 * dy12) &&
310
floatsEqual(
dx12
* dy14, dx14 * dy12));
/system/core/libpixelflinger/
trap.cpp
536
int32_t
dx12
= x1 - x2;
local
555
int32_t ey1 = dy12 * (x1 - mx) -
dx12
* (y1 - my);
561
if (dy12<0 || (dy12 == 0 &&
dx12
>0)) ey1++;
594
ey1 +=
dx12
<< TRI_FRACTION_BITS;
[
all
...]
Completed in 149 milliseconds