| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | gl_nir_link_atomics.c | 196 struct active_atomic_buffer *ab = abs + binding; local in function:gl_nir_link_assign_atomic_counter_resources 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]) {
|
| H A D | link_atomics.cpp | 226 active_atomic_buffer &ab = abs[binding]; local in function:link_assign_atomic_counter_resources 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/dist/src/compiler/glsl/ |
| H A D | gl_nir_link_atomics.c | 215 struct active_atomic_buffer *ab = abs + binding; local in function:gl_nir_link_assign_atomic_counter_resources 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]) {
|
| H A D | link_atomics.cpp | 226 active_atomic_buffer &ab = abs[binding]; local in function:link_assign_atomic_counter_resources 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/xf86-video-mach64/dist/src/ |
| H A D | atiwonder.c | 81 pATIHW->ab = ATIGetExtReg(0xABU) & 0xE7U; 115 pATIHW->ab = ATIGetExtReg(0xABU); 142 ATIModifyExtReg(pATI, 0xABU, -1, 0x00U, pATIHW->ab);
|
| H A D | 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::__anon954fe0380108
|
| H A D | atilock.c | 209 pATI->LockData.ab = ATIGetExtReg(0xABU); 210 ATIModifyExtReg(pATI, 0xABU, pATI->LockData.ab, 479 ATIModifyExtReg(pATI, 0xABU, -1, 0xE7U, pATI->LockData.ab);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_util.h | 98 GLubyte lb, ab; local in function:pack_la_clamp_f 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/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_util.h | 98 GLubyte lb, ab; local in function:pack_la_clamp_f 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/gallium/drivers/vc4/ |
| H A D | vc4_register_allocate.c | 237 int ab = AB_INDEX + ab_off; local in function:vc4_ra_select_callback 239 if (BITSET_TEST(regs, ab)) { 241 return ab;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_register_allocate.c | 233 int ab = AB_INDEX + ab_off; local in function:vc4_ra_select_callback 235 if (BITSET_TEST(regs, ab)) { 237 return ab;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | cursor.c | 299 CARD32 a, ar, ag, ab; local in function:AllocARGBCursor 304 ab = a * (argb[i] & 0xff) / 0xff; 306 argb[i] = a << 24 | ar << 16 | ag << 8 | ab;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 1022 LLVMValueRef ab; local in function:lp_build_mul_norm 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, hal 1094 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local in function:lp_build_mul [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 892 LLVMValueRef ab; local in function:lp_build_mul_norm 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, hal 964 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local in function:lp_build_mul [all...] |
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 41 ab.orth \
|
| H A D | Makefile.in | 427 ab.orth \
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftcalc.c | 240 FT_Int64 ab = (FT_Int64)a_ * (FT_Int64)b_; 243 return (FT_Long)( ( ab + 0x8000L - ( ab < 0 ) ) >> 16 );
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 9 <!-- ab* -> ab --> 11 <test name="lang" compare="contains"><string>ab</string></test> 12 <edit name="lang" mode="assign" binding="same"><string>ab</string></edit>
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcmatch.c | 1116 FcSortCompare (const void *aa, const void *ab) argument 1119 FcSortNode *b = *(FcSortNode **) ab;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrcrtc.c | 310 int al, ar, at, ab; local in function:crtcs_adjacent 314 if (!cursor_bounds(a, &al, &ar, &at, &ab)) 322 cb = min(ab, bb);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_format.c | 57 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e, sf) \ 58 [ISL_FORMAT_##sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e},
|
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_format.c | 57 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e, sf) \ 58 [ISL_FORMAT_##sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e},
|
| /xsrc/external/mit/libpthread-stubs/dist/ |
| H A D | configure | 3590 [ab].out )
|
| /xsrc/external/mit/xf86dga/dist/ |
| H A D | configure | 3007 [ab].out )
|
| /xsrc/external/mit/xsetmode/dist/ |
| H A D | configure | 2108 [ab].out )
|