Home
last modified time | relevance | path

Searched refs:range (Results 2076 - 2100 of 2437) sorted by relevance

1...<<81828384858687888990>>...98

/third_party/mesa3d/include/GLES2/
H A Dgl2.h452 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
595 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp41 return range(p, 3); in vector()
1009 for (void *p : range(svm_pointers, num_svm_pointers)) {
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h38 void (APIENTRY *glDeleteLists )( GLuint list, GLsizei range );
39 GLuint (APIENTRY *glGenLists )( GLsizei range );
/third_party/openGLES/api/GLES2/
H A Dgl2.h433 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
576 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
/third_party/node/deps/icu-small/source/i18n/
H A Dplurrule.cpp322 PluralRules::select(const number::FormattedNumberRange& range, UErrorCode& status) const { in select() argument
323 return select(range.getData(status), status); in select()
664 curAndConstraint->rangeList->addElement(-1, status); // range Low in parse()
665 curAndConstraint->rangeList->addElement(-1, status); // range Hi in parse()
711 curAndConstraint->rangeList->addElement(-1, status); // range Low in parse()
713 curAndConstraint->rangeList->addElement(-1, status); // range Hi in parse()
1364 // TODO: a comma following a number that is not part of a range will be allowed. in checkSyntax()
1444 // We could be looking at either ".." in a range, or "..." at the end of a sample. in getNextToken()
/third_party/libinput/test/
H A Dtest-device.c1748 struct range abs_range = { 0, ABS_MISC }; in TEST_COLLECTION()
1749 struct range abs_mt_range = { ABS_MT_SLOT + 1, ABS_CNT }; in TEST_COLLECTION()
/third_party/libinput/src/
H A Devdev-tablet.c42 detect out-of-range.
363 * The axis is scaled into the range [lower, max] so that the lower in normalize_pressure()
367 double range = absinfo->maximum - base + 1; in normalize_pressure() local
368 double value = (absinfo->value - base) / range; in normalize_pressure()
388 * default. If other tablets have a different physical range or in adjust_tilt()
392 /* Map to the (-1, 1) range */ in adjust_tilt()
433 /* range is [0, 360[, i.e. range + 1 */ in convert_to_degrees()
1110 /* 5 and 1% of the pressure range */ in tool_set_pressure_thresholds()
1117 "Invalid pressure range, usin in tool_set_pressure_thresholds()
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h861 PreParserSourceRangeScope(Scanner* scanner, PreParserSourceRange* range) {} in PreParserSourceRangeScope() argument
1379 const SourceRange& range) { in CollapseNaryExpression()
1376 CollapseNaryExpression(PreParserExpression* x, PreParserExpression y, Token::Value op, int pos, const SourceRange& range) CollapseNaryExpression() argument
/third_party/node/deps/v8/src/torque/
H A Dtypes.cc584 base::Optional<int> own, base::Optional<std::pair<int, int>> range) const { in InitializeInstanceTypes()
588 instance_type_range_ = range; in InitializeInstanceTypes()
/third_party/python/Lib/test/test_capi/
H A Dtest_getargs.py36 # > ** Changed from previous "range-and-a-half" to "none"; the
37 # > range-and-a-half checking wasn't particularly useful.
159 # b returns 'unsigned char', and does range checking (0 ... UCHAR_MAX)
183 # B returns 'unsigned char', no range checking
207 # H returns 'unsigned short', no range checking
232 # I returns 'unsigned int', no range checking
257 # k returns 'unsigned long', no range checking
283 # h returns 'short', and does range checking (SHRT_MIN ... SHRT_MAX)
307 # i returns 'int', and does range checking (INT_MIN ... INT_MAX)
331 # l returns 'long', and does range checkin
[all...]
/third_party/python/Lib/
H A Ddoctest.py1132 for lineno in range(lineno, len(source_lines)):
1311 SUCCESS, FAILURE, BOOM = range(3) # `outcome` state
2750 >>> print(list(range(1000))) #doctest: +ELLIPSIS
2757 >>> print(list(range(30))) #doctest: +NORMALIZE_WHITESPACE
H A Denum.py1299 control how out of range values are handled
1386 # - value must be in range (e.g. -16 <-> +15, i.e. ~15 <-> 15)
1851 for i in range(_high_bit(low)+1, _high_bit(high)):
1856 for i in range(low+1, high):
H A Dpickle.py1476 for i in range(0, len(items), 2)}
1697 for i in range(0, len(items), 2):
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp1283 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in iterate() local
1294 vk.cmdClearColorImage(*cmdBuffer, **image, VK_IMAGE_LAYOUT_GENERAL, &clearColor.color, 1, &range); in iterate()
H A DvktBindingDescriptorUpdateTests.cpp117 VK_WHOLE_SIZE // VkDeviceSize range in EmptyDescriptorUpdateCase()
1099 vk::VkDeviceSize range; // The range for the descriptor update. in iterate() member
1180 // until we stay in this range. in iterate()
1193 // mutation that pushes the values back to the desired range. in iterate()
1212 write.range // VkDeviceSize range in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1599 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in iterate() local
1683 vk.cmdClearColorImage(*cmdBuffer, **images[i], VK_IMAGE_LAYOUT_GENERAL, &clearColor.color, 1, &range); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp1108 for index in range(arraySize):
1110 for comp in range(numComponents):
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp435 const VkImageSubresourceRange range = in createImageView() local
453 range, in createImageView()
1278 " float sampleIndex = float(gl_SampleID);\n" // sampleIndex is integer in range <0, 63> in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp1135 m_inBufferAccessRange // VkDeviceSize range; in BufferAccessInstance()
1147 m_outBufferAccessRange, // VkDeviceSize range; in BufferAccessInstance()
1484 logMsg << ", OK, written within the memory range bound to the buffer";
1514 logMsg << "expected value within the buffer range or 0";
1521 logMsg << "written out of the range";
1632 VkDeviceSize range;
1743 const VkDeviceSize rangeInBytes = rangeConfig.range * rangeMultiplier;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp1283 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in iterate() local
1294 vk.cmdClearColorImage(*cmdBuffer, **image, VK_IMAGE_LAYOUT_GENERAL, &clearColor.color, 1, &range); in iterate()
H A DvktBindingDescriptorUpdateTests.cpp117 VK_WHOLE_SIZE // VkDeviceSize range in EmptyDescriptorUpdateCase()
1099 vk::VkDeviceSize range; // The range for the descriptor update. in iterate() member
1180 // until we stay in this range. in iterate()
1193 // mutation that pushes the values back to the desired range. in iterate()
1212 write.range // VkDeviceSize range in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1599 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in iterate() local
1683 vk.cmdClearColorImage(*cmdBuffer, **images[i], VK_IMAGE_LAYOUT_GENERAL, &clearColor.color, 1, &range); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp1108 for index in range(arraySize):
1110 for comp in range(numComponents):
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2.h452 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
595 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL1.cpp307 bool ValidateDeleteLists(const Context *, angle::EntryPoint entryPoint, GLuint list, GLsizei range) in ValidateDeleteLists() argument
454 bool ValidateGenLists(const Context *, angle::EntryPoint entryPoint, GLsizei range) in ValidateGenLists() argument

Completed in 63 milliseconds

1...<<81828384858687888990>>...98