Home
last modified time | relevance | path

Searched defs:size_mul (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Duniform_query.cpp1115 const GLvoid *values, const int size_mul, in copy_uniforms_to_storage()
1266 int size_mul = glsl_base_type_is_64bit(basicType) ? 2 : 1; in _mesa_uniform() local
1454 const unsigned size_mul, const unsigned offset, in copy_uniform_matrix_to_storage()
1698 const unsigned size_mul = basicType == GLSL_TYPE_DOUBLE ? 2 : 1; in _mesa_uniform_matrix() local
1883 const int size_mul = 2; in _mesa_uniform_handle() local
/third_party/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp123 const unsigned size_mul = row_major in emit_access() local
/third_party/ffmpeg/libavformat/
Dnut.h68 uint16_t size_mul; member
Dnutdec.c1006 int size, flags, size_mul, pts_delta, i, reserved_count, ret; in decode_frame_header() local