Home
last modified time | relevance | path

Searched defs:create_depth_stencil_alpha_state (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h380 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py333 def create_depth_stencil_alpha_state(self, state): member in Context