OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wpostrans
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c
796
struct ureg_src
wpostrans
= ureg_DECL_constant( ureg, wposTransConst );
local
811
ureg_scalar(
wpostrans
, invert ? 2 : 0),
830
/* MAD wpos_temp.y, wpos_input,
wpostrans
.xxxx,
wpostrans
.yyyy
835
ureg_scalar(
wpostrans
, 0),
836
ureg_scalar(
wpostrans
, 1));
838
/* MAD wpos_temp.y, wpos_input,
wpostrans
.zzzz,
wpostrans
.wwww
843
ureg_scalar(
wpostrans
, 2),
844
ureg_scalar(
wpostrans
, 3))
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c
796
struct ureg_src
wpostrans
= ureg_DECL_constant( ureg, wposTransConst );
local
811
ureg_scalar(
wpostrans
, invert ? 2 : 0),
830
/* MAD wpos_temp.y, wpos_input,
wpostrans
.xxxx,
wpostrans
.yyyy
835
ureg_scalar(
wpostrans
, 0),
836
ureg_scalar(
wpostrans
, 1));
838
/* MAD wpos_temp.y, wpos_input,
wpostrans
.zzzz,
wpostrans
.wwww
843
ureg_scalar(
wpostrans
, 2),
844
ureg_scalar(
wpostrans
, 3))
[
all
...]
Completed in 254 milliseconds