OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fulldecl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_scan.c
145
const struct tgsi_full_declaration *
fulldecl
local
147
const uint file =
fulldecl
->Declaration.File;
149
for (reg =
fulldecl
->Range.First;
150
reg <=
fulldecl
->Range.Last;
159
info->input_semantic_name[reg] = (ubyte)
fulldecl
->Semantic.Name;
160
info->input_semantic_index[reg] = (ubyte)
fulldecl
->Semantic.Index;
161
info->input_interpolate[reg] = (ubyte)
fulldecl
->Interp.Interpolate;
162
info->input_centroid[reg] = (ubyte)
fulldecl
->Interp.Centroid;
163
info->input_cylindrical_wrap[reg] = (ubyte)
fulldecl
->Interp.CylindricalWrap;
167
fulldecl
->Semantic.Name == TGSI_SEMANTIC_POSITION
[
all
...]
tgsi_transform.c
178
struct tgsi_full_declaration *
fulldecl
local
182
ctx->transform_declaration(ctx,
fulldecl
);
184
ctx->emit_declaration(ctx,
fulldecl
);
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c
145
const struct tgsi_full_declaration *
fulldecl
local
147
const uint file =
fulldecl
->Declaration.File;
149
for (reg =
fulldecl
->Range.First;
150
reg <=
fulldecl
->Range.Last;
159
info->input_semantic_name[reg] = (ubyte)
fulldecl
->Semantic.Name;
160
info->input_semantic_index[reg] = (ubyte)
fulldecl
->Semantic.Index;
161
info->input_interpolate[reg] = (ubyte)
fulldecl
->Interp.Interpolate;
162
info->input_centroid[reg] = (ubyte)
fulldecl
->Interp.Centroid;
163
info->input_cylindrical_wrap[reg] = (ubyte)
fulldecl
->Interp.CylindricalWrap;
167
fulldecl
->Semantic.Name == TGSI_SEMANTIC_POSITION
[
all
...]
tgsi_transform.c
178
struct tgsi_full_declaration *
fulldecl
local
182
ctx->transform_declaration(ctx,
fulldecl
);
184
ctx->emit_declaration(ctx,
fulldecl
);
Completed in 45 milliseconds