| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/ |
| H A D | alpha_video.c | 551 register unsigned long msb; local in function:readSparse8 556 msb = Offset & hae_mask; 557 Offset -= msb; 558 if (msb_set != msb) { 560 sethae(msb); 562 msb_set = msb; 574 register unsigned long msb; local in function:readSparse16 580 msb = Offset & hae_mask; 581 Offset -= msb; 582 if (msb_set != msb) { 604 register unsigned long msb; local in function:writeSparse8 625 register unsigned long msb; local in function:writeSparse16 656 register unsigned long msb; local in function:writeSparseNB8 676 register unsigned long msb; local in function:writeSparseNB16 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_video.c | 715 register unsigned long msb; local in function:readSparse8 721 msb = Offset & hae_mask; 722 Offset -= msb; 723 if (msb_set != msb) { 724 sethae(msb); 725 msb_set = msb; 739 register unsigned long msb; local in function:readSparse16 745 msb = Offset & hae_mask; 746 Offset -= msb; 747 if (msb_set != msb) { 770 register unsigned long msb; local in function:writeSparse8 791 register unsigned long msb; local in function:writeSparse16 821 register unsigned long msb; local in function:writeSparseNB8 839 register unsigned long msb; local in function:writeSparseNB16 [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i915_hwmc.h | 48 struct hwmc_buffer msb; member in struct:__anon799fa2100108
|
| H A D | i915_hwmc.c | 502 contextRec->msb.handle = ctxpriv->msb_handle; 503 contextRec->msb.offset = ctxpriv->mcMapState->offset; 504 contextRec->msb.size = ctxpriv->mcMapState->size; 519 contextRec->msb.bus_addr = ctxpriv->mcMapState->bus_addr;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | i915_xvmc.h | 70 intel_xvmc_drm_map_t msb; member in struct:_i915XvMCContext
|
| H A D | i915_xvmc.c | 577 map_state = (struct i915_mc_map_state *)pI915XvMC->msb.map; 694 map_state = (struct i915_mc_map_state *)pI915XvMC->msb.map; 727 msb_state *msb; local in function:i915_mc_load_indirect_render_init 732 + sizeof(*msb); 761 msb = (msb_state *)(++sis); 762 msb->dw0.valid = 1; 763 msb->dw0.force = 1; 764 msb->dw1.length = 23; /* 3 * 8 - 1 */ 767 msb->dw0.buffer_address = (pI915XvMC->msb [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_pack.c | 415 LLVMValueRef msb; local in function:lp_build_unpack2 425 msb = LLVMBuildAShr(builder, src, lp_build_const_int_vec(gallivm, src_type, src_type.width - 1), ""); 429 msb = lp_build_zero(gallivm, src_type); 433 *dst_lo = lp_build_interleave2(gallivm, src_type, src, msb, 0); 434 *dst_hi = lp_build_interleave2(gallivm, src_type, src, msb, 1); 437 *dst_lo = lp_build_interleave2(gallivm, src_type, msb, src, 0); 438 *dst_hi = lp_build_interleave2(gallivm, src_type, msb, src, 1); 468 LLVMValueRef msb; local in function:lp_build_unpack2_native 478 msb = LLVMBuildAShr(builder, src, 483 msb [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_pack.c | 415 LLVMValueRef msb; local in function:lp_build_unpack2 425 msb = LLVMBuildAShr(builder, src, lp_build_const_int_vec(gallivm, src_type, src_type.width - 1), ""); 429 msb = lp_build_zero(gallivm, src_type); 433 *dst_lo = lp_build_interleave2(gallivm, src_type, src, msb, 0); 434 *dst_hi = lp_build_interleave2(gallivm, src_type, src, msb, 1); 437 *dst_lo = lp_build_interleave2(gallivm, src_type, msb, src, 0); 438 *dst_hi = lp_build_interleave2(gallivm, src_type, msb, src, 1); 468 LLVMValueRef msb; local in function:lp_build_unpack2_native 478 msb = LLVMBuildAShr(builder, src, 483 msb [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/ |
| H A D | ciaddrlib.cpp | 96 * Gets bits within a range of [msb, lsb] 103 UINT_32 msb, ///< Most signicant bit 108 if (msb >= lsb) 110 ret = (bits >> lsb) & (Mask(1 + msb - lsb)); 120 * Removes bits within the range of [msb, lsb] 127 UINT_32 msb, ///< Most signicant bit 132 if (msb >= lsb) 135 | (GetBits(bits, 8 * sizeof(bits) - 1, msb + 1) << lsb); //high bits 145 * Inserts new bits into the range of [msb, lsb] 153 UINT_32 msb, ///< Mos 101 GetBits(UINT_64 bits,UINT_32 msb,UINT_32 lsb) argument 125 RemoveBits(UINT_64 bits,UINT_32 msb,UINT_32 lsb) argument 150 InsertBits(UINT_64 bits,UINT_64 newBits,UINT_32 msb,UINT_32 lsb) argument 1994 UINT_32 msb = bankBits - 1 + lsb; local in function:Addr::V1::CiLib::HwlComputeMetadataNibbleAddress [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/ |
| H A D | ciaddrlib.cpp | 96 * Gets bits within a range of [msb, lsb] 103 UINT_32 msb, ///< Most signicant bit 108 if (msb >= lsb) 110 ret = (bits >> lsb) & (Mask(1 + msb - lsb)); 120 * Removes bits within the range of [msb, lsb] 127 UINT_32 msb, ///< Most signicant bit 132 if (msb >= lsb) 135 | (GetBits(bits, 8 * sizeof(bits) - 1, msb + 1) << lsb); //high bits 145 * Inserts new bits into the range of [msb, lsb] 153 UINT_32 msb, ///< Mos 101 GetBits(UINT_64 bits,UINT_32 msb,UINT_32 lsb) argument 125 RemoveBits(UINT_64 bits,UINT_32 msb,UINT_32 lsb) argument 150 InsertBits(UINT_64 bits,UINT_64 newBits,UINT_32 msb,UINT_32 lsb) argument 2009 UINT_32 msb = bankBits - 1 + lsb; local in function:Addr::V1::CiLib::HwlComputeMetadataNibbleAddress [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r300_fragprog.c | 158 unsigned int msb = get_msb( local in function:r300FragmentProgramDump 165 & 31) | msb, 188 unsigned int msb = get_msb( local in function:r300FragmentProgramDump 194 | msb);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r300_fragprog.c | 158 unsigned int msb = get_msb( local in function:r300FragmentProgramDump 165 & 31) | msb, 188 unsigned int msb = get_msb( local in function:r300FragmentProgramDump 194 | msb);
|
| /xsrc/external/mit/brotli/dist/c/common/ |
| H A D | platform.h | 551 unsigned long msb; 552 _BitScanReverse(&msb, x); 553 return (uint32_t)msb;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_conversion_builder.h | 165 nir_ssa_def *msb = nir_imax(b, nir_ufind_msb(b, src), mantissa_bit_size); local in function:nir_round_int_to_float 166 nir_ssa_def *bits_to_lose = nir_isub(b, msb, mantissa_bit_size);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 1433 ir_variable *msb = local in function:lower_instructions_visitor::find_msb_to_float_cast 1434 new(ir) ir_variable(glsl_type::ivec(elements), "msb", ir_var_temporary); 1494 * int msb = (floatBitsToInt(as_float) >> 23) - 0x7f; 1496 i.insert_before(msb); 1497 i.insert_before(assign(msb, sub(rshift(bitcast_f2i(as_float), c23), c7F))); 1499 /* Use msb in the comparison instead of temp so that the subtract can 1502 * (msb < 0) ? -1 : msb; 1509 ir->operands[0] = less(msb, c0); 1511 ir->operands[2] = new(ir) ir_dereference_variable(msb); 1720 ir_variable *msb = local in function:lower_instructions_visitor::mul64_to_mul_and_mul_high [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 1425 ir_variable *msb = local in function:lower_instructions_visitor::find_msb_to_float_cast 1426 new(ir) ir_variable(glsl_type::ivec(elements), "msb", ir_var_temporary); 1486 * int msb = (floatBitsToInt(as_float) >> 23) - 0x7f; 1488 i.insert_before(msb); 1489 i.insert_before(assign(msb, sub(rshift(bitcast_f2i(as_float), c23), c7F))); 1491 /* Use msb in the comparison instead of temp so that the subtract can 1494 * (msb < 0) ? -1 : msb; 1501 ir->operands[0] = less(msb, c0); 1503 ir->operands[2] = new(ir) ir_dereference_variable(msb); 1693 ir_variable *msb = local in function:lower_instructions_visitor::mul64_to_mul_and_mul_high [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | kernel.cpp | 285 msb(const std::vector<uint8_t> &s) { function in namespace:__anon4ea3754d0210 301 const uint8_t fill = (sign_ext && msb(v) ? ~0 : 0);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/reference/ |
| H A D | afuc_test.asm | 95 msb $02, $02
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/ |
| H A D | radv_amdgpu_bo.c | 458 unsigned msb = util_last_bit64(size); /* 0 = no bit is set */ local in function:radv_amdgpu_get_optimal_vm_alignment 459 uint64_t msb_alignment = msb ? 1ull << (msb - 1) : 0;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/ |
| H A D | radv_amdgpu_bo.c | 615 unsigned msb = util_last_bit64(size); /* 0 = no bit is set */ local in function:radv_amdgpu_get_optimal_vm_alignment 616 uint64_t msb_alignment = msb ? 1ull << (msb - 1) : 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.c | 1986 LLVMValueRef msb = ac_build_intrinsic(ctx, "llvm.amdgcn.sffbh.i32", local in function:ac_build_imsb 1991 * the index from LSB. Invert it by doing "31 - msb". */ 1992 msb = LLVMBuildSub(ctx->builder, LLVMConstInt(ctx->i32, 31, false), 1993 msb, ""); 2002 return LLVMBuildSelect(ctx->builder, cond, all_ones, msb, ""); 2052 LLVMValueRef msb = ac_build_intrinsic(ctx, intrin_name, type, local in function:ac_build_umsb 2057 * the index from LSB. Invert it by doing "31 - msb". */ 2058 msb = LLVMBuildSub(ctx->builder, highest_bit, msb, ""); 2061 msb [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_bo.c | 201 unsigned msb = util_last_bit(size); local in function:get_optimal_alignment 203 alignment = MAX2(alignment, 1u << (msb - 1));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | kernel.cpp | 342 msb(const std::vector<uint8_t> &s) { function in namespace:__anon9c191b3c0210 358 const uint8_t fill = (sign_ext && msb(v) ? ~0 : 0);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/traces/ |
| H A D | afuc_test.asm | 150 msb $02, $02 label
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcCT.c | 624 unsigned int msb = tmp_ctext[0] & 0x7f; local in function:_XlcCheckCTSequence 626 ext_seg_left = (msb << 7) + lsb;
|