/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fOpaqueTypeIndexingTests.cpp | 508 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 D | es31fTextureFormatTests.cpp | 330 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 D | vktOpaqueTypeIndexingTests.cpp | 1077 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 D | vktSynchronizationSignalOrderTests.cpp | 342 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 D | es2fDepthStencilTests.cpp | 615 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 D | es2sSpecialFloatTests.cpp | 1673 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 D | es3fDepthStencilTests.cpp | 615 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 D | es3fFlushFinishTests.cpp | 599 const int drawCallCount = rnd.getInt(1, params.maxDrawCalls);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Currency.java | 504 result = numCode.getInt(); in getNumericCode()
|
H A D | CodePointTrie.java | 142 int signature = bytes.getInt(); in fromBinary()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Currency.java | 477 result = numCode.getInt(); in getNumericCode()
|
H A D | CodePointTrie.java | 134 int signature = bytes.getInt(); in fromBinary()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcLayoutLocationTests.cpp | 434 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 D | glcSubgroupsArithmeticTests.cpp | 894 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test()
|
H A D | glcSubgroupsVoteTests.cpp | 683 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 D | AMDGPUAtomicOptimizer.cpp | 473 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 D | HexagonISelLowering.h | 373 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 D | X86AsmPrinter.cpp | 663 if (MCSym.getInt()) in emitNonLazySymbolPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 1220 return Value.getInt(); in getKind()
|
H A D | RegionInfo.h | 189 inline bool isSubRegion() const { return entry.getInt(); } in isSubRegion()
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
H A D | es31sDrawTests.cpp | 484 attribSpec.componentCount = random.getInt(1, 4);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 499 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 D | vktTextureMipmapTests.cpp | 499 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 D | InstCombineCompares.cpp | 1519 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 D | es3sSpecialFloatTests.cpp | 2041 indices[0] = (deUint16)rnd.getInt(0, maxVertexIndex); 2042 indices[1] = (deUint16)rnd.getInt(0, maxVertexIndex); 2043 indices[2] = (deUint16)rnd.getInt(0, maxVertexIndex);
|