OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:face_temp
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c
968
struct ureg_dst
face_temp
= ureg_DECL_temporary( ureg );
local
971
/* MOV_SAT
face_temp
, input[face]
973
face_temp
= ureg_saturate(
face_temp
);
974
ureg_MOV( ureg,
face_temp
, face_input );
976
/* Use
face_temp
as face input from here on:
978
t->inputs[t->inputMapping[FRAG_ATTRIB_FACE]] = ureg_src(
face_temp
);
[
all
...]
st_glsl_to_tgsi.cpp
[
all
...]
Completed in 480 milliseconds