Searched refs:VectorT (Results 1 – 15 of 15) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSampleLocationsUtil.cpp | 38 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 ()()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 99 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/ |
D | iterator_type.hpp | 93 template <typename VectorT> 94 struct iterator_type<VectorT, void> 96 typedef typename vector_traits<VectorT>::iterator type;
|
D | const_iterator_type.hpp | 94 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/ |
D | CostAllocator.h | 107 template <typename VectorT, typename MatrixT> class PoolCostAllocator { 109 using VectorCostPool = ValuePool<VectorT>; 113 using Vector = VectorT;
|
D | ReductionRules.h | 150 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/ |
D | PriorityWorklist.h | 54 template <typename T, typename VectorT = std::vector<T>, 195 typename VectorT::iterator E = in erase_if() 250 VectorT V;
|
D | FoldingSet.h | 557 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/ |
D | size.hpp | 43 template <typename VectorT> 47 typedef typename vector_traits<VectorT>::size_type type;
|
/third_party/skia/src/utils/ |
D | SkJSON.cpp | 506 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/ |
D | SkJSON.cpp | 498 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/ |
D | test_interval_set_shared.hpp | 779 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()
|
D | test_interval_map_shared.hpp | 1409 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/ |
D | LazyCallGraph.h | 191 using VectorT = SmallVector<Edge, 4>; variable 295 VectorT Edges;
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4992 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()
|