Home
last modified time | relevance | path

Searched +defs:reference +defs:count (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_fence.h43 struct pipe_reference reference; member
51 unsigned count; member
/third_party/skia/tests/
DSortTest.cpp27 const int array[], const int reference[], int n) { in check_sort()
47 int count = rand.nextRangeU(1, SK_ARRAY_COUNT(randomArray)); in DEF_TEST() local
/third_party/skia/third_party/externals/angle2/src/common/
DFixedVector.h27 using reference = typename Storage::reference; variable
111 FixedVector<T, N, Storage>::FixedVector(size_type count, const value_type &value) : mSize(count) in FixedVector()
118 FixedVector<T, N, Storage>::FixedVector(size_type count) : mSize(count) in FixedVector()
304 void FixedVector<T, N, Storage>::resize(size_type count) in resize()
320 void FixedVector<T, N, Storage>::resize(size_type count, const value_type &value) in resize()
DFastVector.h29 using reference = typename Storage::reference; variable
129 FastVector<T, N, Storage>::FastVector(size_type count, const value_type &value) in FastVector()
137 FastVector<T, N, Storage>::FastVector(size_type count) in FastVector()
374 void FastVector<T, N, Storage>::resize(size_type count) in resize()
384 void FastVector<T, N, Storage>::resize(size_type count, const value_type &value) in resize()
610 size_t count = alignedSize >> kShiftForDivision; in reserve() local
/third_party/gn/src/base/containers/
Dcircular_deque.h135 using reference = const T&; variable
335 using reference = T&; variable
406 using reference = value_type&; variable
422 circular_deque(size_type count) { resize(count); } in circular_deque()
423 circular_deque(size_type count, const T& value) { resize(count, value); } in circular_deque()
483 void assign(size_type count, const value_type& value) { in assign()
635 void resize(size_type count) { in resize()
654 void resize(size_type count, const value_type& value) { in resize()
684 void insert(const_iterator pos, size_type count, const T& value) { in insert()
1011 void MakeRoomFor(size_t count, iterator* insert_begin, iterator* insert_end) { in MakeRoomFor()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp492 bool DataTest::compare(const glw::GLuint* data, const glw::GLuint* reference, const glw::GLsizei co… in compare()
517 const glw::GLuint* data, const glw::GLuint* reference, const glw::GLsizei count) in LogFail()
729 …:Compare<glw::GLfloat>(const glw::GLfloat* data, const glw::GLfloat* reference, const glw::GLsizei… in Compare()
754 bool ClearTest::Compare(const T* data, const T* reference, const glw::GLsizei count) in Compare()
776 …learTest::LogFail(bool use_sub_data, glw::GLenum internalformat, const T* data, const T* reference, in LogFail()
777 const glw::GLsizei count) in LogFail()
861 bool ClearTest::TestClearNamedBufferData(glw::GLenum internalformat, glw::GLsizei count, glw::GLenu… in TestClearNamedBufferData()
959 glw::GLubyte reference[4] = { 5, 1, 2, 3 }; in iterate() local
983 glw::GLbyte reference[4] = { 5, 1, -2, 3 }; in iterate() local
997 glw::GLushort reference[4] = { 5, 1, 2, 3 }; in iterate() local
[all …]
Dgl4cDirectStateAccessVertexArraysTests.cpp1680 static const glw::GLint reference[2] = { 0 + 2 + 4, 1 + 3 + 5 }; in DrawAndCheck() local
1955 glw::GLuint const count; in PrepareProgram() member
2367 T reference[8] = { 0 }; in DrawAndCheck() local
3030 glw::GLint reference[] = { 0, 2 }; in iterate() local
3038 glw::GLint reference[] = { 0, 0, 1, 1 }; in iterate() local
3046 glw::GLint reference[] = { 0, 1, 2, 3 }; in iterate() local
3054 glw::GLint reference[] = { 0, 1, 0, 1 }; in iterate() local
3062 glw::GLint reference[] = { 0, 1, 2, 3 }; in iterate() local
3382 bool AttributeBindingDivisorTest::CheckXFB(const glw::GLuint count, const glw::GLint expected[], in CheckXFB()
/third_party/node/deps/v8/src/compiler/
Dnode.h385 int count() const { return count_; } in count() function
389 InputEdges(ZoneNodePtr* input_root, Use* use_root, int count) in InputEdges()
407 int count() const { return count_; } in count() function
411 explicit Inputs(ZoneNodePtr const* input_root, int count) in Inputs()
493 using reference = Edge&; variable
552 using reference = value_type&; variable
648 using reference = Node*&; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPriorityWorklist.h60 using reference = T&; variable
79 size_type count(const key_type &key) const { in count() function
DDenseSet.h91 size_type count(const_arg_type_t<ValueT> V) const { in count() function
114 using reference = value_type &; variable
140 using reference = const value_type &; variable
DSparseMultiSet.h186 using reference = ValueT &; variable
254 using reference = typename super::reference; variable
386 size_type count(const KeyT &Key) const { in count() function
DSetVector.h44 using reference = T&; variable
210 size_type count(const key_type &key) const { in count() function
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshglob.c46 FT_UInt count = stdw->count; in psh_globals_scale_widths() local
155 FT_Int reference, delta; in psh_blues_set_zones_0() local
156 FT_UInt count; in psh_blues_set_zones_0() local
235 FT_UInt count, in psh_blues_set_zones()
370 FT_UInt count; in psh_blues_scale_zones() local
531 FT_UInt count; in psh_calc_max_height() local
554 FT_UInt count; in psh_blues_snap_stem() local
655 FT_UInt count; in psh_globals_new() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkRenderPass.cpp50 void CopySubpasses(VkSubpassDescription *dst, const T *src, uint32_t count) in CopySubpasses()
68 void CopyAttachmentDescriptions(VkAttachmentDescription *dst, const T *src, uint32_t count) in CopyAttachmentDescriptions()
85 void CopyAttachmentReferences(VkAttachmentReference *dst, const T *src, uint32_t count) in CopyAttachmentReferences()
95 void CopySubpassDependencies(VkSubpassDependency *dst, const T *src, uint32_t count) in CopySubpassDependencies()
179 VkAttachmentReference2 *reference = reinterpret_cast<VkAttachmentReference2 *>(hostMemory); in RenderPass() local
/third_party/vk-gl-cts/framework/delibs/debase/
DdeSha1.c36 static deUint32 leftRotate (deUint32 val, deUint32 count) in leftRotate()
391 deSha1 reference; in deSha1_selfTest() local
411 deSha1 reference; in deSha1_selfTest() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.h95 uint32_t count; member
101 struct pipe_reference reference; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view.h172 using reference = char&; variable
465 size_type find(const char* s, size_type pos, size_type count) const { in find()
488 size_type rfind(const char* s, size_type pos, size_type count) const { in rfind()
514 size_type count) const { in find_first_of()
539 size_type find_last_of(const char* s, size_type pos, size_type count) const { in find_last_of()
563 size_type count) const { in find_first_not_of()
588 size_type count) const { in find_last_not_of()
/third_party/skia/src/core/
DSkZip.h32 using reference = value_type; variable
95 constexpr SkZip subspan(size_t offset, size_t count) const { in subspan()
/third_party/spirv-tools/source/
Denum_set.h86 typedef T& reference; typedef
201 EnumSet(ElementType count, const T* array) : EnumSet() { in EnumSet()
312 inline size_t count(T value) const { return contains(value) ? 1 : 0; } in count() function
/third_party/gn/src/gn/
Dimmutable_vector.h60 using reference = T&; variable
222 static Header* AllocateFor(size_t count) { in AllocateFor()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h105 size_t count = 0; member
157 Allocator::Deleter::Deleter(Allocator* allocator, size_t count) in Deleter()
241 size_t count = 0; member
334 using reference = T&; member
/third_party/mesa3d/src/amd/compiler/
Daco_util.h48 using reference = value_type&; variable
261 size_t count(uint32_t id) const in count() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMustExecute.h277 typedef const Instruction *&reference; typedef
331 bool count(const Instruction *I) const { return Visited.count(I); } in count() function
/third_party/icu/tools/colprobe/
Dsortedlines.cpp272 int32_t count = 0; in setSortingArray() local
1573 const char *locale, const char *platform, const char *reference, in toOutput()
1587 const char *platform, const char *reference, in toHTML()
1648 const char *platform, const char *reference, in toXML()
1709 const char *platform, const char *reference, in toBundle()
1776 SortedLines::reduceDifference(SortedLines& reference) { in reduceDifference()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPassEncoder.cpp134 void RenderPassEncoder::APISetStencilReference(uint32_t reference) { in APISetStencilReference()
240 void RenderPassEncoder::APIExecuteBundles(uint32_t count, in APIExecuteBundles()

123456