| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| vid_1400.c | 348 unsigned long offset, line_size; local 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/ |
| vid_5530.c | 498 unsigned long offset, line_size; local 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/ |
| aco_print_asm.cpp | 274 unsigned line_size = std::min<size_t>(program->constant_data.size() - i, 32); local 275 for (unsigned j = 0; j < line_size; j += 4) {
|
| aco_print_ir.cpp | 865 unsigned line_size = std::min<size_t>(program->constant_data.size() - i, 32); local 866 for (unsigned j = 0; j < line_size; j += 4) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| error2aub.c | 300 size_t line_size; local 301 while (getline(&line, &line_size, err_file) > 0) {
|
| aubinator_error_decode.c | 415 size_t line_size; local 423 while (getline(&line, &line_size, file) > 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| error2aub.c | 312 size_t line_size; local 313 while (getline(&line, &line_size, err_file) > 0) {
|
| aubinator_error_decode.c | 407 size_t line_size; local 412 while (getline(&line, &line_size, file) > 0) {
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| cim_vg.c | 391 unsigned long size, line_size, pitch; local 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);
|
| cim_parm.h | 495 unsigned long line_size; member in struct:tagVGSaveRestore
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_cmd_buffer.c | 622 unsigned line_size = rad_info->chip_class >= GFX10 ? 64 : 32; local 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/ |
| kgem.c | 1123 unsigned associativity, line_partitions, line_size, sets; local 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/ |
| kgem.c | 965 unsigned associativity, line_partitions, line_size, sets; local 974 line_size = (ebx & 0xfff) + 1; 977 llc_size = associativity * line_partitions * line_size * sets;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imgui_widgets.cpp | 189 const ImVec2 line_size = CalcTextSize(line, line_end, false); local 190 text_size.x = ImMax(text_size.x, line_size.x);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_widgets.cpp | 189 const ImVec2 line_size = CalcTextSize(line, line_end, false); local 190 text_size.x = ImMax(text_size.x, line_size.x);
|