Home
last modified time | relevance | path

Searched refs:index (Results 10576 - 10594 of 10594) sorted by relevance

1...<<421422423424

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp10098 uint32_t index,
10102 d.vkCmdBeginQueryIndexedEXT( m_commandBuffer, static_cast<VkQueryPool>( queryPool ), query, static_cast<VkQueryControlFlags>( flags ), index );
10107 CommandBuffer::endQueryIndexedEXT( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, uint32_t index, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
10110 d.vkCmdEndQueryIndexedEXT( m_commandBuffer, static_cast<VkQueryPool>( queryPool ), query, index );
[all...]
H A Dvulkan_handles.hpp5161 uint32_t index,
5167 uint32_t index,
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c2672 offset = (lc->gb.index >> 3); in hls_slice_data_wpp()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp97 void NumberFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
2412 errln("DecimalFormatSymbols has an empty string at index %d.", symbolEnum); in TestSymbolsWithBadLocale()
2568 * iterator. The integer will be an index into the given list, or
3476 // the string to be parsed, parsed position, parsed error index in TestSpaceParsing()
7363 errln("%s:%d: operator== did not match at index[%d] - %p vs %p", file, line, i, in testFormattableAsUFormattable()
8510 assertEquals("begin index", 6, fpCurr.getBeginIndex()); in Test11868()
8511 assertEquals("end index", 16, fpCurr.getEndIndex()); in Test11868()
8531 assertEquals("begin index", 10, fpCurr.getBeginIndex()); in Test11868()
8532 assertEquals("end index", 20, fpCurr.getEndIndex()); in Test11868()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp15 // 'wide' iteration. After this transformation the index is incremented
467 /// loop at unroll index \p Part. If the value has already been vectorized,
2145 // R = Pic[i]; // Member of index 0
2146 // G = Pic[i+1]; // Member of index 1
2147 // B = Pic[i+2]; // Member of index 2
2159 // Pic[i] = R; // Member of index 0
2160 // Pic[i+1] = G; // Member of index 1
2161 // Pic[i+2] = B; // Member of index 2
2196 // If the group is reverse, adjust the index to refer to the last vector lane
2197 // instead of the first. We adjust the index fro
[all...]
/third_party/python/Lib/test/
H A Dtest_io.py295 n = b.index(self._blocker_char)
H A Dtest_inspect.py403 self.assertEqual(record.index, 0)
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_api_impl_bridge.cpp209 panda::NumberRef::New(vm, routerPageResult->index), in GetPageInfoByUniqueId()
214 const char* routerPageKeys[] = { "context", "index", "name", "path", "state", "pageId" }; in GetPageInfoByUniqueId()
226 panda::NumberRef::New(vm, navDestinationResult->index), in GetPageInfoByUniqueId()
229 const char* navDestinationKeys[] = { "navigationId", "name", "state", "index", "param", "navDestinationId" }; in GetPageInfoByUniqueId()
375 Local<JSValueRef> thirdArg = runtimeCallInfo->GetCallArgRef(2); // 2: parameter index in SetMarqueeFrameRateRange()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1239 // Create command pool and command buffer with proper queue family index in setupDeviceWithTransferQueue()
5991 // Create a new command pool and allocate a command buffer with universal queue family index and destroy the old one.
6978 const auto index = (y * fbWidth + x) * sampleCount + s;
6979 if (!outputFlags[index])
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp5704 // Create a new command pool and allocate a command buffer with universal queue family index and destroy the old one. in ResolveImageToImage()
6691 const auto index = (y * fbWidth + x) * sampleCount + s; in checkIntermediateCopy() local
6692 if (!outputFlags[index]) in checkIntermediateCopy()
/third_party/libevdev/
H A Dconfigure15294 prefix = substr(line, 1, index(line, defundef) - 1)
15559 # Compute "$ac_file"'s index in $config_headers.
/third_party/skia/third_party/externals/libpng/
H A Dconfigure15130 prefix = substr(line, 1, index(line, defundef) - 1)
15395 # Compute "$ac_file"'s index in $config_headers.
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c363 * index of the palette to use for formats with a palette otherwise a boolean
525 /* Find a sample index for the desired sample: */ in sample()
676 /* Return the index of the changed byte. */ in pixel_cmp()
3623 * no relationship between palette index and the color value therein!) in make_standard_palette()
6871 /* We don't expect changes to the index here even if the bit depth is in transform_image_validate()
6878 png_error(pp, "unexpected transformed palette index"); in transform_image_validate()
8276 * expressed as a 24bit rgb, not an index. in image_transform_png_set_background_set()
8283 expand = 0; /* passing in an RGB not a pixel index */ in image_transform_png_set_background_set()
10262 /* Record the palette index for index image in gamma_image_validate()
[all...]
/third_party/eudev/
H A Dconfigure21035 prefix = substr(line, 1, index(line, defundef) - 1)
21300 # Compute "$ac_file"'s index in $config_headers.
/third_party/lame/
H A Dconfigure19795 prefix = substr(line, 1, index(line, defundef) - 1)
20060 # Compute "$ac_file"'s index in $config_headers.
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure18284 prefix = substr(line, 1, index(line, defundef) - 1)
18549 # Compute "$ac_file"'s index in $config_headers.
/third_party/node/deps/cares/
H A Dconfigure26815 prefix = substr(line, 1, index(line, defundef) - 1)
27080 # Compute "$ac_file"'s index in $config_headers.
/third_party/python/
H A Dconfigure30103 prefix = substr(line, 1, index(line, defundef) - 1)
/third_party/sqlite/src/
H A Dsqlite3.c1865 ** CAPI3REF: Maximum xShmLock index
2741 ** process a table with generated columns and a descending index. This is
4317 ** result set of a [SELECT] or the maximum number of columns in an index
4345 ** <dd>The maximum index number of any [parameter] in an SQL statement.)^
4766 ** ^The second argument is the index of the SQL parameter to be set.
4767 ** ^The leftmost SQL parameter has an index of 1. ^When the same named
4769 ** occurrences have the same index as the first occurrence.
4770 ** ^The index for named parameters can be looked up using the
4771 ** [sqlite3_bind_parameter_index()] API if desired. ^The index
4874 ** index i
[all...]

Completed in 421 milliseconds

1...<<421422423424