Home
last modified time | relevance | path

Searched refs:uniform (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch91 +uniform sampler2D Tex;
193 +uniform vec4 BaseColor;
242 +uniform vec4 pParam;
532 +uniform sampler2D tex1;
533 +uniform sampler2D tex2;
534 +uniform vec4 UniV1;
535 +uniform vec4 UniV2;
577 +uniform sampler2D tex1;
578 +uniform sampler2D tex2;
579 +uniform vec4 UniV1;
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dmtrr.h63 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform);
85 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() argument
91 *uniform = 1; in mtrr_type_lookup()
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c478 static u8 type_merge(u8 type, u8 new_type, u8 *uniform) in type_merge() argument
487 *uniform = 0; in type_merge()
503 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument
510 *uniform = 0; in mtrr_type_lookup()
514 *uniform = 1; in mtrr_type_lookup()
527 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
534 type = type_merge(type, cache_map[i].type, uniform); in mtrr_type_lookup()
541 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c726 u8 uniform; in pud_set_huge() local
728 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
729 if (!uniform) in pud_set_huge()
752 u8 uniform; in pmd_set_huge() local
754 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
755 if (!uniform) { in pmd_set_huge()
H A Dnuma_emulation.c223 int i, ret, uniform = 0; in split_nodes_size_interleave_uniform() local
244 uniform = 1; in split_nodes_size_interleave_uniform()
247 if (uniform) { in split_nodes_size_interleave_uniform()
288 if (uniform) in split_nodes_size_interleave_uniform()
307 && !uniform) in split_nodes_size_interleave_uniform()
/openbmc/qemu/ui/shader/
H A Dtexture-blit.frag3 uniform sampler2D image;
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-pm.rst12 handling to ensure a uniform behaviour for Linux systems.
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxdmcp_1.1.5.bb4 (XDMCP) is to provide a uniform mechanism for an autonomous display to \
H A Dlibsm_1.2.4.bb5 Protocol (XSMP) is to provide a uniform mechanism for users to save and \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/
H A Daudiofile_0.3.6.bb1 DESCRIPTION = "The Audio File Library provides a uniform and elegant \
/openbmc/openbmc/meta-security/recipes-security/libmhash/
H A Dlibmhash_0.9.9.9.bb4 which provides a uniform interface to a large number of hash \
/openbmc/openbmc/meta-security/recipes-security/fscrypt/
H A Dfscrypt_1.1.0.bb3 and provides a uniform interface for creating and modifying encrypted directories. For \
/openbmc/linux/Documentation/networking/
H A Dx25.rst20 provide a uniform device driver interface, and simplify configuration.
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dlm3630a-backlight.yaml83 mapping mode in which the ramp up/down appears to have a more uniform
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Darm,arch_timer_mmio.yaml40 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
H A Darm,arch_timer.yaml63 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
/openbmc/linux/Documentation/driver-api/gpio/
H A Dusing-gpio.rst39 any circumstances deploy any uniform products using GPIO from userspace.
/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype.c387 u8 mtrr_type, uniform; in pat_x_mtrr_type() local
389 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
/openbmc/docs/designs/oem/google/
H A Droot_of_trust.md94 Google. But I am just trying to provide info on how uniform this currently
/openbmc/linux/Documentation/arch/ia64/
H A Defirtc.rst52 To allow for a uniform interface between the legacy RTC and EFI time service,
/openbmc/linux/Documentation/driver-api/driver-model/
H A Doverview.rst23 The current driver model provides a common, uniform data model for describing
/openbmc/linux/arch/x86/kernel/
H A Dhead_64.S526 pushq $0 # Dummy error code, to make stack frame uniform
/openbmc/linux/Documentation/power/powercap/
H A Dpowercap.rst7 user space in a uniform way.
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst9 Unfortunately, for several years, there was no effort to create uniform
/openbmc/linux/Documentation/scheduler/
H A Dsched-rt-group.rst77 lack an EDF scheduler to make non-uniform periods usable.

12