Searched refs:zres (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rdt.c | 98 unsigned char zres[16], in ff_rdt_calc_response_and_checksum() local 119 av_md5_sum(zres, buf, 64); in ff_rdt_calc_response_and_checksum() 120 ff_data_to_hex(response, zres, 16, 1); in ff_rdt_calc_response_and_checksum()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 1701 struct iris_resource *zres, *sres; in want_pma_fix() local 1702 iris_get_depth_stencil_resources(cso_fb->zsbuf->texture, &zres, &sres); in want_pma_fix() 1707 if (!zres || !iris_resource_level_has_hiz(zres, cso_fb->zsbuf->u.tex.level)) in want_pma_fix() 2550 struct iris_resource *zres, *sres; in iris_create_sampler_view() local 2554 iris_get_depth_stencil_resources(tex, &zres, &sres); in iris_create_sampler_view() 2556 tex = util_format_has_depth(desc) ? &zres->base.b : &sres->base.b; in iris_create_sampler_view() 3247 struct iris_resource *zres; in iris_set_framebuffer_state() local 3297 iris_get_depth_stencil_resources(cso->zsbuf->texture, &zres, in iris_set_framebuffer_state() 3305 if (zres) { in iris_set_framebuffer_state() 5219 struct iris_resource *zres, *sres; pin_depth_and_stencil_buffers() local 6493 struct iris_resource *zres = NULL, *sres = NULL; iris_upload_dirty_render_state() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 1866 struct crocus_resource *zres, *sres; in want_pma_fix() local 1868 cso_fb->zsbuf->texture, &zres, &sres); in want_pma_fix() 1873 if (!zres || !crocus_resource_level_has_hiz(zres, cso_fb->zsbuf->u.tex.level)) in want_pma_fix() 2689 struct crocus_resource *zres, *sres; in crocus_create_sampler_view() local 2693 crocus_get_depth_stencil_resources(devinfo, tex, &zres, &sres); in crocus_create_sampler_view() 2695 tex = util_format_has_depth(desc) ? &zres->base.b : &sres->base.b; in crocus_create_sampler_view() 3407 struct crocus_resource *zres; in crocus_set_framebuffer_state() 3457 struct crocus_resource *zres; in crocus_set_framebuffer_state() local 3460 crocus_get_depth_stencil_resources(devinfo, cso->zsbuf->texture, &zres, in crocus_set_framebuffer_state() 7445 struct crocus_resource *zres, *sres; global() local [all...] |
H A D | crocus_resolve.c | 120 struct crocus_resource *zres, *sres; in resolve_sampler_views() local 121 crocus_get_depth_stencil_resources(&batch->screen->devinfo, isv->base.texture, &zres, &sres); in resolve_sampler_views()
|
Completed in 20 milliseconds