Home
last modified time | relevance | path

Searched refs:getInt (Results 401 - 425 of 428) sorted by relevance

1...<<1112131415161718

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp1057 attribSpec.componentCount = random.getInt(1, 4); in init()
H A Des3fNegativeShaderApiTests.cpp708 GLuint maxIndex = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp1289 const auto pixelId = static_cast<uint32_t>(rnd.getInt(0, maxId)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp1159 makeCommonSemaphoreSubmitInfo(*semaphoreA, rng.getInt(1, deIntMaxValue32(32)), VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR); in iterate()
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingTests.cpp322 m_buffer.push_back((GLubyte)m_random.getInt(0, 255)); in createResource()
H A DteglGLES2SharingThreadedTests.cpp2783 int imageNdx = m_random.getInt(0, resourceManager.getImageCount()-1); in addRandomOperation()
2791 int imageNdx = m_random.getInt(0, resourceManager.getImageCount()-1); in addRandomOperation()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp5483 *reinterpret_cast<deInt8*>(currentItemDataPtr) = static_cast<deInt8>(randomNumberGenerator.getInt(-128, 127) ); in initTestItems()
5492 *reinterpret_cast<deInt16*>(currentItemDataPtr) = static_cast<deInt16>(randomNumberGenerator.getInt(-32768, 32767) ); in initTestItems()
5501 *reinterpret_cast<deInt32*>(currentItemDataPtr) = randomNumberGenerator.getInt(static_cast<int>(-2147483648LL), static_cast<int>(2147483647LL) ); in initTestItems()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1862 Value *BitWidth = Builder.getInt(APInt(SizeInBits, SizeInBits)); in despeculateCountZeros()
3709 if (It->second.getInt() == ExtTy) in addPromotedInst()
3729 if (It != PromotedInsts.end() && It->second.getInt() == ExtTy) in getOrigType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp5478 *reinterpret_cast<deInt8*>(currentItemDataPtr) = static_cast<deInt8>(randomNumberGenerator.getInt(-128, 127) ); in initTestItems()
5487 *reinterpret_cast<deInt16*>(currentItemDataPtr) = static_cast<deInt16>(randomNumberGenerator.getInt(-32768, 32767) ); in initTestItems()
5496 *reinterpret_cast<deInt32*>(currentItemDataPtr) = randomNumberGenerator.getInt(static_cast<int>(-2147483648LL), static_cast<int>(2147483647LL) ); in initTestItems()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp349 cd.color[i] = 0.1f * static_cast<float>(rng.getInt(1, 10)); in generateCompareData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2045 coord->z() = de::min(maxPointSize, minPointSize + float(rnd.getInt(0, pointSizeDeltaMultiples)) * limits.pointSizeGranularity); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp928 const int value = rnd.getInt(1, 127); in generateValue()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp1824 GLint log2MaxTextureSize = deLog2Floor32(m_context.getContextInfo().getInt(GL_MAX_3D_TEXTURE_SIZE)) + 1; in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp208 HexagonTargetLowering::getInt(unsigned IntId, MVT ResTy, ArrayRef<SDValue> Ops, in getInt() function in HexagonTargetLowering
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp347 cd.color[i] = 0.1f * static_cast<float>(rng.getInt(1, 10)); in generateCompareData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2045 coord->z() = de::min(maxPointSize, minPointSize + float(rnd.getInt(0, pointSizeDeltaMultiples)) * limits.pointSizeGranularity); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp928 const int value = rnd.getInt(1, 127); in generateValue()
H A DvktTransformFeedbackSimpleTests.cpp567 chunkSlot = m_rnd.getInt(minChunkSlot, maxChunkSlot - 1); in generateSizesList()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java2823 if (ubc.getField(name + "_ID").getInt(blk) != b) { in TestBlockData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java2971 if (ubc.getField(name + "_ID").getInt(blk) != b) { in TestBlockData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3940 bool FromStore = VD.Def.getInt();
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp2195 attribSpec.componentCount = random.getInt(1, 4);
H A Des31fTessellationTests.cpp6074 : m_vertexIOArraySize == VERTEX_IO_ARRAY_SIZE_EXPLICIT_QUERY ? de::toString(m_context.getContextInfo().getInt(GL_MAX_PATCH_VERTICES))
6168 : m_tessControlOutArraySize == TESS_CONTROL_OUT_ARRAY_SIZE_QUERY ? de::toString(m_context.getContextInfo().getInt(GL_MAX_PATCH_VERTICES))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h371 ConstantInt *getInt(const APInt &AI) { in getInt() function in llvm::IRBuilderBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp958 Value *BitfieldC = B.getInt(Bitfield);

Completed in 116 milliseconds

1...<<1112131415161718