Searched refs:threaded_resource (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h45 * - threaded_resource for pipe_resource (use threaded_resource_init/deinit)
241 struct threaded_resource { struct
393 static inline struct threaded_resource *
394 threaded_resource(struct pipe_resource *res) function in typeref:struct:threaded_resource *
396 return (struct threaded_resource*)res;
H A Du_threaded_context.c263 struct threaded_resource *tres = threaded_resource(res);
275 struct threaded_resource *tres = threaded_resource(res);
879 struct threaded_resource *tres =
880 threaded_resource(images[i].resource);
946 struct threaded_resource *tres = threaded_resource(src->buffer);
1134 struct threaded_resource *tres = threaded_resource(re
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h45 * - threaded_resource for pipe_resource (use threaded_resource_init/deinit)
174 * If is_resource_busy is set, threaded_resource::buffer_id_unique must be
306 struct threaded_resource { struct
489 /* Bound buffers are tracked here using threaded_resource::buffer_id_hash.
539 static inline struct threaded_resource *
540 threaded_resource(struct pipe_resource *res) function in typeref:struct:threaded_resource *
542 return (struct threaded_resource*)res;
H A Du_threaded_context.c414 uint32_t id = threaded_resource(buf)->buffer_id_unique;
422 uint32_t id = threaded_resource(buf)->buffer_id_unique;
649 tc_is_buffer_busy(struct threaded_context *tc, struct threaded_resource *tbuf,
675 struct threaded_resource *tres = threaded_resource(res);
689 struct threaded_resource *tres = threaded_resource(res);
1500 struct threaded_resource *tres = threaded_resource(resource);
1589 struct threaded_resource *tre
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.h91 struct threaded_resource base;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h118 struct threaded_resource b;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.h56 struct threaded_resource base;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.h87 struct threaded_resource base;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h142 struct threaded_resource b;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h138 struct threaded_resource b;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c97 struct threaded_resource b;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h284 struct threaded_resource b;
403 struct threaded_resource b;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h219 struct threaded_resource b;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst2578 - gallium/noop: use threaded_resource
H A D21.1.0.rst4921 - freedreno: Extend threaded_resource
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json31594 "description": "d3d12: Resources inherit from threaded_resource",
[all...]

Completed in 145 milliseconds