Home
last modified time | relevance | path

Searched defs:components (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Drange.hpp31 inline length_t components(tvec1<T, P> const & v) in components() function
37 inline length_t components(tvec2<T, P> const & v) in components() function
43 inline length_t components(tvec3<T, P> const & v) in components() function
49 inline length_t components(tvec4<T, P> const & v) in components() function
55 inline length_t components(genType const & m) in components() function
Dtype_trait.hpp46 static length_t const components = 0; member
59 components = 1 enumerator
71 components = 2 enumerator
83 components = 3 enumerator
95 components = 4 enumerator
107 components = 2, enumerator
121 components = 2, enumerator
135 components = 2, enumerator
149 components = 3, enumerator
163 components = 3, enumerator
[all …]
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/
Dhttp.js4 parse: function (components, options) { argument
11 serialize: function (components, options) { argument
Dws.js8 parse: function (components, options) { argument
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeFilePath.cpp50 FilePath::FilePath (const std::vector<std::string>& components) in FilePath()
89 FilePath FilePath::join (const std::vector<std::string>& components) in join()
96 std::vector<std::string> components; in normalize() local
141 std::vector<std::string> components; in getBaseName() local
148 std::vector<std::string> components; in getDirName() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h183 const std::vector<const Constant*>& components) in CompositeConstant()
186 std::vector<const Constant*>&& components) in CompositeConstant()
196 const std::vector<const Constant*>& components) in StructConstant()
199 std::vector<const Constant*>&& components) in StructConstant()
220 const std::vector<const Constant*>& components) in VectorConstant()
224 std::vector<const Constant*>&& components) in VectorConstant()
253 const std::vector<const Constant*>& components) in ArrayConstant()
256 std::vector<const Constant*>&& components) in ArrayConstant()
/third_party/flutter/engine/flutter/fml/
Dfile.cc12 const std::vector<std::string>& components, in CreateDirectory()
33 const std::vector<std::string>& components, in CreateDirectory()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_spill.c59 unsigned components = MIN2(orig_components - comp, 4); in split_spill() local
94 unsigned components = MIN2(orig_components - comp, 4); in split_reload() local
/third_party/node/deps/npm/node_modules/sshpk/lib/
Didentity.js203 components: [ { name: 'cn', value: hostname } ] property
212 components: [ { name: 'uid', value: uid } ] property
221 components: [ { name: 'mail', value: email } ] property
235 return (new Identity({ components: cmps })); property
273 components: components property
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h313 const std::vector<const Constant*>& components) in CompositeConstant()
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant()
325 const std::vector<const Constant*>& components) in StructConstant()
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant()
348 const std::vector<const Constant*>& components) in VectorConstant()
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant()
381 const std::vector<const Constant*>& components) in MatrixConstant()
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) in MatrixConstant()
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant()
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant()
Dconstants.cpp256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
461 std::vector<const analysis::Constant*> components; in GetVectorComponents() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h313 const std::vector<const Constant*>& components) in CompositeConstant()
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant()
325 const std::vector<const Constant*>& components) in StructConstant()
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant()
348 const std::vector<const Constant*>& components) in VectorConstant()
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant()
381 const std::vector<const Constant*>& components) in MatrixConstant()
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) in MatrixConstant()
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant()
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant()
Dconstants.cpp256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
444 std::vector<const analysis::Constant*> components; in GetVectorComponents() local
/third_party/spirv-tools/source/opt/
Dconstants.h313 const std::vector<const Constant*>& components) in CompositeConstant()
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant()
325 const std::vector<const Constant*>& components) in StructConstant()
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant()
348 const std::vector<const Constant*>& components) in VectorConstant()
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant()
381 const std::vector<const Constant*>& components) in MatrixConstant()
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) in MatrixConstant()
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant()
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant()
Dconstants.cpp255 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
278 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
282 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
286 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
407 std::vector<const analysis::Constant*> components; in GetVectorComponents() local
/third_party/boost/boost/graph/
Dcreate_condensation_graph.hpp21 void create_condensation_graph(const Graph& g, const ComponentLists& components, in create_condensation_graph()
77 void create_condensation_graph(const Graph& g, const ComponentLists& components, in create_condensation_graph()
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Duri.js91 function _normalizeComponentEncoding(components, protocol) { argument
262 function _recomposeAuthority(components, options) { argument
316 export function serialize(components, options = {}) { argument
/third_party/typescript/tests/cases/fourslash/
DetsOption.json6 "components": [ array
13 "components": [ array
/third_party/skia/src/sksl/ir/
DSkSLSwizzle.cpp100 static String mask_string(const ComponentArray& components) { in mask_string()
110 ComponentArray components) { in optimize_constructor_swizzle()
239 ComponentArray components; in Convert() local
438 ComponentArray components) { in Make()
/third_party/alsa-lib/modules/mixer/simple/python/
Dmain.py16 components = info['components'] variable
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcLayoutLocationTests.cpp66 std::vector<DATA_TYPE> generateData(std::size_t width, std::size_t height, std::size_t components) in generateData()
93 ResultData createTexture1D(const Functions& gl, std::size_t components, GLenum internalFormat, GLen… in createTexture1D()
107 ResultData createTexture2D(const Functions& gl, std::size_t components, GLenum target, GLenum inter… in createTexture2D()
122 ResultData createTexture3D(const Functions& gl, std::size_t components, GLenum internalFormat, GLen… in createTexture3D()
137 ResultData createCubeMap(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum… in createCubeMap()
154 ResultData createTexture2DArray(const Functions& gl, std::size_t components, GLenum internalFormat,… in createTexture2DArray()
/third_party/boost/tools/build/src/build/
Dconfigure.py42 def register_components(components): argument
47 def components_building(components): argument
/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DDistexSplash.Designer.cs8 private System.ComponentModel.IContainer components = null; field in distribution_explorer.distexSplash
/third_party/boost/libs/compute/include/boost/compute/iterator/detail/
Dswizzle_iterator.hpp109 swizzle_iterator(InputIterator iterator, const std::string &components) in swizzle_iterator()
174 make_swizzle_iterator(InputIterator iterator, const std::string &components) in make_swizzle_iterator()
/third_party/boost/boost/compute/iterator/detail/
Dswizzle_iterator.hpp109 swizzle_iterator(InputIterator iterator, const std::string &components) in swizzle_iterator()
174 make_swizzle_iterator(InputIterator iterator, const std::string &components) in make_swizzle_iterator()

12345678910>>...17