Home
last modified time | relevance | path

Searched refs:getInt (Results 301 - 325 of 422) sorted by relevance

1...<<11121314151617

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp508 lookupIndices[ndx] = rnd.getInt(0, numSamplers-1); in iterate()
861 readIndices[readNdx] = rnd.getInt(0, numInstances-1); in iterate()
1094 opIndices[opNdx] = rnd.getInt(0, numOps-1); in iterate()
H A Des31fTextureFormatTests.cpp330 m_maxTextureBufferSize = m_context.getContextInfo().getInt(GL_MAX_TEXTURE_BUFFER_SIZE); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp1077 m_lookupIndices[ndx] = rnd.getInt(0, m_numSamplers-1); in createShaderSpec()
1482 m_readIndices[readNdx] = rnd.getInt(0, numInstances-1); in createShaderSpec()
1902 m_opIndices[opNdx] = rnd.getInt(0, numOps-1); in createShaderSpec()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSignalOrderTests.cpp342 timelineValue = lastValue + rng.getInt(1, 100); in QueueTimelineIteration()
931 timelineValues.push_back((timelineValues.empty() ? firstTimelineValue : timelineValues.back()) + m_rng.getInt(1, 100)); in addSemaphore()
1589 timelineValues.push_back((timelineValues.empty() ? firstTimelineValue : timelineValues.back()) + m_rng.getInt(1, 100)); in addSemaphore()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp615 int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-m_renderTarget.width); in iterate()
616 int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-m_renderTarget.height); in iterate()
764 params.stencil[ndx].reference = rnd.getInt(-2, 260); in randomDepthStencilState()
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp1673 indices[0] = (deUint16)rnd.getInt(0, maxVertexIndex);
1674 indices[1] = (deUint16)rnd.getInt(0, maxVertexIndex);
1675 indices[2] = (deUint16)rnd.getInt(0, maxVertexIndex);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp615 int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-m_renderTarget.width); in iterate()
616 int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-m_renderTarget.height); in iterate()
764 params.stencil[ndx].reference = rnd.getInt(-2, 260); in randomDepthStencilState()
H A Des3fFlushFinishTests.cpp599 const int drawCallCount = rnd.getInt(1, params.maxDrawCalls);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java504 result = numCode.getInt(); in getNumericCode()
H A DCodePointTrie.java142 int signature = bytes.getInt(); in fromBinary()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java477 result = numCode.getInt(); in getNumericCode()
H A DCodePointTrie.java134 int signature = bytes.getInt(); in fromBinary()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcLayoutLocationTests.cpp434 if (m_context.getContextInfo().getInt(GL_MAX_FRAGMENT_IMAGE_UNIFORMS) < m_num_frag_image_uniform) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsArithmeticTests.cpp894 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test()
H A DglcSubgroupsVoteTests.cpp683 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp473 Value *const Identity = B.getInt(getIdentityValueForAtomicOp(Op, TyBitWidth)); in optimizeAtomic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h373 SDValue getInt(unsigned IntId, MVT ResTy, ArrayRef<SDValue> Ops,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp663 if (MCSym.getInt()) in emitNonLazySymbolPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1220 return Value.getInt(); in getKind()
H A DRegionInfo.h189 inline bool isSubRegion() const { return entry.getInt(); } in isSubRegion()
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sDrawTests.cpp484 attribSpec.componentCount = random.getInt(1, 4);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp499 const int split = width/2 + rnd.getInt(-width/4, +width/4); in randomPartition()
505 const int split = height/2 + rnd.getInt(-height/4, +height/4); in randomPartition()
1995 return rnd.getInt(baseLevel, maxLevel) - baseLevel; in getLodTexelFetch()
2038 return rnd.getInt(baseLevel, maxLevel) - baseLevel; in getLodTexelFetch()
2170 return rnd.getInt(baseLevel, maxLevel) - baseLevel; in getLodTexelFetch()
2213 return rnd.getInt(baseLevel, maxLevel) - baseLevel; in getLodTexelFetch()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp499 const int split = width/2 + rnd.getInt(-width/4, +width/4); in randomPartition()
505 const int split = height/2 + rnd.getInt(-height/4, +height/4); in randomPartition()
1995 return rnd.getInt(baseLevel, maxLevel) - baseLevel; in getLodTexelFetch()
2038 return rnd.getInt(baseLevel, maxLevel) - baseLevel; in getLodTexelFetch()
2172 return rnd.getInt(baseLevel, maxLevel) - baseLevel; in getLodTexelFetch()
2215 return rnd.getInt(baseLevel, maxLevel) - baseLevel; in getLodTexelFetch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1519 return new ICmpInst(ICmpInst::ICMP_EQ, X, Builder.getInt(*EqC)); in foldICmpWithDominatingICmp()
1521 return new ICmpInst(ICmpInst::ICMP_NE, X, Builder.getInt(*NeC)); in foldICmpWithDominatingICmp()
3865 ConstantInt *C3 = Builder.getInt(AP1 - AP2); in foldICmpBinOp()
3869 ConstantInt *C3 = Builder.getInt(AP2 - AP1); in foldICmpBinOp()
4174 Constant *NC = Builder.getInt(C1->getValue() ^ C2->getValue()); in foldICmpEquality()
4255 return new ICmpInst(NewPred, Xor, Builder.getInt(CmpVal)); in foldICmpEquality()
4267 Value *And = Builder.CreateAnd(Xor, Builder.getInt(AndVal), in foldICmpEquality()
4292 Value *Mask = Builder.CreateAnd(A, Builder.getInt(MaskV)); in foldICmpEquality()
4293 return new ICmpInst(Pred, Mask, Builder.getInt(CmpV)); in foldICmpEquality()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp2041 indices[0] = (deUint16)rnd.getInt(0, maxVertexIndex);
2042 indices[1] = (deUint16)rnd.getInt(0, maxVertexIndex);
2043 indices[2] = (deUint16)rnd.getInt(0, maxVertexIndex);

Completed in 58 milliseconds

1...<<11121314151617