HomeSort by relevance Sort by last modified time
    Searched refs:cso_depth_stencil_alpha (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.h 91 CSO_DEPTH_STENCIL_ALPHA,
113 struct cso_depth_stencil_alpha { struct
cso_cache.c 100 struct cso_depth_stencil_alpha *cso = (struct cso_depth_stencil_alpha *)state;
139 case CSO_DEPTH_STENCIL_ALPHA:
289 cso_for_each_state(sc, CSO_DEPTH_STENCIL_ALPHA, delete_depth_stencil_state, 0);
cso_context.c 151 struct cso_depth_stencil_alpha *cso =
152 (struct cso_depth_stencil_alpha *)state;
208 case CSO_DEPTH_STENCIL_ALPHA:
526 CSO_DEPTH_STENCIL_ALPHA,
531 struct cso_depth_stencil_alpha *cso =
532 MALLOC(sizeof(struct cso_depth_stencil_alpha));
544 CSO_DEPTH_STENCIL_ALPHA, cso);
553 handle = ((struct cso_depth_stencil_alpha *)
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/cso_cache/
cso_cache.h 91 CSO_DEPTH_STENCIL_ALPHA,
113 struct cso_depth_stencil_alpha { struct
cso_cache.c 100 struct cso_depth_stencil_alpha *cso = (struct cso_depth_stencil_alpha *)state;
139 case CSO_DEPTH_STENCIL_ALPHA:
289 cso_for_each_state(sc, CSO_DEPTH_STENCIL_ALPHA, delete_depth_stencil_state, 0);

Completed in 72 milliseconds