/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/ |
H A D | 0001-mesa-demos-Add-missing-data-files.patch | 87 +uniform float BumpDensity; // = 16.0 88 +uniform float BumpSize; // = 0.15 89 +uniform float SpecularFactor; // = 0.5 91 +uniform sampler2D Tex; 127 +layout(std140) uniform colors0 188 +uniform vec2 Offset[KernelSize]; 190 +uniform vec4 KernelValue[KernelSize]; 191 +uniform sampler2D srcTex; 192 +uniform vec4 ScaleFactor; 193 +uniform vec4 BaseColor; [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | mtrr.h | 63 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 D | generic.c | 478 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 D | pgtable.c | 726 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 D | numa_emulation.c | 223 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 D | texture-blit.frag | 3 uniform sampler2D image;
|
/openbmc/linux/Documentation/watchdog/ |
H A D | watchdog-pm.rst | 12 handling to ensure a uniform behaviour for Linux systems.
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | libxdmcp_1.1.5.bb | 4 (XDMCP) is to provide a uniform mechanism for an autonomous display to \
|
H A D | libsm_1.2.5.bb | 5 Protocol (XSMP) is to provide a uniform mechanism for users to save and \
|
/openbmc/openbmc/meta-security/recipes-security/libmhash/ |
H A D | libmhash_0.9.9.9.bb | 4 which provides a uniform interface to a large number of hash \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/ |
H A D | audiofile_0.3.6.bb | 1 DESCRIPTION = "The Audio File Library provides a uniform and elegant \
|
/openbmc/openbmc/meta-security/recipes-security/fscrypt/ |
H A D | fscrypt_1.1.0.bb | 3 and provides a uniform interface for creating and modifying encrypted directories. For \
|
/openbmc/linux/Documentation/networking/ |
H A D | x25.rst | 20 provide a uniform device driver interface, and simplify configuration.
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | using-gpio.rst | 39 any circumstances deploy any uniform products using GPIO from userspace.
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | memtype.c | 387 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/linux/Documentation/arch/ia64/ |
H A D | efirtc.rst | 52 To allow for a uniform interface between the legacy RTC and EFI time service,
|
/openbmc/docs/designs/oem/google/ |
H A D | root_of_trust.md | 94 Google. But I am just trying to provide info on how uniform this currently
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | overview.rst | 23 The current driver model provides a common, uniform data model for describing
|
/openbmc/linux/arch/x86/kernel/ |
H A D | head_64.S | 526 pushq $0 # Dummy error code, to make stack frame uniform
|
/openbmc/linux/Documentation/power/powercap/ |
H A D | powercap.rst | 7 user space in a uniform way.
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 9 Unfortunately, for several years, there was no effort to create uniform
|
/openbmc/linux/Documentation/devicetree/bindings/iio/ |
H A D | mount-matrix.txt | 115 Since the geomagnetic field is not uniform this definition fails if we come
|
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | layout.py | 113 self.bias = random.uniform(0.2, 0.5)
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-rt-group.rst | 77 lack an EDF scheduler to make non-uniform periods usable.
|
/openbmc/linux/drivers/base/ |
H A D | Kconfig | 176 their non-uniform memory nodes.
|