OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ab
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_util.h
98
GLubyte lb,
ab
;
local
100
UNCLAMPED_FLOAT_TO_UBYTE(
ab
, a);
101
return pack_rgba_i(f, (uint8_t []) { lb, lb, lb,
ab
});
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_util.h
98
GLubyte lb,
ab
;
local
100
UNCLAMPED_FLOAT_TO_UBYTE(
ab
, a);
101
return pack_rgba_i(f, (uint8_t []) { lb, lb, lb,
ab
});
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
link_atomics.cpp
226
active_atomic_buffer &
ab
= abs[binding];
local
231
mab.MinimumSize =
ab
.size;
233
ab
.num_uniforms);
234
mab.NumUniforms =
ab
.num_uniforms;
237
for (unsigned j = 0; j <
ab
.num_uniforms; j++) {
238
ir_variable *const var =
ab
.uniforms[j].var;
240
&prog->data->UniformStorage[
ab
.uniforms[j].uniform_loc];
242
mab.Uniforms[j] =
ab
.uniforms[j].uniform_loc;
256
if (
ab
.stage_counter_references[j]) {
gl_nir_link_atomics.c
215
struct active_atomic_buffer *
ab
= abs + binding;
local
221
mab->MinimumSize =
ab
->size;
223
ab
->num_uniforms);
224
mab->NumUniforms =
ab
->num_uniforms;
227
for (unsigned j = 0; j <
ab
->num_uniforms; j++) {
228
nir_variable *var =
ab
->uniforms[j].var;
230
&prog->data->UniformStorage[
ab
->uniforms[j].loc];
232
mab->Uniforms[j] =
ab
->uniforms[j].loc;
249
if (
ab
->stage_counter_references[stage]) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_register_allocate.c
233
int
ab
= AB_INDEX + ab_off;
local
235
if (BITSET_TEST(regs,
ab
)) {
237
return
ab
;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
gl_nir_link_atomics.c
196
struct active_atomic_buffer *
ab
= abs + binding;
local
202
mab->MinimumSize =
ab
->size;
204
ab
->num_uniforms);
205
mab->NumUniforms =
ab
->num_uniforms;
208
for (unsigned j = 0; j <
ab
->num_uniforms; j++) {
209
nir_variable *var =
ab
->uniforms[j].var;
211
&prog->data->UniformStorage[
ab
->uniforms[j].loc];
213
mab->Uniforms[j] =
ab
->uniforms[j].loc;
230
if (
ab
->stage_counter_references[stage]) {
link_atomics.cpp
226
active_atomic_buffer &
ab
= abs[binding];
local
231
mab.MinimumSize =
ab
.size;
233
ab
.num_uniforms);
234
mab.NumUniforms =
ab
.num_uniforms;
237
for (unsigned j = 0; j <
ab
.num_uniforms; j++) {
238
ir_variable *const var =
ab
.uniforms[j].var;
240
&prog->data->UniformStorage[
ab
.uniforms[j].uniform_loc];
242
mab.Uniforms[j] =
ab
.uniforms[j].uniform_loc;
256
if (
ab
.stage_counter_references[j]) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_register_allocate.c
237
int
ab
= AB_INDEX + ab_off;
local
239
if (BITSET_TEST(regs,
ab
)) {
241
return
ab
;
/xsrc/external/mit/xorg-server/dist/dix/
cursor.c
299
CARD32 a, ar, ag,
ab
;
local
304
ab
= a * (argb[i] & 0xff) / 0xff;
306
argb[i] = a << 24 | ar << 16 | ag << 8 |
ab
;
/xsrc/external/mit/xorg-server/dist/randr/
rrcrtc.c
310
int al, ar, at,
ab
;
local
314
if (!cursor_bounds(a, &al, &ar, &at, &
ab
))
322
cb = min(
ab
, bb);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
892
LLVMValueRef
ab
;
local
914
ab
= LLVMBuildMul(builder, a, b, "");
915
ab
= LLVMBuildAdd(builder,
ab
, lp_build_shr_imm(&bld,
ab
, n), "");
918
* half = sgn(
ab
) * 0.5 * (2 ** n) = sgn(
ab
) * (1 << (n - 1))
924
LLVMValueRef sign = lp_build_shr_imm(&bld,
ab
, wide_type.width - 1);
927
ab
= LLVMBuildAdd(builder,
ab
, half, "")
964
LLVMValueRef al, ah, bl, bh,
ab
l,
ab
h,
ab
;
local
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
1022
LLVMValueRef
ab
;
local
1044
ab
= LLVMBuildMul(builder, a, b, "");
1045
ab
= LLVMBuildAdd(builder,
ab
, lp_build_shr_imm(&bld,
ab
, n), "");
1048
* half = sgn(
ab
) * 0.5 * (2 ** n) = sgn(
ab
) * (1 << (n - 1))
1054
LLVMValueRef sign = lp_build_shr_imm(&bld,
ab
, wide_type.width - 1);
1057
ab
= LLVMBuildAdd(builder,
ab
, half, "")
1094
LLVMValueRef al, ah, bl, bh,
ab
l,
ab
h,
ab
;
local
[
all
...]
/xsrc/external/mit/xf86-video-mach64/dist/src/
atistruct.h
101
CARD8 a3, a6, a7,
ab
, ac, ad, ae,
member in struct:_ATIHWRec
436
CARD8 a6,
ab
, b1, b4, b5, b6, b8, b9, be;
member in struct:_ATIRec::__anon9002
/xsrc/external/mit/xterm/dist/
graphics_regis.c
1083
double
ab
, ac, bc, cb, xx, xy, yy, dx, dy, ex, *pxy;
local
1101
ab
= xa * yb - xb * ya;
1104
ex =
ab
* (
ab
+ ac - 3 * bc) + ac * ac; /* P0 part of self-intersection loop? */
1108
ab
*= f;
1112
xy = 9 * (
ab
+ ac + bc) / 8;
1114
dx = 27 * (8 *
ab
* (yb * yb - ya * yc) +
1116
dy = 27 * (8 *
ab
* (xb * xb - xa * xc) -
1119
xx = 3 * (3 *
ab
* (3 * yb * yb - ya * ya - 2 * ya * yc) -
1121
yy = 3 * (3 *
ab
* (3 * xb * xb - xa * xa - 2 * xa * xc)
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026