OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:draw_params
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_draw.c
126
struct iris_state_ref *
draw_params
= &ice->draw.
draw_params
;
local
129
pipe_resource_reference(&
draw_params
->res, indirect->buffer);
130
draw_params
->offset =
149
&
draw_params
->offset, &
draw_params
->res);
iris_context.h
626
* Are the above values the ones stored in the
draw_params
buffer?
637
struct iris_state_ref
draw_params
;
member in struct:iris_context::__anon1231
iris_state.c
6359
assert(ice->draw.
draw_params
.res);
6363
pipe_resource_reference(&state->resource, ice->draw.
draw_params
.res);
6370
vb.BufferSize = res->bo->size - ice->draw.
draw_params
.offset;
6373
(int) ice->draw.
draw_params
.offset);
7175
pipe_resource_reference(&ice->draw.
draw_params
.res, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_draw.c
210
struct crocus_state_ref *
draw_params
= &ice->draw.
draw_params
;
local
213
pipe_resource_reference(&
draw_params
->res, indirect->buffer);
214
draw_params
->offset =
233
&
draw_params
->offset, &
draw_params
->res);
crocus_context.h
476
* Are the above values the ones stored in the
draw_params
buffer?
487
struct crocus_state_ref
draw_params
;
member in struct:crocus_context::__anon1137
crocus_state.c
7609
struct crocus_resource *res = (struct crocus_resource *)ice->draw.
draw_params
.res;
7612
ice->draw.
draw_params
.offset,
7613
ice->draw.
draw_params
.res->width0,
8272
pipe_resource_reference(&ice->draw.
draw_params
.res, NULL);
Completed in 16 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026