OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wpos_input
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c
798
struct ureg_src
wpos_input
= t->inputs[t->inputMapping[FRAG_ATTRIB_WPOS]];
local
814
ureg_ADD(ureg, wpos_temp,
wpos_input
, ureg_src(adj_temp));
816
ureg_ADD(ureg, wpos_temp,
wpos_input
,
819
wpos_input
= ureg_src(wpos_temp);
823
ureg_MOV( ureg, wpos_temp,
wpos_input
);
830
/* MAD wpos_temp.y,
wpos_input
, wpostrans.xxxx, wpostrans.yyyy
834
wpos_input
,
838
/* MAD wpos_temp.y,
wpos_input
, wpostrans.zzzz, wpostrans.wwww
842
wpos_input
,
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c
798
struct ureg_src
wpos_input
= t->inputs[t->inputMapping[FRAG_ATTRIB_WPOS]];
local
814
ureg_ADD(ureg, wpos_temp,
wpos_input
, ureg_src(adj_temp));
816
ureg_ADD(ureg, wpos_temp,
wpos_input
,
819
wpos_input
= ureg_src(wpos_temp);
823
ureg_MOV( ureg, wpos_temp,
wpos_input
);
830
/* MAD wpos_temp.y,
wpos_input
, wpostrans.xxxx, wpostrans.yyyy
834
wpos_input
,
838
/* MAD wpos_temp.y,
wpos_input
, wpostrans.zzzz, wpostrans.wwww
842
wpos_input
,
[
all
...]
Completed in 1496 milliseconds