Home
last modified time | relevance | path

Searched refs:ds_size (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dgfx7_urb.c86 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()
Dbrw_context.h1532 unsigned hs_size, unsigned ds_size,
/third_party/mindspore/mindspore/dataset/engine/
Dsamplers.py259 def _handshake(self, ds_size, num_samples): argument
260 self.dataset_size = ds_size
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c3113 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()