OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aactx
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c
155
struct aa_transform_context *
aactx
= (struct aa_transform_context *) ctx;
local
160
aactx
->colorOutput = decl->Range.First;
166
aactx
->samplersUsed |= 1 << i;
170
if ((int) decl->Range.Last >
aactx
->maxInput)
171
aactx
->maxInput = decl->Range.Last;
173
(int) decl->Semantic.Index >
aactx
->maxGeneric) {
174
aactx
->maxGeneric = decl->Semantic.Index;
181
aactx
->tempsUsed |= (1 << i);
208
struct aa_transform_context *
aactx
= (struct aa_transform_context *) ctx;
local
210
if (
aactx
->firstInstruction)
[
all
...]
draw_pipe_aapoint.c
136
struct aa_transform_context *
aactx
= (struct aa_transform_context *) ctx;
local
141
aactx
->colorOutput = decl->Range.First;
144
if ((int) decl->Range.Last >
aactx
->maxInput)
145
aactx
->maxInput = decl->Range.Last;
147
(int) decl->Semantic.Index >
aactx
->maxGeneric) {
148
aactx
->maxGeneric = decl->Semantic.Index;
155
aactx
->tempsUsed |= (1 << i);
172
struct aa_transform_context *
aactx
= (struct aa_transform_context *) ctx;
local
175
if (
aactx
->firstInstruction) {
179
const int texInput =
aactx
->maxInput + 1
[
all
...]
Completed in 31 milliseconds