HomeSort by relevance Sort by last modified time
    Searched refs:U32 (Results 26 - 50 of 78) sorted by null

12 3 4

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_PredictIntra_16x16_s.S 133 VPADDL.U32 d6,d0
143 VPADDL.U32 d7,d0
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Scene.java 336 opaqueBuffer = Allocation.createSized(mRS, Element.U32(mRS), mRenderables.size());
340 transparentBuffer = Allocation.createSized(mRS, Element.U32(mRS), mRenderables.size());
  /frameworks/rs/cpp/
Element.cpp 87 CREATE_USER(U32, UNSIGNED_32);
139 CREATE_VECTOR(U32, UNSIGNED_32);
rsCppStructs.h 190 sp<const Element> U32;
704 static sp<const Element> U32(sp<RS> rs);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 152 VMOV.U32 dBS3210[0], bS3210
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 206 VMOV.U32 dBS3210[0], bS3210
omxVCM4P10_PredictIntra_16x16_s.s 79 dSum2 DN D0.U32
  /external/deqp/framework/common/
tcuTexture.cpp 690 #define U32(OFFS, COUNT) ((*((const deUint32*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1))
698 case TextureFormat::UNORM_INT_101010: return UVec4(U32(22, 10), U32(12, 10), U32( 2, 10), 1).cast<int>();
699 case TextureFormat::UNORM_INT_1010102_REV: return UVec4(U32( 0, 10), U32(10, 10), U32(20, 10), U32(30, 2)).cast<int>();
700 case TextureFormat::UNSIGNED_INT_1010102_REV: return UVec4(U32( 0, 10), U32(10, 10), U32(20, 10), U32(30, 2)).cast<int>()
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 66 testTypeBuilderHelper(Element.U32(mRS));
ScriptGroupTest.java 275 Type u32 = new Type.Builder(mRS, Element.U32(mRS)).setX(2).create(); local
300 b.addConnection(u32, mG1.getKernelID_setSharedInt(), mG2.getKernelID_getSharedInt());
RSBaseCompute.java 94 element = Element.U32(rs);
AllocationTest.java 131 createTypedHelper(Element.U32(mRS));
170 createSizedHelper(Element.U32(mRS));
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ElementThunker.java 207 e = android.renderscript.Element.U32(rst.mN);
  /external/llvm/unittests/ADT/
StringRefTest.cpp 416 uint32_t U32;
434 bool U32Success = StringRef(Unsigned[i].Str).getAsInteger(0, U32);
437 EXPECT_EQ(U32, Unsigned[i].Expected);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 187 union U32 {
188 uint32 u32; member in union:mkvmuxer::U32
197 const uint8 byte = static_cast<uint8>(value.u32 >> bit_count);
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 167 union U32 {
168 uint32 u32; member in union:mkvmuxer::U32
177 const uint8 byte = static_cast<uint8>(value.u32 >> bit_count);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 167 union U32 {
168 uint32 u32; member in union:mkvmuxer::U32
177 const uint8 byte = static_cast<uint8>(value.u32 >> bit_count);
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/main/VEX/priv/
host_x86_isel.c 117 && e->Iex.Const.con->Ico.U32 == 0;
    [all...]
host_mips_isel.c 745 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32)) {
746 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32,
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 103 createTypedHelper(mRS, Element::U32(mRS));
  /external/valgrind/main/lackey/
lk_main.c 930 dst = (sizeof(Addr) == 4) ? st->Ist.Exit.dst->Ico.U32 :
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 189 sp<const Element> U32;
696 static sp<const Element> U32(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 189 sp<const Element> U32;
696 static sp<const Element> U32(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 189 sp<const Element> U32;
696 static sp<const Element> U32(sp<RS> rs);
    [all...]

Completed in 4436 milliseconds

12 3 4