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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_context.h39 #include "cso_cache/cso_context.h"
123 struct cso_context *cso_context; member in struct:vg_context
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.h39 #include "cso_cache/cso_context.h"
123 struct cso_context *cso_context; member in struct:vg_context
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_context.h186 struct cso_context *cso_context; member in struct:st_context
/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.h186 struct cso_context *cso_context; member in struct:st_context
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c47 #include "cso_cache/cso_context.h"
50 #include "cso_context.h"
79 struct cso_context { struct
123 static boolean delete_blend_state(struct cso_context *ctx, void *state)
136 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state)
151 static boolean delete_sampler_state(struct cso_context *ctx, void *state)
160 static boolean delete_rasterizer_state(struct cso_context *ctx, void *state)
172 static boolean delete_vertex_elements(struct cso_context *ctx,
187 static INLINE boolean delete_cso(struct cso_context *ctx,
212 struct cso_context *ct
[all...]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c47 #include "cso_cache/cso_context.h"
50 #include "cso_context.h"
79 struct cso_context { struct
123 static boolean delete_blend_state(struct cso_context *ctx, void *state)
136 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state)
151 static boolean delete_sampler_state(struct cso_context *ctx, void *state)
160 static boolean delete_rasterizer_state(struct cso_context *ctx, void *state)
172 static boolean delete_vertex_elements(struct cso_context *ctx,
187 static INLINE boolean delete_cso(struct cso_context *ctx,
212 struct cso_context *ct
[all...]

Completed in 252 milliseconds