Home
last modified time | relevance | path

Searched defs:words (Results 26 - 50 of 207) sorted by relevance

123456789

/third_party/mesa3d/src/compiler/spirv/
H A Dgl_spirv.c222 gl_spirv_validation(const uint32_t *words, size_t word_count, in gl_spirv_validation() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_constant_scalar.cpp57 auto words = (width + 32 - 1) / 32; in IsApplicable() local
26 TransformationAddConstantScalar( uint32_t fresh_id, uint32_t type_id, const std::vector<uint32_t>& words, bool is_irrelevant) TransformationAddConstantScalar() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dflatten_decoration_pass.cpp56 Words& words = normal_uses[inst.GetSingleWordInOperand(0)]; in Process() local
62 Words& words = member_uses[inst.GetSingleWordInOperand(0)]; in Process() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_constant_scalar.cpp57 auto words = (width + 32 - 1) / 32; in IsApplicable() local
26 TransformationAddConstantScalar( uint32_t fresh_id, uint32_t type_id, const std::vector<uint32_t>& words, bool is_irrelevant) TransformationAddConstantScalar() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dflatten_decoration_pass.cpp56 Words& words = normal_uses[inst.GetSingleWordInOperand(0)]; in Process() local
62 Words& words = member_uses[inst.GetSingleWordInOperand(0)]; in Process() local
/third_party/skia/modules/skunicode/src/
H A DSkUnicode.cpp24 MakeClientBasedUnicode( SkSpan<char> text, std::vector<SkUnicode::Position> words, std::vector<SkUnicode::Position> graphemeBreaks, std::vector<SkUnicode::LineBreakBefore> lineBreaks) MakeClientBasedUnicode() argument
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_constant_scalar.cpp57 auto words = (width + 32 - 1) / 32; in IsApplicable() local
26 TransformationAddConstantScalar( uint32_t fresh_id, uint32_t type_id, const std::vector<uint32_t>& words, bool is_irrelevant) TransformationAddConstantScalar() argument
/third_party/spirv-tools/source/opt/
H A Dflatten_decoration_pass.cpp56 Words& words = normal_uses[inst.GetSingleWordInOperand(0)]; in Process() local
62 Words& words = member_uses[inst.GetSingleWordInOperand(0)]; in Process() local
/third_party/ffmpeg/libavcodec/
H A Dxface.h63 uint8_t words[XFACE_MAX_WORDS]; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.h38 uint32_t *words; member
/third_party/node/test/js-native-api/test_bigint/
H A Dtest_bigint.c98 uint64_t words[10]; in TestWords() local
117 uint64_t words[10] = {0}; in CreateTooBigBigInt() local
129 uint64_t words[10] = {0}; in MakeBigIntWordsThrow() local
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c93 spirv_to_dxil(const uint32_t *words, size_t word_count, in spirv_to_dxil() argument
/third_party/libdrm/tegra/
H A Dpushbuf.c59 drm_tegra_pushbuf_begin(struct drm_tegra_pushbuf *pushbuf, unsigned int words, uint32_t **ptrp) drm_tegra_pushbuf_begin() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_bitmask.c53 util_bitmask_word *words; member
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_intern.c175 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size) in bn_set_static_words() argument
188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words() argument
/third_party/openssl/crypto/bn/
H A Dbn_intern.c175 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size) in bn_set_static_words() argument
188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words() argument
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_to_text_test.cpp498 auto words = CompileSuccessfully(""); in TEST_F() local
525 auto words = CompileSuccessfully(""); in TEST_P() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/
H A Dbin_to_dot.cpp168 spv_result_t BinaryToDot(const spv_const_context context, const uint32_t* words, in BinaryToDot() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/
H A DRuleTests.java89 assertClosure( CMapTable cmap, Map<Integer, Set<Rule>> glyphRulesMap, List<String> words, List<GlyphGroup> expecteds) assertClosure() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_to_text_test.cpp498 auto words = CompileSuccessfully(""); in TEST_F() local
525 auto words = CompileSuccessfully(""); in TEST_P() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/cfg/
H A Dbin_to_dot.cpp168 spv_result_t BinaryToDot(const spv_const_context context, const uint32_t* words, in BinaryToDot() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMD5.h76 std::pair<uint64_t, uint64_t> words() const { in words() function
/third_party/python/Doc/tools/extensions/
H A Dasdl_highlight.py8 from pygments.lexer import RegexLexer, bygroups, include, words namespace
/third_party/skia/modules/skparagraph/src/
H A DTextTabAlign.cpp83 bool TextTabAlign::leftAlignProcessTab(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessTab() argument
107 bool TextTabAlign::leftAlignProcessEndofWord(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessEndofWord() argument
116 bool TextTabAlign::leftAlignProcessEndofLine(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessEndofLine() argument
126 bool TextTabAlign::leftAlignProcessCluster(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessCluster() argument
135 void TextTabAlign::rightAlignProcessTabBlockEnd(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters) in rightAlignProcessTabBlockEnd() argument
144 bool TextTabAlign::rightAlignProcessTab(TextWrapper::TextStretch& words, TextWrappe argument
172 rightAlignProcessEndofWord(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, SkScalar totalFakeSpacing) rightAlignProcessEndofWord() argument
194 rightAlignProcessEndofLine(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, SkScalar totalFakeSpacing) rightAlignProcessEndofLine() argument
205 rightAlignProcessCluster(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, SkScalar totalFakeSpacing) rightAlignProcessCluster() argument
216 centerAlignProcessTabBlockEnd(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters) centerAlignProcessTabBlockEnd() argument
231 centerAlignProcessTab(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, SkScalar totalFakeSpacing) centerAlignProcessTab() argument
263 centerAlignProcessEndofWord(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, SkScalar totalFakeSpacing) centerAlignProcessEndofWord() argument
291 centerAlignProcessEndofLine(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, SkScalar totalFakeSpacing) centerAlignProcessEndofLine() argument
302 centerAlignProcessCluster(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, SkScalar totalFakeSpacing) centerAlignProcessCluster() argument
[all...]
/third_party/spirv-tools/source/util/
H A Dstring_utils.h110 inline std::string MakeString(const VectorType& words, in MakeString() argument
118 inline std::string MakeString(const uint32_t* words, size_ argument
[all...]

Completed in 11 milliseconds

123456789