OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gsidx
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp
673
unsigned
gsidx
= dcl.op->indices[1].disp;
local
674
if(inputs.size() <= (unsigned)
gsidx
)
675
inputs.resize(
gsidx
+ 1);
676
inputs[
gsidx
] = ureg_DECL_gs_input(ureg,
gsidx
, TGSI_SEMANTIC_GENERIC,
gsidx
);
Completed in 62 milliseconds