OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxVertexStreams
(Results
1 - 22
of
22
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
gfx6_sol.c
240
const unsigned streams = brw->ctx.Const.
MaxVertexStreams
;
284
const int streams = ctx->Const.
MaxVertexStreams
;
344
for (int i = 0; i < ctx->Const.
MaxVertexStreams
; i++) {
381
assert(stream < ctx->Const.
MaxVertexStreams
);
brw_context.c
814
ctx->Const.
MaxVertexStreams
= MIN2(4, MAX_VERTEX_STREAMS);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
gen6_sol.c
243
const unsigned streams = brw->ctx.Const.
MaxVertexStreams
;
287
const int streams = ctx->Const.
MaxVertexStreams
;
347
for (int i = 0; i < ctx->Const.
MaxVertexStreams
; i++) {
384
assert(stream < ctx->Const.
MaxVertexStreams
);
brw_context.c
758
ctx->Const.
MaxVertexStreams
= MIN2(4, MAX_VERTEX_STREAMS);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
standalone.cpp
223
ctx->Const.
MaxVertexStreams
= 4;
259
ctx->Const.
MaxVertexStreams
= 4;
306
ctx->Const.
MaxVertexStreams
= 4;
linker.cpp
836
find_emit_vertex_visitor emit_vertex(ctx->Const.
MaxVertexStreams
- 1);
843
ctx->Const.
MaxVertexStreams
- 1);
ast_to_hir.cpp
2919
if (stream >= state->ctx->Const.
MaxVertexStreams
) {
2923
stream, state->ctx->Const.
MaxVertexStreams
- 1);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
standalone.cpp
233
ctx->Const.
MaxVertexStreams
= 4;
269
ctx->Const.
MaxVertexStreams
= 4;
316
ctx->Const.
MaxVertexStreams
= 4;
linker.cpp
810
find_emit_vertex_visitor emit_vertex(ctx->Const.
MaxVertexStreams
- 1);
817
ctx->Const.
MaxVertexStreams
- 1);
ast_to_hir.cpp
2850
if (stream >= state->ctx->Const.
MaxVertexStreams
) {
2854
stream, state->ctx->Const.
MaxVertexStreams
- 1);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c
476
c->
MaxVertexStreams
=
480
assert(c->
MaxVertexStreams
<= 4);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_extensions.c
411
c->
MaxVertexStreams
=
415
assert(c->
MaxVertexStreams
<= 4);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
queryobj.c
390
if (index >= ctx->Const.
MaxVertexStreams
) {
392
"glBeginQueryIndexed(index>=
MaxVertexStreams
)");
context.c
591
consts->
MaxVertexStreams
= 1;
draw.c
582
if (!obj || !obj->EverBound || stream >= ctx->Const.
MaxVertexStreams
||
mtypes.h
4033
GLuint
MaxVertexStreams
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
draw_validate.c
1067
if (stream >= ctx->Const.
MaxVertexStreams
) {
queryobj.c
387
if (index >= ctx->Const.
MaxVertexStreams
) {
389
"glBeginQueryIndexed(index>=
MaxVertexStreams
)");
context.c
678
consts->
MaxVertexStreams
= 1;
mtypes.h
3869
GLuint
MaxVertexStreams
;
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
632
{ GL_MAX_VERTEX_STREAMS, CONTEXT_INT(Const.
MaxVertexStreams
), extra_ARB_transform_feedback3_ARB_gpu_shader5 },
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
625
{ GL_MAX_VERTEX_STREAMS, CONTEXT_INT(Const.
MaxVertexStreams
), extra_ARB_transform_feedback3_ARB_gpu_shader5 },
Completed in 48 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026