Searched refs:range_offset (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_av1.c | 393 uint32_t max_len, len, range_offset, range_bits; in cbs_av1_read_subexp() local 408 range_offset = 1 << range_bits; in cbs_av1_read_subexp() 411 range_offset = 0; in cbs_av1_read_subexp() 422 err = cbs_av1_read_ns(ctx, gbc, range_max - range_offset, in cbs_av1_read_subexp() 427 value += range_offset; in cbs_av1_read_subexp() 442 uint32_t max_len, len, range_offset, range_bits; in cbs_av1_write_subexp() local 459 range_offset = 0; in cbs_av1_write_subexp() 470 range_offset = 1 << range_bits; in cbs_av1_write_subexp() 481 value - range_offset, in cbs_av1_write_subexp() 487 err = cbs_av1_write_ns(ctx, pbc, range_max - range_offset, in cbs_av1_write_subexp() [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_analyze_ubo_ranges.c | 320 const int range_offset = ((int)range->offset - (int)range->start) / 4; in lower_ubo_load_to_uniform() local 321 const_offset += range_offset; in lower_ubo_load_to_uniform() 323 /* The range_offset could be negative, if if only part of the UBO in lower_ubo_load_to_uniform()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_descriptor_set.c | 627 unsigned range_offset = in radv_descriptor_set_create() local 631 range_offset + sizeof(struct radv_descriptor_range) * dynamic_offset_count; in radv_descriptor_set_create() 652 (struct radv_descriptor_range *)((uint8_t *)set + range_offset); in radv_descriptor_set_create()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_descriptor_set.c | 229 set_layout->dynamic_buffers.range_offset = dynamic_ranges_offset; in dzn_descriptor_set_layout_create() 370 set_layout->dynamic_buffers.range_offset + in dzn_descriptor_set_layout_create() 389 set_layout->dynamic_buffers.range_offset + in dzn_descriptor_set_layout_create()
|
H A D | dzn_private.h | 632 uint32_t range_offset; member
|
Completed in 12 milliseconds