HomeSort by: relevance | last modified time | path
    Searched defs:cso_context (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/
api.h 384 struct cso_context *cso_context; member in struct:st_context_iface
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
st_api.h 374 struct cso_context *cso_context; member in struct:st_context_iface
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
cso_context.c 48 #include "cso_cache/cso_context.h"
51 #include "cso_context.h"
65 struct cso_context { struct
125 struct pipe_context *cso_get_pipe_context(struct cso_context *cso)
130 static inline boolean delete_cso(struct cso_context *ctx,
165 struct cso_context *ctx = (struct cso_context *)user_data;
228 static void cso_init_vbuf(struct cso_context *cso, unsigned flags)
246 struct cso_context *
249 struct cso_context *ctx = CALLOC_STRUCT(cso_context)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_context.h 41 #include "cso_cache/cso_context.h"
129 struct cso_context *cso_context; member in struct:st_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
cso_context.c 47 #include "cso_cache/cso_context.h"
50 #include "cso_context.h"
64 struct cso_context { struct
130 struct pipe_context *cso_get_pipe_context(struct cso_context *cso)
135 static boolean delete_blend_state(struct cso_context *ctx, void *state)
148 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state)
163 static boolean delete_sampler_state(UNUSED struct cso_context *ctx, void *state)
172 static boolean delete_rasterizer_state(struct cso_context *ctx, void *state)
184 static boolean delete_vertex_elements(struct cso_context *ctx,
199 static inline boolean delete_cso(struct cso_context *ctx
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_context.h 301 struct cso_context *cso_context; member in struct:st_context

Completed in 11 milliseconds