HomeSort by relevance Sort by last modified time
    Searched defs:cso_context (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.h 39 #include "cso_cache/cso_context.h"
123 struct cso_context *cso_context; member in struct:vg_context
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.h 39 #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/
st_context.h 186 struct cso_context *cso_context; member in struct:st_context
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 186 struct cso_context *cso_context; member in struct:st_context
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 47 #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 *ctx = (struct cso_context *)user_data
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 47 #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 *ctx = (struct cso_context *)user_data
    [all...]

Completed in 227 milliseconds