OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DriverFlags
(Results
1 - 25
of
59
) sorted by relevancy
1
2
3
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
depth.c
85
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewDepth ? 0 : _NEW_DEPTH,
87
ctx->NewDriverState |= ctx->
DriverFlags
.NewDepth;
132
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewDepth ? 0 : _NEW_DEPTH,
134
ctx->NewDriverState |= ctx->
DriverFlags
.NewDepth;
166
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewDepth ? 0 : _NEW_DEPTH,
168
ctx->NewDriverState |= ctx->
DriverFlags
.NewDepth;
lines.c
70
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewLineState ? 0 : _NEW_LINE, GL_LINE_BIT);
71
ctx->NewDriverState |= ctx->
DriverFlags
.NewLineState;
125
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewLineState ? 0 : _NEW_LINE, GL_LINE_BIT);
126
ctx->NewDriverState |= ctx->
DriverFlags
.NewLineState;
polygon.c
66
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON,
68
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState;
118
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON,
120
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState;
196
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON,
198
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState;
204
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON,
206
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState;
217
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON,
219
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState
[
all
...]
multisample.c
50
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewSampleMask ? 0 : _NEW_MULTISAMPLE,
52
ctx->NewDriverState |= ctx->
DriverFlags
.NewSampleMask;
136
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewSampleMask ? 0 : _NEW_MULTISAMPLE, 0);
137
ctx->NewDriverState |= ctx->
DriverFlags
.NewSampleMask;
175
ctx->
DriverFlags
.NewSampleShading ? 0 : _NEW_MULTISAMPLE,
177
ctx->NewDriverState |= ctx->
DriverFlags
.NewSampleShading;
363
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewSampleAlphaToXEnable ? 0 :
366
ctx->NewDriverState |= ctx->
DriverFlags
.NewSampleAlphaToXEnable;
375
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewSampleAlphaToXEnable ? 0 :
378
ctx->NewDriverState |= ctx->
DriverFlags
.NewSampleAlphaToXEnable
[
all
...]
enable.c
357
!ctx->
DriverFlags
.NewMultisampleEnable) {
363
ctx->NewDriverState |= ctx->
DriverFlags
.NewMultisampleEnable;
382
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewFramebufferSRGB ? 0 : _NEW_BUFFERS,
384
ctx->NewDriverState |= ctx->
DriverFlags
.NewFramebufferSRGB;
422
ctx->NewDriverState |= ctx->
DriverFlags
.NewAlphaTest;
470
!ctx->
DriverFlags
.NewClipPlaneEnable) {
476
ctx->NewDriverState |= ctx->
DriverFlags
.NewClipPlaneEnable;
485
ctx->NewDriverState |= ctx->
DriverFlags
.NewClipPlane;
511
ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON,
513
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState
[
all
...]
stencil.c
161
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewStencil ? 0 : _NEW_STENCIL,
163
ctx->NewDriverState |= ctx->
DriverFlags
.NewStencil;
200
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewStencil ? 0 : _NEW_STENCIL,
202
ctx->NewDriverState |= ctx->
DriverFlags
.NewStencil;
223
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewStencil ? 0 : _NEW_STENCIL,
225
ctx->NewDriverState |= ctx->
DriverFlags
.NewStencil;
289
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewStencil ? 0 : _NEW_STENCIL,
291
ctx->NewDriverState |= ctx->
DriverFlags
.NewStencil;
306
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewStencil ? 0 : _NEW_STENCIL,
308
ctx->NewDriverState |= ctx->
DriverFlags
.NewStencil
[
all
...]
conservativeraster.c
65
ctx->
DriverFlags
.NewNvConservativeRasterizationParams;
85
ctx->
DriverFlags
.NewNvConservativeRasterizationParams;
blend.h
177
if (!ctx->
DriverFlags
.NewBlend) {
181
ctx->NewDriverState |= ctx->
DriverFlags
.NewBlend;
195
ctx->NewDriverState |= ctx->
DriverFlags
.NewBlend;
blend.c
242
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewBlend ? 0 : _NEW_COLOR,
244
ctx->NewDriverState |= ctx->
DriverFlags
.NewBlend;
409
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewBlend ? 0 : _NEW_COLOR,
411
ctx->NewDriverState |= ctx->
DriverFlags
.NewBlend;
823
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewBlendColor ? 0 : _NEW_COLOR,
825
ctx->NewDriverState |= ctx->
DriverFlags
.NewBlendColor;
869
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewAlphaTest ? 0 : _NEW_COLOR,
871
ctx->NewDriverState |= ctx->
DriverFlags
.NewAlphaTest;
936
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewLogicOp ? 0 : _NEW_COLOR,
938
ctx->NewDriverState |= ctx->
DriverFlags
.NewLogicOp
[
all
...]
clip.c
89
ctx->NewDriverState |= ctx->
DriverFlags
.NewClipPlane;
scissor.c
51
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewScissorRect ? 0 : _NEW_SCISSOR,
53
ctx->NewDriverState |= ctx->
DriverFlags
.NewScissorRect;
306
ctx->NewDriverState |= ctx->
DriverFlags
.NewWindowRectangles;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
depth.c
83
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewDepth ? 0 : _NEW_DEPTH);
84
ctx->NewDriverState |= ctx->
DriverFlags
.NewDepth;
128
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewDepth ? 0 : _NEW_DEPTH);
129
ctx->NewDriverState |= ctx->
DriverFlags
.NewDepth;
160
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewDepth ? 0 : _NEW_DEPTH);
161
ctx->NewDriverState |= ctx->
DriverFlags
.NewDepth;
lines.c
70
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewLineState ? 0 : _NEW_LINE);
71
ctx->NewDriverState |= ctx->
DriverFlags
.NewLineState;
125
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewLineState ? 0 : _NEW_LINE);
126
ctx->NewDriverState |= ctx->
DriverFlags
.NewLineState;
polygon.c
65
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON);
66
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState;
116
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON);
117
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState;
189
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON);
190
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState;
196
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON);
197
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState;
208
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON);
209
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState
[
all
...]
enable.c
242
!ctx->
DriverFlags
.NewMultisampleEnable) {
248
ctx->NewDriverState |= ctx->
DriverFlags
.NewMultisampleEnable;
267
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewFramebufferSRGB ? 0 : _NEW_BUFFERS);
268
ctx->NewDriverState |= ctx->
DriverFlags
.NewFramebufferSRGB;
305
ctx->NewDriverState |= ctx->
DriverFlags
.NewAlphaTest;
349
!ctx->
DriverFlags
.NewClipPlaneEnable) {
354
ctx->NewDriverState |= ctx->
DriverFlags
.NewClipPlaneEnable;
363
ctx->NewDriverState |= ctx->
DriverFlags
.NewClipPlane;
388
ctx->
DriverFlags
.NewPolygonState ? 0 : _NEW_POLYGON);
389
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState
[
all
...]
stencil.c
160
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewStencil ? 0 : _NEW_STENCIL);
161
ctx->NewDriverState |= ctx->
DriverFlags
.NewStencil;
198
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewStencil ? 0 : _NEW_STENCIL);
199
ctx->NewDriverState |= ctx->
DriverFlags
.NewStencil;
220
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewStencil ? 0 : _NEW_STENCIL);
221
ctx->NewDriverState |= ctx->
DriverFlags
.NewStencil;
285
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewStencil ? 0 : _NEW_STENCIL);
286
ctx->NewDriverState |= ctx->
DriverFlags
.NewStencil;
301
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewStencil ? 0 : _NEW_STENCIL);
302
ctx->NewDriverState |= ctx->
DriverFlags
.NewStencil
[
all
...]
multisample.c
50
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewSampleMask ? 0 : _NEW_MULTISAMPLE);
51
ctx->NewDriverState |= ctx->
DriverFlags
.NewSampleMask;
134
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewSampleMask ? 0 : _NEW_MULTISAMPLE);
135
ctx->NewDriverState |= ctx->
DriverFlags
.NewSampleMask;
173
ctx->
DriverFlags
.NewSampleShading ? 0 : _NEW_MULTISAMPLE);
174
ctx->NewDriverState |= ctx->
DriverFlags
.NewSampleShading;
blend.h
177
if (!ctx->
DriverFlags
.NewBlend) {
181
ctx->NewDriverState |= ctx->
DriverFlags
.NewBlend;
195
ctx->NewDriverState |= ctx->
DriverFlags
.NewBlend;
blend.c
231
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewBlend ? 0 : _NEW_COLOR);
232
ctx->NewDriverState |= ctx->
DriverFlags
.NewBlend;
391
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewBlend ? 0 : _NEW_COLOR);
392
ctx->NewDriverState |= ctx->
DriverFlags
.NewBlend;
793
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewBlendColor ? 0 : _NEW_COLOR);
794
ctx->NewDriverState |= ctx->
DriverFlags
.NewBlendColor;
838
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewAlphaTest ? 0 : _NEW_COLOR);
839
ctx->NewDriverState |= ctx->
DriverFlags
.NewAlphaTest;
904
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewLogicOp ? 0 : _NEW_COLOR);
905
ctx->NewDriverState |= ctx->
DriverFlags
.NewLogicOp
[
all
...]
viewport.c
74
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewViewport ? 0 : _NEW_VIEWPORT);
75
ctx->NewDriverState |= ctx->
DriverFlags
.NewViewport;
296
ctx->NewDriverState |= ctx->
DriverFlags
.NewViewport;
518
FLUSH_VERTICES(ctx, ctx->
DriverFlags
.NewClipControl ? 0 :
520
ctx->NewDriverState |= ctx->
DriverFlags
.NewClipControl;
526
if (ctx->
DriverFlags
.NewPolygonState)
527
ctx->NewDriverState |= ctx->
DriverFlags
.NewPolygonState;
618
ctx->
DriverFlags
.NewNvConservativeRasterizationParams;
clip.c
88
ctx->NewDriverState |= ctx->
DriverFlags
.NewClipPlane;
conservativeraster.c
86
ctx->
DriverFlags
.NewNvConservativeRasterizationParams;
state.c
233
if (ctx->
DriverFlags
.NewShaderConstants[stage])
234
ctx->NewDriverState |= ctx->
DriverFlags
.NewShaderConstants[stage];
476
ctx->NewDriverState |= ctx->
DriverFlags
.NewArray;
535
ctx->NewDriverState |= ctx->
DriverFlags
.NewArray;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_state_upload.c
348
ctx->
DriverFlags
.NewTransformFeedback = BRW_NEW_TRANSFORM_FEEDBACK;
349
ctx->
DriverFlags
.NewTransformFeedbackProg = BRW_NEW_TRANSFORM_FEEDBACK;
350
ctx->
DriverFlags
.NewRasterizerDiscard = BRW_NEW_RASTERIZER_DISCARD;
351
ctx->
DriverFlags
.NewUniformBuffer = BRW_NEW_UNIFORM_BUFFER;
352
ctx->
DriverFlags
.NewShaderStorageBuffer = BRW_NEW_UNIFORM_BUFFER;
353
ctx->
DriverFlags
.NewTextureBuffer = BRW_NEW_TEXTURE_BUFFER;
354
ctx->
DriverFlags
.NewAtomicBuffer = BRW_NEW_UNIFORM_BUFFER;
355
ctx->
DriverFlags
.NewImageUnits = BRW_NEW_IMAGE_UNITS;
356
ctx->
DriverFlags
.NewTessState = BRW_NEW_DEFAULT_TESS_LEVELS;
357
ctx->
DriverFlags
.NewIntelConservativeRasterization = BRW_NEW_CONSERVATIVE_RASTERIZATION
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_state_upload.c
280
ctx->
DriverFlags
.NewTransformFeedback = BRW_NEW_TRANSFORM_FEEDBACK;
281
ctx->
DriverFlags
.NewTransformFeedbackProg = BRW_NEW_TRANSFORM_FEEDBACK;
282
ctx->
DriverFlags
.NewRasterizerDiscard = BRW_NEW_RASTERIZER_DISCARD;
283
ctx->
DriverFlags
.NewUniformBuffer = BRW_NEW_UNIFORM_BUFFER;
284
ctx->
DriverFlags
.NewShaderStorageBuffer = BRW_NEW_UNIFORM_BUFFER;
285
ctx->
DriverFlags
.NewTextureBuffer = BRW_NEW_TEXTURE_BUFFER;
286
ctx->
DriverFlags
.NewAtomicBuffer = BRW_NEW_UNIFORM_BUFFER;
287
ctx->
DriverFlags
.NewImageUnits = BRW_NEW_IMAGE_UNITS;
288
ctx->
DriverFlags
.NewDefaultTessLevels = BRW_NEW_DEFAULT_TESS_LEVELS;
289
ctx->
DriverFlags
.NewIntelConservativeRasterization = BRW_NEW_CONSERVATIVE_RASTERIZATION
[
all
...]
Completed in 90 milliseconds
1
2
3
Indexes created Tue Jul 28 00:24:17 UTC 2026