| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | vid_1400.c | 348 unsigned long offset, line_size; local in function:sc1400_set_video_window 395 line_size = (READ_VID32(SC1400_VIDEO_CONFIG) >> 7) & 0x000001FE; 397 line_size += 512; 399 offset = gfx_vid_offset + (line_size << 1) *
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | vid_5530.c | 498 unsigned long offset, line_size; local in function:cs5530_set_video_window 540 line_size = (READ_VID32(CS5530_VIDEO_CONFIG) >> 7) & 0x000001FE; 542 line_size += 512l; 544 offset = gfx_vid_offset + (line_size << 1) *
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_print_asm.cpp | 274 unsigned line_size = std::min<size_t>(program->constant_data.size() - i, 32); local in function:aco::__anonfd3d6ab70110::print_asm_llvm 275 for (unsigned j = 0; j < line_size; j += 4) {
|
| H A D | aco_print_ir.cpp | 865 unsigned line_size = std::min<size_t>(program->constant_data.size() - i, 32); local in function:aco::aco_print_program 866 for (unsigned j = 0; j < line_size; j += 4) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | error2aub.c | 312 size_t line_size; local in function:main 313 while (getline(&line, &line_size, err_file) > 0) {
|
| H A D | aubinator_error_decode.c | 407 size_t line_size; local in function:read_data_file 412 while (getline(&line, &line_size, file) > 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | error2aub.c | 300 size_t line_size; local in function:main 301 while (getline(&line, &line_size, err_file) > 0) {
|
| H A D | aubinator_error_decode.c | 415 size_t line_size; local in function:read_data_file 423 while (getline(&line, &line_size, file) > 0) {
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_vg.c | 391 unsigned long size, line_size, pitch; local in function:vg_set_custom_mode 799 line_size = starting_width; 807 line_size = starting_width << 1; 815 line_size = starting_width << 2; 868 WRITE_REG32(DC3_LINE_SIZE, (line_size + 7) >> 3); 2605 vg_state->line_size = READ_REG32(DC3_LINE_SIZE); 2765 WRITE_REG32(DC3_LINE_SIZE, vg_state->line_size);
|
| H A D | cim_parm.h | 495 unsigned long line_size; member in struct:tagVGSaveRestore
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 622 unsigned line_size = rad_info->chip_class >= GFX10 ? 64 : 32; local in function:radv_cmd_buffer_upload_alloc 623 unsigned gap = align(offset, line_size) - offset; 624 if ((size & (line_size - 1)) > gap) 625 offset = align(offset, line_size);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem.c | 1123 unsigned associativity, line_partitions, line_size, sets; local in function:cpu_cache_size__cpuid4 1132 line_size = (ebx & 0xfff) + 1; 1135 llc_size = associativity * line_partitions * line_size * sets;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | kgem.c | 965 unsigned associativity, line_partitions, line_size, sets; local in function:cpu_cache_size__cpuid4 974 line_size = (ebx & 0xfff) + 1; 977 llc_size = associativity * line_partitions * line_size * sets;
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 189 const ImVec2 line_size = CalcTextSize(line, line_end, false); local in function:ImGui::TextUnformatted 190 text_size.x = ImMax(text_size.x, line_size.x);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 189 const ImVec2 line_size = CalcTextSize(line, line_end, false); local in function:ImGui::TextUnformatted 190 text_size.x = ImMax(text_size.x, line_size.x);
|