Searched refs:csg (Results 1 – 4 of 4) sorted by relevance
/third_party/libdrm/radeon/ |
D | radeon_cs_gem.c | 128 struct cs_gem *csg; in cs_gem_create() local 134 csg = (struct cs_gem*)calloc(1, sizeof(struct cs_gem)); in cs_gem_create() 135 if (csg == NULL) { in cs_gem_create() 138 csg->base.csm = csm; in cs_gem_create() 139 csg->base.ndw = 64 * 1024 / 4; in cs_gem_create() 140 csg->base.packets = (uint32_t*)calloc(1, 64 * 1024); in cs_gem_create() 141 if (csg->base.packets == NULL) { in cs_gem_create() 142 free(csg); in cs_gem_create() 145 csg->base.relocs_total_size = 0; in cs_gem_create() 146 csg->base.crelocs = 0; in cs_gem_create() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | af_biquads.c | 116 int csg; member 567 if (s->csg) { in config_filter() 1044 {"csg", "use constant skirt gain", OFFSET(csg), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS},
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1810 def CSG : CmpSwapRSY<"csg", 0xEB30, z_atomic_cmp_swap, GR64>;
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 3016 The @var{csg} option selects a constant skirt gain (peak gain = Q) 3026 @item csg
|