Home
last modified time | relevance | path

Searched refs:getInt (Results 76 - 100 of 423) sorted by relevance

12345678910>>...17

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp193 int x = rnd.getInt(0, renderTarget.getWidth() - width); in iterate()
194 int y = rnd.getInt(0, renderTarget.getHeight() - height); in iterate()
1244 int w = rnd.getInt(1, levelW); in createTexture()
1245 int h = rnd.getInt(1, levelH); in createTexture()
1246 int x = rnd.getInt(0, levelW-w); in createTexture()
1247 int y = rnd.getInt(0, levelH-h); in createTexture()
1251 int cellSize = rnd.getInt(2, 16); in createTexture()
1323 int w = rnd.getInt(1, levelSize); in createTexture()
1324 int h = rnd.getInt(1, levelSize); in createTexture()
1325 int x = rnd.getInt( in createTexture()
[all...]
H A Des3fNegativeVertexArrayApiTests.cpp100 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
114 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
128 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
141 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
167 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
226 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
258 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
266 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
296 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
H A Des3fDepthStencilClearTests.cpp243 int w = rnd.getInt(1, width); in generateClears()
244 int h = rnd.getInt(1, height); in generateClears()
245 int x = rnd.getInt(0, width-w); in generateClears()
246 int y = rnd.getInt(0, height-h); in generateClears()
262 switch (rnd.getInt(0, 2)) in generateClears()
H A Des3fDitheringTests.cpp253 const int viewportX = rnd.getInt(0, m_renderCtx.getRenderTarget().getWidth() - viewportWid); in drawAndCheckGradient()
254 const int viewportY = rnd.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHei); in drawAndCheckGradient()
371 const int viewportX = rnd.getInt(0, m_renderCtx.getRenderTarget().getWidth() - viewportWid); in drawAndCheckUnicoloredQuad()
372 const int viewportY = rnd.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHei); in drawAndCheckUnicoloredQuad()
H A Des3fFragDepthTests.cpp131 int viewportX = rnd.getInt(0, renderTarget.getWidth()-viewportW); in iterate()
132 int viewportY = rnd.getInt(0, renderTarget.getHeight()-viewportH); in iterate()
302 int viewportX = rnd.getInt(0, renderTarget.getWidth()-viewportW); in iterate()
303 int viewportY = rnd.getInt(0, renderTarget.getHeight()-viewportH); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp150 int x = rnd.getInt(0, renderTarget.getWidth() - width); in iterate()
151 int y = rnd.getInt(0, renderTarget.getHeight() - height); in iterate()
683 const int w = rnd.getInt(1, levelW); in createTexture()
684 const int h = rnd.getInt(1, levelW); in createTexture()
685 const int d = rnd.getInt(1, m_depth); in createTexture()
686 const int x = rnd.getInt(0, levelW-w); in createTexture()
687 const int y = rnd.getInt(0, levelW-h); in createTexture()
688 const int z = rnd.getInt(0, m_depth-d); in createTexture()
692 const int cellSize = rnd.getInt(2, 16); in createTexture()
H A Des31fSeparateShaderTests.cpp125 if (rnd.getInt(0, 7) == 0) in randomType()
127 const int numCols = rnd.getInt(2, 4), numRows = rnd.getInt(2, 4); in randomType()
135 const int size = rnd.getInt(1, 4); in randomType()
154 return s_validInterpolations[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_validInterpolations)-1)]; in randomInterpolation()
422 printFloat(oss, rnd.getInt(0, 16) / 16.0);
427 oss << rnd.getInt(0, 255);
470 printFloat(oss, s_quadrants[vertexNdx][componentNdx] * rnd.getInt(4,16) / 16.0);
674 const GLfloat vtxScale = (float)rnd.getInt(8, 16) / 16.0f;
676 const GLfloat frgScale = (float)rnd.getInt(
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp240 int w = rnd.getInt(1, width); in generateClears()
241 int h = rnd.getInt(1, height); in generateClears()
242 int x = rnd.getInt(0, width-w); in generateClears()
243 int y = rnd.getInt(0, height-h); in generateClears()
259 switch (rnd.getInt(0, 2)) in generateClears()
H A Des2fDepthRangeTests.cpp147 const int viewportX = rnd.getInt(0, renderTarget.getWidth()-viewportW); in iterate()
148 const int viewportY = rnd.getInt(0, renderTarget.getHeight()-viewportH); in iterate()
296 const int viewportX = rnd.getInt(0, renderTarget.getWidth()-viewportW); in iterate()
297 const int viewportY = rnd.getInt(0, renderTarget.getHeight()-viewportH); in iterate()
H A Des2fDitheringTests.cpp247 const int viewportX = rnd.getInt(0, m_renderCtx.getRenderTarget().getWidth() - viewportWid); in drawAndCheckGradient()
248 const int viewportY = rnd.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHei); in drawAndCheckGradient()
366 const int viewportX = rnd.getInt(0, m_renderCtx.getRenderTarget().getWidth() - viewportWid); in drawAndCheckUnicoloredQuad()
367 const int viewportY = rnd.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHei); in drawAndCheckUnicoloredQuad()
H A Des2fShaderBuiltinVarTests.cpp92 return m_ctxInfo.getInt(GL_MAX_DRAW_BUFFERS); in getRefValue()
99 return m_ctxInfo.getInt(m_paramName); in getRefValue()
514 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width); in iterate()
515 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
587 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width); in iterate()
588 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayout.cpp119 for (int i = 0; i < rnd.getInt(1, m_maxSharedObjects); i++) in RandomSharedLayoutCase()
138 const int numVars = rnd.getInt(2, m_maxSharedObjectMembers); in generateSharedMemoryObject()
169 const int numMembers = rnd.getInt(1, m_maxStructMembers); in generateType()
186 const int arrayLength = rnd.getInt(1, m_maxArrayLength); in generateType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemCopyImageToBufferTests.cpp405 const tcu::IVec4 vec0 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
406 const tcu::IVec4 vec1 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
407 const tcu::IVec4 vec2 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
408 const tcu::IVec4 vec3 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayout.cpp119 for (int i = 0; i < rnd.getInt(1, m_maxSharedObjects); i++) in RandomSharedLayoutCase()
138 const int numVars = rnd.getInt(2, m_maxSharedObjectMembers); in generateSharedMemoryObject()
169 const int numMembers = rnd.getInt(1, m_maxStructMembers); in generateType()
186 const int arrayLength = rnd.getInt(1, m_maxArrayLength); in generateType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp125 switch (Key.getInt()) {
206 if (Key.getInt() == IPOGrouping::Register)
208 else if (Key.getInt() == IPOGrouping::Memory)
210 else if (Key.getInt() == IPOGrouping::Return)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemCopyImageToBufferTests.cpp404 const tcu::IVec4 vec0 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
405 const tcu::IVec4 vec1 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
406 const tcu::IVec4 vec2 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
407 const tcu::IVec4 vec3 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp92 int w = rnd.getInt(1, width); in computeRandomClear()
93 int h = rnd.getInt(1, height); in computeRandomClear()
94 int x = rnd.getInt(0, width-w); in computeRandomClear()
95 int y = rnd.getInt(0, height-h); in computeRandomClear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScalarizeMaskedMemIntrin.cpp195 Value *Mask = Builder.getInt(APInt::getOneBitSet(VectorWidth, Idx)); in scalarizeMaskedLoad()
326 Value *Mask = Builder.getInt(APInt::getOneBitSet(VectorWidth, Idx)); in scalarizeMaskedStore()
445 Value *Mask = Builder.getInt(APInt::getOneBitSet(VectorWidth, Idx)); in scalarizeMaskedGather()
566 Value *Mask = Builder.getInt(APInt::getOneBitSet(VectorWidth, Idx)); in scalarizeMaskedScatter()
656 Value *Mask = Builder.getInt(APInt::getOneBitSet(VectorWidth, Idx)); in scalarizeMaskedExpandLoad()
762 Value *Mask = Builder.getInt(APInt::getOneBitSet(VectorWidth, Idx)); in scalarizeMaskedCompressStore()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp194 const int width = rnd.getInt(minW, maxW); in getRandomQuad()
195 const int height = rnd.getInt(minH, maxH); in getRandomQuad()
196 const int x = rnd.getInt(-maxOutOfBounds, targetW+maxOutOfBounds-width); in getRandomQuad()
197 const int y = rnd.getInt(-maxOutOfBounds, targetH+maxOutOfBounds-height); in getRandomQuad()
463 const int viewportX = rnd.getInt(0, m_renderCtx.getRenderTarget().getWidth() - viewportW);
464 const int viewportY = rnd.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportH);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringPrepDataReader.java60 indexes[i] = byteBuffer.getInt(); in readIndexes()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DStringPrepDataReader.java62 indexes[i] = byteBuffer.getInt(); in readIndexes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_node_base.h46 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist_node_base.h45 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleTest.java220 if(expected!=sub.getInt()){ in TestBasicTypes()
225 if(expected!=sub.getInt()){ in TestBasicTypes()
232 if(expected!=sub.getInt()){ in TestBasicTypes()
239 int got = sub.getInt(); in TestBasicTypes()
252 if(expected!=sub.getInt()){ in TestBasicTypes()
410 number = item.getInt(); in TestTable32()
431 number = item.getInt(); in TestTable32()
1100 rb1.getInt(); in TestUResourceBundleCoverage()
1101 errln("getInt() call should have thrown UResourceTypeMismatchException."); in TestUResourceBundleCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java217 if(expected!=sub.getInt()){ in TestBasicTypes()
222 if(expected!=sub.getInt()){ in TestBasicTypes()
229 if(expected!=sub.getInt()){ in TestBasicTypes()
236 int got = sub.getInt(); in TestBasicTypes()
249 if(expected!=sub.getInt()){ in TestBasicTypes()
407 number = item.getInt(); in TestTable32()
428 number = item.getInt(); in TestTable32()
1100 rb1.getInt(); in TestUResourceBundleCoverage()
1101 errln("getInt() call should have thrown UResourceTypeMismatchException."); in TestUResourceBundleCoverage()

Completed in 27 milliseconds

12345678910>>...17