Searched defs:size_mul (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | uniform_query.cpp | 1115 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/ |
D | lower_buffer_access.cpp | 123 const unsigned size_mul = row_major in emit_access() local
|
/third_party/ffmpeg/libavformat/ |
D | nut.h | 68 uint16_t size_mul; member
|
D | nutdec.c | 1006 int size, flags, size_mul, pts_delta, i, reserved_count, ret; in decode_frame_header() local
|