| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| H A D | vbo_save_draw.c | 58 int dmul = 1; local in function:copy_vao 62 dmul = 2; 64 if (dmul == 2) 65 memcpy(tmp, *data, size * dmul * sizeof(GLfloat)); 70 memcmp(currval->Ptr, tmp, 4 * sizeof(GLfloat) * dmul) != 0) { 71 memcpy((fi_type*)currval->Ptr, tmp, 4 * sizeof(GLfloat) * dmul);
|
| H A D | vbo_exec_api.c | 179 int dmul = 1; local in function:vbo_exec_copy_to_current 183 dmul = 2; 199 memcmp(current, tmp, 4 * sizeof(GLfloat) * dmul) != 0) { 200 memcpy(current, tmp, 4 * sizeof(GLfloat) * dmul); 209 exec->vtx.attrsz[i] / dmul,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | gl_nir_link_uniform_initializers.c | 121 unsigned dmul = glsl_base_type_is_64bit(base_type) ? 2 : 1; local in function:copy_constant_to_storage 129 i += n_rows * dmul; 173 i += dmul; 224 unsigned dmul = glsl_base_type_is_64bit(base_type) ? 2 : 1; local in function:set_uniform_initializer 233 idx += elements * dmul;
|
| H A D | lower_packed_varyings.cpp | 521 unsigned dmul = rvalue->type->is_64bit() ? 2 : 1; local in function:lower_packed_varyings_visitor::lower_rvalue 555 } else if (rvalue->type->vector_elements * dmul + 560 unsigned aligned_fine_location = ALIGN_POT(fine_location, dmul); 617 unsigned components = rvalue->type->vector_elements * dmul; 669 unsigned dmul = rvalue->type->without_array()->is_64bit() ? 2 : 1; local in function:lower_packed_varyings_visitor::lower_arraylike 670 if (array_size * dmul + fine_location % 4 > 4) { 671 fine_location = ALIGN_POT(fine_location, dmul);
|
| H A D | link_uniform_initializers.cpp | 227 unsigned dmul = glsl_base_type_is_64bit(base_type) ? 2 : 1; local in function:linker::set_uniform_initializer 237 idx += elements * dmul;
|
| H A D | link_varyings.cpp | 490 unsigned dmul = type_without_array->is_64bit() ? 2 : 1; local in function:check_location_aliasing 491 last_comp = component + type_without_array->vector_elements * dmul; 1103 const unsigned dmul = local in function:tfeedback_decl::assign_location 1144 1 : vector_elements * matrix_cols * dmul; 1194 unsigned array_offset = this->array_subscript * 4 * dmul; 1212 unsigned dmul = this->is_64bit() ? 2 : 1; local in function:tfeedback_decl::get_num_outputs 1213 unsigned rows_per_element = DIV_ROUND_UP(this->vector_elements * dmul, 4);
|
| H A D | gl_nir_link_uniforms.c | 666 unsigned dmul = glsl_type_is_64bit(glsl_without_array(type)) ? 2 : 1; local in function:add_parameter 667 unsigned comps = glsl_get_vector_elements(glsl_without_array(type)) * dmul;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | gm107.asm | 161 dmul $r0 $r0 0x4350000000000000 268 dmul $r0 $r0 $r6 297 $p1 dmul $r0 $r0 0x4350000000000000 327 dmul $r2 $r0 $r8 329 dmul $r0 $r2 $r4 333 dmul $r0 $r2 $r4 337 dmul $r0 $r2 $r4 341 dmul $r0 $r2 $r4 346 $p1 dmul $r4 $r4 0x41a0000000000000
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | gm107.asm | 161 dmul $r0 $r0 0x4350000000000000 268 dmul $r0 $r0 $r6 297 $p1 dmul $r0 $r0 0x4350000000000000 327 dmul $r2 $r0 $r8 329 dmul $r0 $r2 $r4 333 dmul $r0 $r2 $r4 337 dmul $r0 $r2 $r4 341 dmul $r0 $r2 $r4 346 $p1 dmul $r4 $r4 0x41a0000000000000
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | gl_nir_link_uniform_initializers.c | 218 unsigned dmul = glsl_base_type_is_64bit(base_type) ? 2 : 1; local in function:set_uniform_initializer 227 idx += elements * dmul;
|
| H A D | link_uniform_initializers.cpp | 227 unsigned dmul = glsl_base_type_is_64bit(base_type) ? 2 : 1; local in function:linker::set_uniform_initializer 237 idx += elements * dmul;
|
| H A D | lower_packed_varyings.cpp | 518 unsigned dmul = rvalue->type->is_64bit() ? 2 : 1; local in function:lower_packed_varyings_visitor::lower_rvalue 552 } else if (rvalue->type->vector_elements * dmul + 603 unsigned components = rvalue->type->vector_elements * dmul;
|
| H A D | link_varyings.cpp | 480 unsigned dmul = type_without_array->is_64bit() ? 2 : 1; local in function:check_location_aliasing 481 last_comp = component + type_without_array->vector_elements * dmul; 1051 const unsigned dmul = local in function:tfeedback_decl::assign_location 1092 1 : vector_elements * matrix_cols * dmul; 1142 unsigned array_offset = this->array_subscript * 4 * dmul; 1143 unsigned struct_offset = this->matched_candidate->offset * 4 * dmul;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | uniform_query.cpp | 326 int dmul = (uni->type->is_64bit()) ? 2 : 1; local in function:_mesa_get_uniform 333 dmul = 1; 343 (offset * elements * dmul); 345 src = &uni->storage[offset * elements * dmul]; 378 int sidx = i * dmul; 770 const int dmul = uni->type->is_64bit() ? 2 : 1; local in function:_mesa_propagate_uniforms_to_driver_storage 775 unsigned src_vector_byte_stride = components * 4 * dmul; 783 (uint8_t *) (&uni->storage[array_index * (dmul * components * vectors)].i);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 2451 unsigned dmul = type->without_array()->is_64bit() ? 2 : 1; local in function:add_uniform_to_shader::visit_field 2452 unsigned comps = type->without_array()->vector_elements * dmul; 2542 int dmul; local in function:_mesa_associate_uniform_storage 2544 dmul = storage->type->vector_elements * sizeof(float); 2546 dmul = 4 * sizeof(float); 2552 dmul *= 2; 2563 dmul *= 2; 2574 dmul *= 2; 2603 _mesa_uniform_attach_driver_storage(storage, dmul * columns, dmul, 2638 const int dmul = storage->type->is_64bit() ? 2 : 1; local in function:_mesa_associate_uniform_storage [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 2400 unsigned dmul = type->without_array()->is_64bit() ? 2 : 1; local in function:add_uniform_to_shader::visit_field 2401 unsigned comps = type->without_array()->vector_elements * dmul; 2502 int dmul; local in function:_mesa_associate_uniform_storage 2504 dmul = storage->type->vector_elements * sizeof(float); 2506 dmul = 4 * sizeof(float); 2512 dmul *= 2; 2523 dmul *= 2; 2534 dmul *= 2; 2563 _mesa_uniform_attach_driver_storage(storage, dmul * columns, dmul, 2598 const int dmul = storage->type->is_64bit() ? 2 : 1; local in function:_mesa_associate_uniform_storage [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | uniform_query.cpp | 351 int dmul = (uni->type->is_64bit()) ? 2 : 1; local in function:_mesa_get_uniform 358 dmul = 1; 376 (offset * dword_elements * dmul); 378 src = &uni->storage[offset * elements * dmul]; 411 int sidx = i * dmul; 838 const int dmul = uni->type->is_64bit() ? 2 : 1; local in function:_mesa_propagate_uniforms_to_driver_storage 843 unsigned src_vector_byte_stride = components * 4 * dmul; 851 (uint8_t *) (&uni->storage[array_index * (dmul * components * vectors)].i);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_linking_helpers.c | 301 unsigned dmul = glsl_type_is_64bit(glsl_without_array(type)) ? 2 : 1; local in function:get_unmoveable_components_masks 309 comps_slot2 = (elements * dmul) - num_comps; 321 ((1 << (elements * dmul)) - 1) << var->data.location_frac;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_linking_helpers.c | 319 unsigned dmul = glsl_type_is_64bit(glsl_without_array(type)) ? 2 : 1; local in function:get_unmoveable_components_masks 327 comps_slot2 = (elements * dmul) - num_comps; 339 ((1 << (elements * dmul)) - 1) << var->data.location_frac;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir_soa.c | 326 int dmul = bit_size == 64 ? 2 : 1; local in function:emit_load_var 340 int idx = (i * dmul) + location_frac; 480 int idx = (i * dmul) + location_frac;
|