/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsRandomShaderCase.cpp | 477 int viewportX = rnd.getInt(0, m_renderCtx.getRenderTarget().getWidth() - viewportWidth); in iterate() 478 int viewportY = rnd.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHeight); in iterate()
|
H A D | glsTextureStateQueryTests.cpp | 1296 const GLint ref = rnd.getInt(-1000, 1000); in test() 1310 const GLuint ref = (glw::GLuint)rnd.getInt(0, 1000); in test() 1337 const GLint ref = rnd.getInt(minLimit, 1000); in test() 1399 const GLint ref = rnd.getInt(0, 64000); in test() 1421 const GLint ref = rnd.getInt(0, 64000); in test() 1436 const GLint ref = rnd.getInt(1, 64000); in test() 2133 const GLint ref = rnd.getInt(-1000, 1000); in test() 2147 const GLuint ref = (glw::GLuint)rnd.getInt(0, 1000); in test() 2174 const GLint ref = rnd.getInt(minLimit, 1000); in test()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRandomFragmentOpTests.cpp | 302 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width); 303 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height);
|
H A D | es2fStencilTests.cpp | 290 int viewportX = rnd.getInt(0, renderTarget.getWidth()-width); in iterate() 291 int viewportY = rnd.getInt(0, renderTarget.getHeight()-height); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 259 int viewportX = rnd.getInt(0, m_renderWidth - m_viewportWidth); in iterate() 260 int viewportY = rnd.getInt(0, m_renderHeight - m_viewportHeight); in iterate()
|
H A D | es3fIntegerStateQueryTests.cpp | 1169 GLint x = rnd.getInt(-64000, 64000); in test() 1170 GLint y = rnd.getInt(-64000, 64000); in test() 1171 GLsizei width = rnd.getInt(0, maxViewportDimensions[0]); in test() 1172 GLsizei height = rnd.getInt(0, maxViewportDimensions[1]); in test() 1216 GLint left = rnd.getInt(-64000, 64000); in test() 1217 GLint bottom = rnd.getInt(-64000, 64000); in test() 1218 GLsizei width = rnd.getInt(0, 64000); in test() 1219 GLsizei height = rnd.getInt(0, 64000); in test() 1641 const int referenceValue = rnd.getInt(0, 64000); in test()
|
H A D | es3fTransformFeedbackTests.cpp | 553 case glu::PRECISION_LOWP: *comp = 0.0f + 0.25f*(float)rnd.getInt(0, 4); break; in genAttributeData() 1076 int viewportX = rnd.getInt(0, width-viewportW); 1077 int viewportY = rnd.getInt(0, height-viewportH); 1455 int numAttribVectorsToUse = rnd.getInt(1, maxAttributeVectors - 1/*position*/ - (usePointSize ? 1 : 0)); 1478 int arrayLen = useArray ? rnd.getInt(1, maxArrayLen) : 1;
|
H A D | es3fShaderStateQueryTests.cpp | 1084 const GLint x = rnd.getInt(-64000, 64000); in test() 1085 const GLint y = rnd.getInt(-64000, 64000); in test() 1086 const GLint z = rnd.getInt(-64000, 64000); in test() 1087 const GLint w = rnd.getInt(-64000, 64000); in test() 1116 const GLuint x = rnd.getInt(0, 64000); in test() 1117 const GLuint y = rnd.getInt(0, 64000); in test() 1118 const GLuint z = rnd.getInt(0, 64000); in test() 1119 const GLuint w = rnd.getInt(0, 64000); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSlicedViewOf3DTests.cpp | 1058 const uint32_t depth = static_cast<uint32_t>(rnd.getInt(minDepth, maxDepth)); in createImageSlicedViewOf3DTests() 1068 offset = static_cast<uint32_t>(rnd.getInt(0, static_cast<int>(depth - 1u))); in createImageSlicedViewOf3DTests() 1071 range = static_cast<uint32_t>(rnd.getInt(0, static_cast<int>(depth - offset))); in createImageSlicedViewOf3DTests() 1142 offset = static_cast<uint32_t>(rnd.getInt(0, static_cast<int>(levelSize - 1u))); in createImageSlicedViewOf3DTests() 1145 range = static_cast<uint32_t>(rnd.getInt(0, static_cast<int>(levelSize - offset))); in createImageSlicedViewOf3DTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 925 const size_t count = (size_t)rng.getInt(0, 100); 938 const size_t count = (size_t)rng.getInt(0, 100); 952 const size_t count = (size_t)rng.getInt(0, 100); 1097 const size_t rangeCount = (size_t)rng.getInt(1, 10); 1110 const size_t rangeCount = (size_t)rng.getInt(1, 10);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 605 int subgroupSize = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SIZE_KHR); in getSubgroupSize() 755 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in areSubgroupOperationsSupportedForStage() 779 int supportedOperations = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_FEATURES_KHR); in isSubgroupFeatureSupportedForDevice() 786 int numFragmentSSBOs = context.getDeqpContext().getContextInfo().getInt(GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS); in isFragmentSSBOSupportedForDevice() 793 int numVertexSSBOs = context.getDeqpContext().getContextInfo().getInt(GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS); in isVertexSSBOSupportedForDevice() 824 int numImages = context.getDeqpContext().getContextInfo().getInt(stageQuery); in isImageSupportedForStageOnDevice()
|
H A D | glcSubgroupsBallotOtherTests.cpp | 514 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test()
|
H A D | glcSubgroupsBallotTests.cpp | 429 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test()
|
H A D | glcSubgroupsBuiltinMaskVarTests.cpp | 426 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test()
|
H A D | glcSubgroupsShapeTests.cpp | 509 int supportedStages = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SUPPORTED_STAGES_KHR); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 801 case glu::TYPE_FLOAT: *((float*)compPtr) = (float)rnd.getInt(-9, 9); break; in generateValue() 802 case glu::TYPE_INT: *((int*)compPtr) = rnd.getInt(-9, 9); break; in generateValue() 803 case glu::TYPE_UINT: *((deUint32*)compPtr) = (deUint32)rnd.getInt(0, 9); break; in generateValue() 804 case glu::TYPE_INT8: *((deInt8*)compPtr) = (deInt8)rnd.getInt(-9, 9); break; in generateValue() 805 case glu::TYPE_UINT8: *((deUint8*)compPtr) = (deUint8)rnd.getInt(0, 9); break; in generateValue() 806 case glu::TYPE_INT16: *((deInt16*)compPtr) = (deInt16)rnd.getInt(-9, 9); break; in generateValue() 807 case glu::TYPE_UINT16: *((deUint16*)compPtr) = (deUint16)rnd.getInt(0, 9); break; in generateValue() 808 case glu::TYPE_FLOAT16: *((deFloat16*)compPtr) = deFloat32To16((float)rnd.getInt(-9, 9)); break; in generateValue()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | BinaryWriter.java | 234 writeInt32(list.getInt(i)); in writeInt32List_Internal() 241 writeInt32(fieldNumber, list.getInt(i)); in writeInt32List_Internal() 280 writeFixed32(list.getInt(i)); in writeFixed32List_Internal() 287 writeFixed32(fieldNumber, list.getInt(i)); in writeFixed32List_Internal() 597 writeVarint32(list.getInt(i)); in writeUInt32List_Internal() 604 writeUInt32(fieldNumber, list.getInt(i)); in writeUInt32List_Internal() 655 writeSInt32(list.getInt(i)); in writeSInt32List_Internal() 662 writeSInt32(fieldNumber, list.getInt(i)); in writeSInt32List_Internal()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 801 case glu::TYPE_FLOAT: *((float*)compPtr) = (float)rnd.getInt(-9, 9); break; in generateValue() 802 case glu::TYPE_INT: *((int*)compPtr) = rnd.getInt(-9, 9); break; in generateValue() 803 case glu::TYPE_UINT: *((deUint32*)compPtr) = (deUint32)rnd.getInt(0, 9); break; in generateValue() 804 case glu::TYPE_INT8: *((deInt8*)compPtr) = (deInt8)rnd.getInt(-9, 9); break; in generateValue() 805 case glu::TYPE_UINT8: *((deUint8*)compPtr) = (deUint8)rnd.getInt(0, 9); break; in generateValue() 806 case glu::TYPE_INT16: *((deInt16*)compPtr) = (deInt16)rnd.getInt(-9, 9); break; in generateValue() 807 case glu::TYPE_UINT16: *((deUint16*)compPtr) = (deUint16)rnd.getInt(0, 9); break; in generateValue() 808 case glu::TYPE_FLOAT16: *((deFloat16*)compPtr) = deFloat32To16((float)rnd.getInt(-9, 9)); break; in generateValue()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundleImpl.java | 86 public int getInt() { in getInt() method in ICUResourceBundleImpl.ResourceInt
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundleImpl.java | 87 public int getInt() { in getInt() method in ICUResourceBundleImpl.ResourceInt
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | ResourceBundlePerf.java | 136 int t = temp.getInt(); in call()
|
/third_party/icu/icu4c/source/common/ |
H A D | uresdata.h | 541 virtual int32_t getInt(UErrorCode &errorCode) const override;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uresdata.h | 541 virtual int32_t getInt(UErrorCode &errorCode) const override;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderTestUtil.hpp | 71 dst[i] = rnd.getInt(minValue, maxValue); in fillRandomScalars()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | RoundTripLatencyActivity.java | 321 mBufferBursts = mBundleFromIntent.getInt(KEY_BUFFER_BURSTS, mBufferBursts); in processBundleFromIntent()
|