Home
last modified time | relevance | path

Searched full:uniform (Results 1 – 25 of 217) sorted by relevance

123456789

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_validate_shaders.c31 * (reading it as a texture, uniform data, or direct-addressed TMU
37 * uniform stream.
62 * one argument being a uniform, the address of the uniform.
73 * Used for validation that the uniform stream is updated at the right
78 /* Set when entering a basic block, and cleared when the uniform
241 DRM_DEBUG("direct TMU load didn't add to a uniform\n"); in check_tmu_write()
249 DRM_DEBUG("uniform read in the same instruction as " in check_tmu_write()
263 /* Since direct uses a RADDR uniform reference, it will get counted in in check_tmu_write()
268 DRM_DEBUG("Texturing with undefined uniform address\n"); in check_tmu_write()
316 /* We want our reset to be pointing at whatever uniform follows the in validate_uniform_address_write()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch87 +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/mm/
H A Dnuma_emulation.c223 int i, ret, uniform = 0; in split_nodes_size_interleave_uniform() local
230 * In the 'uniform' case split the passed in physical node by in split_nodes_size_interleave_uniform()
231 * nr_nodes, in the non-uniform case, ignore the passed in in split_nodes_size_interleave_uniform()
235 * In the uniform case, split the nodes strictly by physical in split_nodes_size_interleave_uniform()
236 * capacity, i.e. ignore holes. In the non-uniform case account in split_nodes_size_interleave_uniform()
244 uniform = 1; in split_nodes_size_interleave_uniform()
247 if (uniform) { in split_nodes_size_interleave_uniform()
254 * requested size is too small. This creates a uniform in split_nodes_size_interleave_uniform()
288 if (uniform) in split_nodes_size_interleave_uniform()
307 && !uniform) in split_nodes_size_interleave_uniform()
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()
/openbmc/linux/Documentation/cdrom/
H A Dcdrom-standard.rst35 maintain uniform behavior across all the Linux CD-ROM drivers.
37 This document describes an effort to establish Uniform behavior across
42 both IDE/ATAPI and SCSI, now use this Uniform interface.
83 encouraged me to write the Uniform CD-ROM Driver which this document is
84 intended to describe. The implementation of the Uniform CD-ROM Driver is
91 The goal of the Uniform CD-ROM Driver is **not** to alienate driver developers
92 whohave not yet taken steps to support this effort. The goal of Uniform CD-ROM
99 help CD-ROM driver developers adapt their code to use the Uniform CD-ROM
126 For this reason, the Uniform CD-ROM Driver was created to enforce consistent
128 low-level CD-ROM device drivers. The Uniform CD-ROM Driver now provides another
[all …]
/openbmc/linux/include/uapi/drm/
H A Dvc4_drm.h112 /* Pointer to uniform data and texture handles for the textures
115 * For each shader state record, there is a set of uniform data in the
117 * uniform data has a __u32 index into bo_handles per texture
120 * uniform data.
122 * The individual uniform state blocks don't have sizes passed in,
140 /* Size in bytes of the uniform state. */
/openbmc/u-boot/include/
H A Dflash.h177 /* 8 64K x 8 uniform sectors */
180 /* 64 64K x 8 uniform sectors */
183 /* 126 64K x 8 uniform sectors */
186 /* 8 64K x 8 uniform sectors */
189 /* 8 64K x 8 uniform sectors */
192 /* 8 64K x 8 uniform sectors */
195 /* 8 64K x 16 uniform sectors */
256 #define AMD_ID_LV640U 0x22D722D7 /* 29LV640U ID (64 M, uniform sectors) */
257 #define AMD_ID_LV650U 0x22D722D7 /* 29LV650U ID (64 M, uniform sectors) */
281 /* 8 64K x 8 uniform sectors */
[all …]
/openbmc/linux/include/linux/
H A Drandom.h56 * Returns a random integer in the interval [0, ceil), with uniform
94 * Returns a random integer in the interval (floor, U32_MAX], with uniform
106 * Returns a random integer in the interval [floor, ceil], with uniform
/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/libcper/
H A Dcper-utils.c79 //Converts a single uniform struct of UINT64s into intermediate JSON IR format, given names for eac…
94 //Converts a single uniform struct of UINT32s into intermediate JSON IR format, given names for eac…
109 //Converts a single object containing UINT32s into a uniform struct.
121 //Converts a single object containing UINT32s into a uniform struct.
/openbmc/libcper/sections/
H A Dcper-section-arm.c770 //Get uniform register array. in ir_arm_aarch32_gpr_to_cper()
784 //Get uniform register array. in ir_arm_aarch32_el1_to_cper()
799 //Get uniform register array. in ir_arm_aarch32_el2_to_cper()
814 //Get uniform register array. in ir_arm_aarch32_secure_to_cper()
829 //Get uniform register array. in ir_arm_aarch64_gpr_to_cper()
843 //Get uniform register array. in ir_arm_aarch64_el1_to_cper()
858 //Get uniform register array. in ir_arm_aarch64_el2_to_cper()
873 //Get uniform register array. in ir_arm_aarch64_el3_to_cper()
/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()
500 * uniform - Set to 1 when the returned MTRR type is valid for the whole
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/qemu/ui/shader/
H A Dtexture-blit.frag3 uniform sampler2D image;
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCC-BY-NC-SA-2.0-DE47 …üssen stets eine Kopie oder die vollständige Internetadresse in Form des Uniform-Resource-Identifi…
49 …rgeben. Sie müssen stets eine Kopie oder die Internetadresse in Form des Uniform-Resource-Identifi…
53 … die mit dem Schutzgegenstand zu verbindende Internetadresse in Form des Uniform-Resource-Identifi…
H A DCC-BY-SA-2.040 … under the terms of this License, and You must include a copy of, or the Uniform Resource Identifi…
41 …g. Attribution-ShareAlike 2.0 Japan). You must include a copy of, or the Uniform Resource Identifi…
42 …title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifi…
H A DCC-BY-NC-SA-2.535 … under the terms of this License, and You must include a copy of, or the Uniform Resource Identifi…
36 …-NonCommercial-ShareAlike 2.5 Japan). You must include a copy of, or the Uniform Resource Identifi…
38 …title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifi…
H A DCC-BY-SA-2.540 … under the terms of this License, and You must include a copy of, or the Uniform Resource Identifi…
41 …g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or the Uniform Resource Identifi…
42 …title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifi…
H A DCC-BY-NC-SA-2.035 … under the terms of this License, and You must include a copy of, or the Uniform Resource Identifi…
36 …-NonCommercial-ShareAlike 2.0 Japan). You must include a copy of, or the Uniform Resource Identifi…
38 …title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifi…
/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/linux/include/uapi/linux/
H A Dcdrom.h21 * a uniform interface between software accessing CD-ROMs and the various
108 * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10,
116 * These ioctls are implemented through the uniform CD-ROM driver
118 * drivers are eventually ported to the uniform CD-ROM driver interface.
262 * that the way the codeis written on CD is _not_ uniform across all discs!
394 /* capability flags used with the uniform CD-ROM driver */
433 /* User-configurable behavior options for the uniform CD-ROM driver */
/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/linux/drivers/cpuidle/
H A Ddt_idle_states.c93 * Check that the idle state is uniform across all CPUs in the CPUidle driver
164 * and we check through idle_state_valid() if they are uniform in dt_init_idle_driver()
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-pm.rst12 handling to ensure a uniform behaviour for Linux systems.
/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 \

123456789