Searched refs:ds_size (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | gfx7_urb.c | 86 unsigned ds_size = tess_present ? size_per_stage : 0; in gfx7_allocate_push_constants() local 91 multiplier * hs_size, multiplier * ds_size, in gfx7_allocate_push_constants() 114 unsigned hs_size, unsigned ds_size, in gfx7_emit_push_constant_state() argument 157 OUT_BATCH(ds_size | offset << GFX7_PUSH_CONSTANT_BUFFER_OFFSET_SHIFT); in gfx7_emit_push_constant_state() 158 offset += ds_size; in gfx7_emit_push_constant_state()
|
D | brw_context.h | 1532 unsigned hs_size, unsigned ds_size,
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | samplers.py | 259 def _handshake(self, ds_size, num_samples): argument 260 self.dataset_size = ds_size
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 3113 guint32 * ds_duration, guint32 * ds_size, guint32 * ds_flags) in qtdemux_parse_trex() argument 3161 *ds_size = stream->def_sample_size; in qtdemux_parse_trex() 4047 guint32 ds_size = 0, ds_duration = 0, ds_flags = 0; in qtdemux_parse_moof() local 4080 &ds_size, &ds_flags, &base_offset)) in qtdemux_parse_moof() 4197 ds_duration, ds_size, ds_flags, moof_offset, length, &base_offset, in qtdemux_parse_moof()
|