Searched refs:sres (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp67 struct virgl_hw_res *sres)
71 if (pipe_reference(&(*dres)->reference, &sres->reference)) {
76 *dres = sres;
65 fake_resource_reference(struct virgl_winsys * vws,struct virgl_hw_res ** dres,struct virgl_hw_res * sres) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c207 struct virgl_hw_res *sres)
212 if (pipe_reference(&(*dres)->reference, &sres->reference)) {
221 *dres = sres;
205 virgl_vtest_resource_reference(struct virgl_winsys * vws,struct virgl_hw_res ** dres,struct virgl_hw_res * sres) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c120 struct crocus_resource *zres, *sres; local in function:resolve_sampler_views
121 crocus_get_depth_stencil_resources(&batch->screen->devinfo, isv->base.texture, &zres, &sres);
122 crocus_update_stencil_shadow(ice, sres);
123 crocus_cache_flush_for_read(batch, sres->shadow->bo);
H A Dcrocus_state.c1865 struct crocus_resource *zres, *sres; local in function:want_pma_fix
1867 cso_fb->zsbuf->texture, &zres, &sres);
1912 (sres && cso_zsa->stencil_writes_enabled)));
2688 struct crocus_resource *zres, *sres; local in function:crocus_create_sampler_view
2692 crocus_get_depth_stencil_resources(devinfo, tex, &zres, &sres);
2694 tex = util_format_has_depth(desc) ? &zres->base.b : &sres->base.b;
2697 if (devinfo->ver == 7 && sres->shadow)
2698 tex = &sres->shadow->base.b;
7124 struct crocus_resource *zres, *sres;
7127 &zres, &sres);
7443 struct crocus_resource *zres, *sres; local in function:crocus_upload_dirty_render_state
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_winsys.h77 struct virgl_hw_res *sres);
H A Dvirgl_context.c1196 struct virgl_resource *sres = virgl_resource(src); local in function:virgl_resource_copy_region
1204 sres, src_level,
1219 struct virgl_resource *sres = virgl_resource(blit->src.resource); local in function:virgl_blit
1227 virgl_encode_blit(vctx, dres, sres,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c239 struct virgl_hw_res *sres)
242 if (pipe_reference(&(*dres)->reference, &sres->reference)) {
256 *dres = sres;
237 virgl_vtest_resource_reference(struct virgl_vtest_winsys * vtws,struct virgl_hw_res ** dres,struct virgl_hw_res * sres) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c153 struct virgl_hw_res *sres)
156 if (pipe_reference(&(*dres)->reference, &sres->reference)) {
171 *dres = sres;
151 virgl_drm_resource_reference(struct virgl_drm_winsys * qdws,struct virgl_hw_res ** dres,struct virgl_hw_res * sres) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c146 struct virgl_hw_res *sres)
151 if (pipe_reference(&(*dres)->reference, &sres->reference)) {
162 *dres = sres;
144 virgl_drm_resource_reference(struct virgl_winsys * qws,struct virgl_hw_res ** dres,struct virgl_hw_res * sres) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.c989 struct virgl_resource *sres = virgl_resource(src); local in function:virgl_resource_copy_region
994 sres, src_level,
1009 struct virgl_resource *sres = virgl_resource(blit->src.resource); local in function:virgl_blit
1017 virgl_encode_blit(vctx, dres, sres,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c1606 struct iris_resource *zres, *sres; local in function:want_pma_fix
1607 iris_get_depth_stencil_resources(cso_fb->zsbuf->texture, &zres, &sres);
1652 (sres && cso_zsa->stencil_writes_enabled)));
2393 struct iris_resource *zres, *sres; local in function:iris_create_sampler_view
2397 iris_get_depth_stencil_resources(tex, &zres, &sres);
2399 tex = util_format_has_depth(desc) ? &zres->base.b : &sres->base.b;
5070 struct iris_resource *zres, *sres; local in function:pin_depth_and_stencil_buffers
5071 iris_get_depth_stencil_resources(zsbuf->texture, &zres, &sres);
5084 if (sres) {
5087 iris_use_pinned_bo(batch, sres
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c1765 struct iris_resource *zres, *sres; local in function:iris_create_sampler_view
1769 iris_get_depth_stencil_resources(tex, &zres, &sres);
1771 tex = util_format_has_depth(desc) ? &zres->base : &sres->base;
4249 struct iris_resource *zres, *sres; local in function:pin_depth_and_stencil_buffers
4250 iris_get_depth_stencil_resources(zsbuf->texture, &zres, &sres);
4260 if (sres) {
4261 iris_use_pinned_bo(batch, sres->bo, cso_zsa->stencil_writes_enabled);
4991 struct iris_resource *zres, *sres; local in function:iris_upload_dirty_render_state
4993 &zres, &sres);

Completed in 44 milliseconds