Home
last modified time | relevance | path

Searched refs:custom_dsa (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h311 double depth, void *custom_dsa);
Du_blitter.c889 void *custom_blend, void *custom_dsa) in util_blitter_clear_custom() argument
910 if (custom_dsa) { in util_blitter_clear_custom()
911 pipe->bind_depth_stencil_alpha_state(pipe, custom_dsa); in util_blitter_clear_custom()
960 double depth, void *custom_dsa) in util_blitter_custom_clear_depth() argument
964 0, PIPE_FORMAT_NONE, &color, depth, 0, NULL, custom_dsa); in util_blitter_custom_clear_depth()