Searched refs:iris_resource_prepare_render (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.h | 508 void iris_resource_prepare_render(struct iris_context *ice,
|
D | iris_clear.c | 413 iris_resource_prepare_render(ice, res, format, level, box->z, box->depth, in clear_color() 666 iris_resource_prepare_render(ice, z_res, z_res->surf.format, level, in clear_depth_stencil()
|
D | iris_blit.c | 511 iris_resource_prepare_render(ice, dst_res, dst_fmt.fmt, info->dst.level, in iris_blit() 620 iris_resource_prepare_render(ice, res, view_format, level, in prepare_copy_region()
|
D | iris_resolve.c | 216 iris_resource_prepare_render(ice, z_res, z_res->surf.format, in iris_predraw_resolve_framebuffer() 277 iris_resource_prepare_render(ice, res, surf->view.format, in iris_predraw_resolve_framebuffer() 1299 iris_resource_prepare_render(struct iris_context *ice, in iris_resource_prepare_render() function
|
/external/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 4604 - iris: Drop batch param from iris_resource_prepare_render
|