/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/ |
H A D | 0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch | 45 - vshad_id = CompileShaderFile (GL_VERTEX_SHADER, "blinking-teapot.vert"); 47 + vshad_id = CompileShaderFile (GL_VERTEX_SHADER, DEMOS_DATA_DIR "blinking-teapot.vert"); 61 -static char *VertProgFile = "CH06-brick.vert"; 63 +static char *VertProgFile = DEMOS_DATA_DIR "CH06-brick.vert"; 77 -static char *VertProgFile = "CH11-bumpmap.vert"; 80 +static char *VertProgFile = DEMOS_DATA_DIR "CH11-bumpmap.vert"; 92 - createProgram("convolution.vert", "convolution.frag"); 93 + createProgram(DEMOS_DATA_DIR "convolution.vert", DEMOS_DATA_DIR "convolution.frag"); 106 -static char *VertProgFile = "CH18-mandel.vert"; 108 +static char *VertProgFile = DEMOS_DATA_DIR "CH18-mandel.vert"; [all …]
|
H A D | 0001-mesa-demos-Add-missing-data-files.patch | 19 src/glsl/blinking-teapot.vert | 16 +++ 22 src/glsl/skinning.vert | 24 ++++ 24 src/perf/glslstateschange1.vert | 14 ++ 26 src/perf/glslstateschange2.vert | 14 ++ 33 create mode 100644 src/glsl/blinking-teapot.vert 36 create mode 100644 src/glsl/skinning.vert 38 create mode 100644 src/perf/glslstateschange1.vert 40 create mode 100644 src/perf/glslstateschange2.vert 156 diff --git a/src/glsl/blinking-teapot.vert b/src/glsl/blinking-teapot.vert 160 +++ b/src/glsl/blinking-teapot.vert [all …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | controlfb.h | 44 struct preg vsblank; /* vert start blank */ 45 struct preg veblank; /* vert end blank (display start) */ 47 struct preg vesync; /* vert end sync */ 48 struct preg vssync; /* vert start sync */ 49 struct preg vperiod; /* vert period */ 76 unsigned vsblank; /* vert start blank */ 77 unsigned veblank; /* vert end blank (display start) */ 79 unsigned vesync; /* vert end sync */ 80 unsigned vssync; /* vert start sync */ 81 unsigned vperiod; /* vert period */
|
H A D | cg14.c | 115 u16 vct; /* Vert Counter */ 121 u16 vbs; /* Vert Blank Start */ 122 u16 vbc; /* Vert Blank Clear */ 123 u16 vss; /* Vert Sync Start */ 124 u16 vsc; /* Vert Sync Clear */
|
/openbmc/qemu/ui/shader/ |
H A D | meson.build | 3 ['texture-blit', 'vert'], 4 ['texture-blit-flip', 'vert'],
|
/openbmc/qemu/ui/ |
H A D | shader.c | 30 #include "ui/shader/texture-blit-vert.h" 31 #include "ui/shader/texture-blit-flip-vert.h" 107 static GLuint qemu_gl_create_link_program(GLuint vert, GLuint frag) in qemu_gl_create_link_program() argument 114 glAttachShader(program, vert); in qemu_gl_create_link_program()
|
/openbmc/linux/include/drm/ |
H A D | drm_rect.h | 165 * @vert: vertical downscale factor 167 * Divide the coordinates of rectangle @r by @horz and @vert. 169 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) in drm_rect_downscale() argument 172 r->y1 /= vert; in drm_rect_downscale() 174 r->y2 /= vert; in drm_rect_downscale()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_dpp.c | 201 if (scl_data->ratios.vert.value == (8ll << 32)) in dpp201_get_optimal_number_of_taps() 202 scl_data->ratios.vert.value--; in dpp201_get_optimal_number_of_taps() 217 if (dc_fixpt_ceil(scl_data->ratios.vert) > 4) in dpp201_get_optimal_number_of_taps() 243 if (IDENTITY_RATIO(scl_data->ratios.vert)) in dpp201_get_optimal_number_of_taps()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp_dscl.c | 137 && data->ratios.vert.value == one in dpp1_dscl_get_dscl_mode() 149 if (data->ratios.horz.value == one && data->ratios.vert.value == one) in dpp1_dscl_get_dscl_mode() 288 uint32_t v_2tap_sharp_factor = scl_data->sharpness.vert; in dpp1_dscl_set_scl_filter() 319 scl_data->taps.v_taps, scl_data->ratios.vert); in dpp1_dscl_set_scl_filter() 465 int ceil_vratio = dc_fixpt_ceil(scl_data->ratios.vert); in dpp1_dscl_find_lb_memory_config() 520 SCL_V_SCALE_RATIO, dc_fixpt_u3d19(data->ratios.vert) << 5); in dpp1_dscl_set_manual_ratio_init() 550 struct fixed31_32 bot = dc_fixpt_add(data->inits.v, data->ratios.vert); in dpp1_dscl_set_manual_ratio_init()
|
H A D | dcn10_dpp.c | 133 scl_data->ratios.vert.value != dc_fixpt_one.value) in dpp1_get_optimal_number_of_taps() 146 if (scl_data->ratios.vert.value == (4ll << 32)) in dpp1_get_optimal_number_of_taps() 147 scl_data->ratios.vert.value--; in dpp1_get_optimal_number_of_taps() 177 if (IDENTITY_RATIO(scl_data->ratios.vert)) in dpp1_get_optimal_number_of_taps()
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_mipi_dsi_lowlevel.h | 33 unsigned int vert, unsigned int hori); 35 unsigned int vert, unsigned int hori);
|
H A D | exynos_mipi_dsi_lowlevel.c | 154 unsigned int vert, unsigned int hori) in exynos_mipi_dsi_set_main_disp_sync_area() argument 163 reg |= ((vert & 0x3ff) << DSIM_MAIN_VSA_SHIFT) | in exynos_mipi_dsi_set_main_disp_sync_area() 170 unsigned int vert, unsigned int hori) in exynos_mipi_dsi_set_sub_disp_resol() argument 182 reg |= ((vert & 0x7ff) << DSIM_SUB_VRESOL_SHIFT) | in exynos_mipi_dsi_set_sub_disp_resol()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | transform.h | 143 struct fixed31_32 vert; member 150 int vert; member
|
/openbmc/linux/arch/sh/boards/mach-migor/ |
H A D | lcd_qvga.c | 149 write_reg16(sohandle, so, 0x0021, 0x0000); /* vert addr */ in migor_lcd_qvga_setup() 155 write_reg16(sohandle, so, 0x0021, 0x0000); /* reset vert addr */ in migor_lcd_qvga_setup()
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispresizer.c | 320 rgval |= ((ratio->vert - 1) << ISPRSZ_CNT_VRSZ_SHIFT) in resizer_set_ratio() 331 if (ratio->vert > MID_RESIZE_VALUE) in resizer_set_ratio() 808 ratio->vert = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) in resizer_calc_ratios() 810 if (ratio->vert > MID_RESIZE_VALUE) in resizer_calc_ratios() 811 ratio->vert = ((input->height - 7) * 256 + 255 - 32 - 64 * spv) in resizer_calc_ratios() 813 ratio->vert = clamp_t(unsigned int, ratio->vert, in resizer_calc_ratios() 816 if (ratio->vert <= MID_RESIZE_VALUE) { in resizer_calc_ratios() 817 upscaled_height = (output->height - 1) * ratio->vert in resizer_calc_ratios() 821 upscaled_height = (output->height - 1) * ratio->vert in resizer_calc_ratios() 833 if (ratio->vert <= MID_RESIZE_VALUE) { in resizer_calc_ratios() [all …]
|
/openbmc/qemu/ |
H A D | .editorconfig | 44 [*.{vert,frag}]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
H A D | uncore-cache.json | 1554 "BriefDescription": "CMS Vert Egress Allocations AD - Agent 0", 1562 "BriefDescription": "CMS Vert Egress Allocations AD - Agent 1", 1570 "BriefDescription": "CMS Vert Egress Allocations AK - Agent 0", 1578 "BriefDescription": "CMS Vert Egress Allocations AK - Agent 1", 1586 "BriefDescription": "CMS Vert Egress Allocations BL - Agent 0", 1594 "BriefDescription": "CMS Vert Egress Allocations BL - Agent 1", 1602 "BriefDescription": "CMS Vert Egress Allocations IV - Agent 0", 1666 "BriefDescription": "CMS Vert Egress Occupancy AD - Agent 0", 1674 "BriefDescription": "CMS Vert Egress Occupancy AD - Agent 1", 1682 "BriefDescription": "CMS Vert Egress Occupancy AK - Agent 0", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
H A D | uncore-interconnect.json | 1502 "EventName": "UNC_M2M_DISTRESS_ASSERTED.VERT", 5026 "BriefDescription": "CMS Vert Egress Allocations : AD - Agent 0", 5030 …"PublicDescription": "CMS Vert Egress Allocations : AD - Agent 0 : Number of allocations into the … 5035 "BriefDescription": "CMS Vert Egress Allocations : AD - Agent 1", 5039 …"PublicDescription": "CMS Vert Egress Allocations : AD - Agent 1 : Number of allocations into the … 5044 "BriefDescription": "CMS Vert Egress Allocations : AK - Agent 0", 5048 …"PublicDescription": "CMS Vert Egress Allocations : AK - Agent 0 : Number of allocations into the … 5053 "BriefDescription": "CMS Vert Egress Allocations : AK - Agent 1", 5057 …"PublicDescription": "CMS Vert Egress Allocations : AK - Agent 1 : Number of allocations into the … 5062 "BriefDescription": "CMS Vert Egress Allocations : BL - Agent 0", [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_transform.c | 288 dc_fixpt_u2d19(data->ratios.vert) << 5; in calculate_inits() 302 data->ratios.vert, in calculate_inits() 320 dc_fixpt_u2d19(data->ratios.vert) << 5; in dce60_calculate_inits() 331 data->ratios.vert, in dce60_calculate_inits() 439 coeffs_v = get_filter_coeffs_16p(data->taps.v_taps, data->ratios.vert); in dce_transform_set_scaler() 524 coeffs_v = get_filter_coeffs_16p(data->taps.v_taps, data->ratios.vert); in dce60_transform_set_scaler() 1195 scl_data->taps.v_taps = decide_taps(scl_data->ratios.vert, in_taps->v_taps, false); in dce_transform_get_optimal_number_of_taps() 1199 if (!IDENTITY_RATIO(scl_data->ratios.vert)) { in dce_transform_get_optimal_number_of_taps()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | lnbp21.h | 21 /* [RW] 0=low voltage (13/14V, vert pol)
|
/openbmc/linux/include/video/ |
H A D | gbe.h | 35 volatile uint32_t vt_vpixen; /* intrnl vert pixel on/off */ 37 volatile uint32_t vt_vcmap; /* cmap write (vert) */
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | display2.h | 73 u32 vert[2]; member
|
/openbmc/linux/Documentation/input/devices/ |
H A D | amijoy.rst | 96 JOY0DAT 00A R Denise Joystick-mouse 0 data (left vert, horiz) 97 JOY1DAT 00C R Denise Joystick-mouse 1 data (right vert,horiz) 185 POT0DAT h 012 R Paula Pot counter data left pair (vert, horiz) 186 POT1DAT h 014 R Paula Pot counter data right pair (vert,horiz)
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dpp.c | 413 if (dc_fixpt_ceil(scl_data->ratios.vert) > 1) in dpp3_get_optimal_number_of_taps() 414 scl_data->taps.v_taps = min(dc_fixpt_ceil(dc_fixpt_mul_int(scl_data->ratios.vert, 2)), 8); in dpp3_get_optimal_number_of_taps() 438 min_taps_y = dc_fixpt_ceil(scl_data->ratios.vert); in dpp3_get_optimal_number_of_taps() 451 if (dc_fixpt_ceil(scl_data->ratios.vert) > 2) in dpp3_get_optimal_number_of_taps() 452 max_taps_y = num_part_y - (dc_fixpt_ceil(scl_data->ratios.vert) - 2); in dpp3_get_optimal_number_of_taps() 475 if (IDENTITY_RATIO(scl_data->ratios.vert)) in dpp3_get_optimal_number_of_taps()
|
/openbmc/linux/arch/mips/include/asm/sgi/ |
H A D | ip22.h | 65 #define SGI_GIO_2_IRQ SGINT_LOCAL1 + 7 /* Vert retrace / GIO-2 */
|