Home
last modified time | relevance | path

Searched refs:out_z (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.h325 struct crocus_resource **out_z, in crocus_get_depth_stencil_resources() argument
330 *out_z = (void *)res; in crocus_get_depth_stencil_resources()
336 *out_z = (void *) res; in crocus_get_depth_stencil_resources()
339 *out_z = NULL; in crocus_get_depth_stencil_resources()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.h165 struct zink_resource **out_z,
Dzink_resource.c1678 struct zink_resource **out_z, in zink_get_depth_stencil_resources() argument
1682 if (out_z) *out_z = NULL; in zink_get_depth_stencil_resources()
1688 if (out_z) *out_z = zink_resource(res); in zink_get_depth_stencil_resources()
1691 if (out_z) *out_z = NULL; in zink_get_depth_stencil_resources()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.h330 struct iris_resource **out_z,
Diris_resource.c375 struct iris_resource **out_z, in iris_get_depth_stencil_resources() argument
379 *out_z = NULL; in iris_get_depth_stencil_resources()
385 *out_z = (void *) res; in iris_get_depth_stencil_resources()
388 *out_z = NULL; in iris_get_depth_stencil_resources()