/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_winsys.h | 74 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_SQ() 80 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_NI() 86 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint16_t data) in NVC0_FIFO_PKHDR_IL() 93 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_1I() 113 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NVC0() 122 BEGIN_NIC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NIC0() 131 BEGIN_1IC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_1IC0() 140 IMMED_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, uint16_t data) in IMMED_NVC0()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_winsys.h | 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo() 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() 84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD() 103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC() 112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04() 119 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NI04() 153 #define NV01_SUBC(subc, mthd) SUBC_##subc((NV01_SUBCHAN_##mthd)) argument 154 #define NV11_SUBC(subc, mthd) SUBC_##subc((NV11_SUBCHAN_##mthd)) argument 156 #define NV04_GRAPH(subc, mthd) SUBC_##subc((NV04_GRAPH_##mthd)) argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_winsys.h | 66 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR() 72 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR_NI() 78 NV50_FIFO_PKHDR_L(int subc, int mthd) in NV50_FIFO_PKHDR_L() 98 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() 107 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() 117 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) in BEGIN_NL50()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_local.h | 102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() 111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() 125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD() 146 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04() 153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NI04() 186 #define NV01_SUBC(subc, mthd) SUBC_##subc((NV01_SUBCHAN_##mthd)) argument 187 #define NV11_SUBC(subc, mthd) SUBC_##subc((NV11_SUBCHAN_##mthd)) argument 189 #define NV04_GRAPH(subc, mthd) SUBC_##subc((NV04_GRAPH_##mthd)) argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.h | 58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR() 64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR_NI() 70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() 77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() 84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, in PUSH_MTHDl()
|
/third_party/grpc/third_party/upb/upb/ |
D | sink.c | 5 void *subc; in upb_bufsrc_putbuf() local
|
D | sink.h | 409 void **subc) { in upb_bytessink_start() 423 UPB_INLINE size_t upb_bytessink_putbuf(upb_bytessink s, void *subc, in upb_bytessink_putbuf() 477 bool Start(size_t size_hint, void **subc) { in Start() 481 size_t PutBuffer(void *subc, const char *buf, size_t len, in PutBuffer()
|
/third_party/grpc/third_party/upb/upb/pb/ |
D | textprinter.c | 26 void *subc; member
|
D | encoder.c | 103 void *subc; member
|
/third_party/mksh/ |
D | misc.c | 737 unsigned char c, subc; in has_globbing() local 1014 unsigned char c, subc, lc; in gmatch_cclass() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1665 for (const Value *subc : c->operand_values()) { in isManifestConstant() local
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 5978 void *subc; in upb_bufsrc_putbuf() local 8083 void *subc; member 8573 void *subc; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 4912 auto &subc = get<SPIRConstant>(elem); in constant_expression() local
|