Home
last modified time | relevance | path

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

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