Searched refs:size_mul (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Duniform_query.cpp1042 const GLvoid *values, const int size_mul,
1048 sizeof(storage[0]) * components * count * size_mul);
1084 int size_mul = glsl_base_type_is_64bit(basicType) ? 2 : 1; local in function:_mesa_uniform
1142 uni->driver_storage[s].data + (size_mul * offset * components);
1144 copy_uniforms_to_storage(storage, uni, ctx, count, values, size_mul,
1148 storage = &uni->storage[size_mul * components * offset];
1149 copy_uniforms_to_storage(storage, uni, ctx, count, values, size_mul,
1247 const unsigned size_mul, const unsigned offset,
1257 sizeof(storage[0]) * elements * count * size_mul);
1317 const unsigned size_mul local in function:_mesa_uniform_matrix
1039 copy_uniforms_to_storage(gl_constant_value * storage,struct gl_uniform_storage * uni,struct gl_context * ctx,GLsizei count,const GLvoid * values,const int size_mul,const unsigned offset,const unsigned components,enum glsl_base_type basicType) argument
1245 copy_uniform_matrix_to_storage(gl_constant_value * storage,GLsizei count,const void * values,const unsigned size_mul,const unsigned offset,const unsigned components,const unsigned vectors,bool transpose,unsigned cols,unsigned rows,enum glsl_base_type basicType) argument
1500 const int size_mul = 2; local in function:_mesa_uniform_handle
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Duniform_query.cpp1115 const GLvoid *values, const int size_mul,
1125 unsigned size = sizeof(storage[0]) * components * count * size_mul;
1266 int size_mul = glsl_base_type_is_64bit(basicType) ? 2 : 1; local in function:_mesa_uniform
1329 uni->driver_storage[s].data + (size_mul * offset * dword_components);
1331 if (copy_uniforms_to_storage(storage, uni, ctx, count, values, size_mul,
1336 storage = &uni->storage[size_mul * components * offset];
1337 if (copy_uniforms_to_storage(storage, uni, ctx, count, values, size_mul,
1454 const unsigned size_mul, const unsigned offset,
1461 const unsigned size = sizeof(storage[0]) * elements * count * size_mul;
1698 const unsigned size_mul local in function:_mesa_uniform_matrix
1112 copy_uniforms_to_storage(gl_constant_value * storage,struct gl_uniform_storage * uni,struct gl_context * ctx,GLsizei count,const GLvoid * values,const int size_mul,const unsigned offset,const unsigned components,enum glsl_base_type basicType,bool flush) argument
1450 copy_uniform_matrix_to_storage(struct gl_context * ctx,gl_constant_value * storage,struct gl_uniform_storage * const uni,unsigned count,const void * values,const unsigned size_mul,const unsigned offset,const unsigned components,const unsigned vectors,bool transpose,unsigned cols,unsigned rows,enum glsl_base_type basicType,bool flush) argument
1883 const int size_mul = 2; local in function:_mesa_uniform_handle
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_buffer_access.cpp123 const unsigned size_mul = row_major local in function:lower_buffer_access::lower_buffer_access::emit_access
128 deref_offset + i * size_mul,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_buffer_access.cpp123 const unsigned size_mul = row_major local in function:lower_buffer_access::lower_buffer_access::emit_access
128 deref_offset + i * size_mul,

Completed in 8 milliseconds