Home
last modified time | relevance | path

Searched defs:set_patch_vertices (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h551 void (*set_patch_vertices)(struct pipe_context *ctx, uint8_t patch_vertices); member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py489 def set_patch_vertices(self, patch_vertices): member in Context
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshaderapi.c2718 set_patch_vertices(struct gl_context *ctx, GLint value) in set_patch_vertices() function