| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | gl_spirv.c | 222 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 D | transformation_add_constant_scalar.cpp | 57 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 D | flatten_decoration_pass.cpp | 56 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 D | transformation_add_constant_scalar.cpp | 57 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 D | flatten_decoration_pass.cpp | 56 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 D | SkUnicode.cpp | 24 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 D | transformation_add_constant_scalar.cpp | 57 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 D | flatten_decoration_pass.cpp | 56 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 D | xface.h | 63 uint8_t words[XFACE_MAX_WORDS]; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | spirv_builder.h | 38 uint32_t *words; member
|
| /third_party/node/test/js-native-api/test_bigint/ |
| H A D | test_bigint.c | 98 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 D | spirv_to_dxil.c | 93 spirv_to_dxil(const uint32_t *words, size_t word_count, in spirv_to_dxil() argument
|
| /third_party/libdrm/tegra/ |
| H A D | pushbuf.c | 59 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 D | u_bitmask.c | 53 util_bitmask_word *words; member [all...] |
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_intern.c | 175 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 D | bn_intern.c | 175 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 D | binary_to_text_test.cpp | 498 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 D | bin_to_dot.cpp | 168 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 D | RuleTests.java | 89 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 D | binary_to_text_test.cpp | 498 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 D | bin_to_dot.cpp | 168 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 D | MD5.h | 76 std::pair<uint64_t, uint64_t> words() const { in words() function
|
| /third_party/python/Doc/tools/extensions/ |
| H A D | asdl_highlight.py | 8 from pygments.lexer import RegexLexer, bygroups, include, words namespace
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextTabAlign.cpp | 83 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 D | string_utils.h | 110 inline std::string MakeString(const VectorType& words, in MakeString() argument 118 inline std::string MakeString(const uint32_t* words, size_ argument [all...] |