Searched defs:cso_context (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/include/state_tracker/
H A Dst_api.h370 struct cso_context *cso_context; member in struct:st_context_iface
/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.h243 struct cso_context *cso_context; member in struct:st_context
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c47 #include "cso_cache/cso_context.h"
50 #include "cso_context.h"
65 struct cso_context { struct
128 static boolean delete_blend_state(struct cso_context *ctx, void *state)
141 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state)
156 static boolean delete_sampler_state(struct cso_context *ctx, void *state)
165 static boolean delete_rasterizer_state(struct cso_context *ctx, void *state)
177 static boolean delete_vertex_elements(struct cso_context *ctx,
192 static inline boolean delete_cso(struct cso_context *ctx,
217 struct cso_context *ct
[all...]

Completed in 161 milliseconds