Searched refs:size_mul (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | uniform_query.cpp | 1287 const GLvoid *values, const int size_mul, in copy_uniforms_to_storage() argument 1297 unsigned size = sizeof(storage[0]) * components * count * size_mul; in copy_uniforms_to_storage() 1438 int size_mul = glsl_base_type_is_64bit(basicType) ? 2 : 1; in _mesa_uniform() local 1501 uni->driver_storage[s].data + (size_mul * offset * dword_components); in _mesa_uniform() 1503 if (copy_uniforms_to_storage(storage, uni, ctx, count, values, size_mul, in _mesa_uniform() 1508 storage = &uni->storage[size_mul * components * offset]; in _mesa_uniform() 1509 if (copy_uniforms_to_storage(storage, uni, ctx, count, values, size_mul, in _mesa_uniform() 1627 const unsigned size_mul, const unsigned offset, in copy_uniform_matrix_to_storage() argument 1634 const unsigned size = sizeof(storage[0]) * elements * count * size_mul; in copy_uniform_matrix_to_storage() 1871 const unsigned size_mul = basicType == GLSL_TYPE_DOUBLE ? 2 : 1; in _mesa_uniform_matrix() local [all …]
|
/third_party/ffmpeg/libavformat/ |
D | nutenc.c | 156 ft->size_mul = 1; in build_frame_code() 164 ft->size_mul = 1; in build_frame_code() 195 ft->size_mul = 1; in build_frame_code() 220 ft->size_mul = frame_bytes + 2; in build_frame_code() 231 ft->size_mul = 1; in build_frame_code() 266 ft->size_mul = end3 - start3; in build_frame_code() 377 if (tmp_mul != nut->frame_code[i].size_mul ) tmp_fields = 2; in write_mainheader() 386 tmp_mul = nut->frame_code[i].size_mul; in write_mainheader() 399 nut->frame_code[i].size_mul != tmp_mul || in write_mainheader() 791 if (pkt->size / fc->size_mul) in get_needed_flags() [all …]
|
D | nut.h | 68 uint16_t size_mul; member
|
D | nutdec.c | 304 nut->frame_code[i].size_mul = tmp_mul; in decode_main_header() 1006 int size, flags, size_mul, pts_delta, i, reserved_count, ret; in decode_frame_header() local 1018 size_mul = nut->frame_code[frame_code].size_mul; in decode_frame_header() 1043 size += size_mul * ffio_read_varlen(bc); in decode_frame_header()
|