Home
last modified time | relevance | path

Searched refs:VectorT (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSampleLocationsUtil.cpp38 template<typename VectorT>
41 bool operator()(const VectorT& v1, const VectorT& v2) const in operator ()()
43 for (int i = 0; i < VectorT::SIZE; ++i) in operator ()()
DvktPipelineMultisampleSampleLocationsExtTests.cpp99 template<typename VectorT>
102 bool operator()(const VectorT& v1, const VectorT& v2) const in operator ()()
104 for (int i = 0; i < VectorT::SIZE; ++i) in operator ()()
/third_party/boost/boost/numeric/ublas/traits/
Diterator_type.hpp93 template <typename VectorT>
94 struct iterator_type<VectorT, void>
96 typedef typename vector_traits<VectorT>::iterator type;
Dconst_iterator_type.hpp94 template <typename VectorT>
95 struct const_iterator_type<VectorT, void>
97 typedef typename vector_view_traits<VectorT>::const_iterator type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h107 template <typename VectorT, typename MatrixT> class PoolCostAllocator {
109 using VectorCostPool = ValuePool<VectorT>;
113 using Vector = VectorT;
DReductionRules.h150 template <typename VectorT>
151 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPriorityWorklist.h54 template <typename T, typename VectorT = std::vector<T>,
195 typename VectorT::iterator E = in erase_if()
250 VectorT V;
DFoldingSet.h557 template <class T, class VectorT = SmallVector<T*, 8>>
560 VectorT Vector;
565 using iterator = pointee_iterator<typename VectorT::iterator>;
570 using const_iterator = pointee_iterator<typename VectorT::const_iterator>;
/third_party/boost/boost/numeric/ublas/operation/
Dsize.hpp43 template <typename VectorT>
47 typedef typename vector_traits<VectorT>::size_type type;
/third_party/skia/src/utils/
DSkJSON.cpp506 template <typename VectorT>
511 using T = typename VectorT::ValueT; in popScopeAsVec()
526 placeholder = VectorT(begin, count, fAlloc); in popScopeAsVec()
/third_party/flutter/skia/src/utils/
DSkJSON.cpp498 template <typename VectorT>
503 using T = typename VectorT::ValueT; in popScopeAsVec()
518 placeholder = VectorT(begin, count, fAlloc); in popScopeAsVec()
/third_party/boost/libs/icl/test/
Dtest_interval_set_shared.hpp779 typedef std::vector<T> VectorT; in interval_set_element_iter_4_discrete_types() typedef
784 VectorT vec(5), cev(5); in interval_set_element_iter_4_discrete_types()
788 VectorT dest; in interval_set_element_iter_4_discrete_types()
Dtest_interval_map_shared.hpp1409 typedef std::vector<std::pair<T,U> > VectorT; in interval_map_element_iter_4_discrete_types() typedef
1417 VectorT vec(5), cev(5); in interval_map_element_iter_4_discrete_types()
1421 VectorT dest; in interval_map_element_iter_4_discrete_types()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h191 using VectorT = SmallVector<Edge, 4>; variable
295 VectorT Edges;
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4992 template<typename CmpLess, typename VectorT>
4993 size_t VmaVectorInsertSorted(VectorT& vector, const typename VectorT::value_type& value) in VmaVectorInsertSorted()
5004 template<typename CmpLess, typename VectorT>
5005 bool VmaVectorRemoveSorted(VectorT& vector, const typename VectorT::value_type& value) in VmaVectorRemoveSorted()
5008 typename VectorT::iterator it = VmaBinaryFindFirstNotLess( in VmaVectorRemoveSorted()