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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 82 struct const_decl { struct
158 struct const_decl const_decls;
159 struct const_decl const_decls2D[PIPE_MAX_CONSTANT_BUFFERS];
459 struct const_decl *decl = &ureg->const_decls2D[index2D];
481 struct const_decl *decl = &ureg->const_decls;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 82 struct const_decl { struct
158 struct const_decl const_decls;
159 struct const_decl const_decls2D[PIPE_MAX_CONSTANT_BUFFERS];
459 struct const_decl *decl = &ureg->const_decls2D[index2D];
481 struct const_decl *decl = &ureg->const_decls;
    [all...]

Completed in 5079 milliseconds