Home
last modified time | relevance | path

Searched defs:elements (Results 1 – 17 of 17) sorted by relevance

/device/generic/vulkan-cereal/base/
DContiguousRangeMapper_unittest.cpp24 std::vector<uintptr_t> elements = { in TEST() local
56 std::vector<uintptr_t> elements = { in TEST() local
84 std::vector<uintptr_t> elements = { in TEST() local
Dring_buffer_unittest.cpp46 std::vector<uint8_t> elements(kNumElts); in TEST() local
162 std::vector<uint8_t> elements(kNumElts); in TEST() local
200 std::vector<uint8_t> elements(kNumElts); in TEST() local
312 std::vector<uint8_t> elements(kNumElts); in TEST() local
397 std::vector<uint8_t> elements(testSize); in TEST() local
431 std::vector<uint8_t> elements(kNumElts); in TEST() local
511 std::vector<uint8_t> elements(testSize); in TEST() local
566 std::vector<uint8_t> elements = { in TEST() local
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix()
37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix()
44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix()
135 std::vector<T> elements() const { return mElements; } in elements() function
Dmatrix_utils.cpp30 Mat4::Mat4(const std::vector<float> &elements) : Matrix(elements, 4) {} in Mat4()
32 Mat4::Mat4(const float *elements) : Matrix(elements, 4) {} in Mat4()
Dmatrix_utils_unittest.cpp228 float elements[] = { in TEST() local
/device/generic/vulkan-cereal/third-party/angle/util/
Drandom_utils.h43 T &randomSelect(std::vector<T> &elements) in randomSelect()
49 const T &randomSelect(const std::vector<T> &elements) in randomSelect()
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dconventions.py82 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): argument
129 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument
Dvaliditygenerator.py124 def makeProseList(self, elements, fmt=plf.AND, argument
145 def makeProseListIs(self, elements, fmt=plf.AND, argument
/device/generic/vulkan-cereal/protocols/vulkan/scripts/
Dconventions.py82 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): argument
129 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument
Dvaliditygenerator.py124 def makeProseList(self, elements, fmt=plf.AND, argument
145 def makeProseListIs(self, elements, fmt=plf.AND, argument
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DVertexDeclarationCache.cpp107 D3DVERTEXELEMENT9 elements[gl::MAX_VERTEX_ATTRIBS + 1]; in applyDeclaration() local
DBlit9.cpp109 static const D3DVERTEXELEMENT9 elements[] = { in initialize() local
/device/generic/vulkan-cereal/third-party/angle/src/libShaderTranslator/
DlibShaderTranslator.cpp138 size_t elements = inputMap.size(); in createNameHashingMap() local
/device/generic/vulkan-cereal/protocols/vulkan/config/chunkindex/
Dlunr.js188 lunr.Set = function (elements) { argument
754 lunr.Vector = function (elements) { argument
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DIntermNode.cpp113 std::vector<float> elements; in GetMatrix() local
124 std::vector<float> elements; in GetMatrix() local
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi.cpp110 ImplicitLayer* elements; member
/device/generic/vulkan-cereal/protocols/vulkan/katex/
Dkatex.mjs7975 …const elements = buildExpression(group.body, options.withColor(group.color), false); // \color isn… constant