| /third_party/spirv-tools/test/ |
| H A D | binary_to_text_test.cpp | 509 auto words = CompileSuccessfully(""); in TEST_F() local 536 auto words = CompileSuccessfully(""); in TEST_P() local [all...] |
| /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/ffmpeg/libavformat/ |
| H A D | latmenc.c | 109 int words = length >> 4; in copy_bits() local
|
| /third_party/backends/lib/ |
| H A D | md5.c | 304 const md5_uint32 *words = buffer; in md5_process_block() local
|
| /third_party/libuv/src/ |
| H A D | inet.c | 72 unsigned int words[sizeof(struct in6_addr) / sizeof(uint16_t)]; in inet_ntop6() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_util.h | 341 std::vector<uint64_t> words; global() member [all...] |
| /third_party/node/deps/uv/src/ |
| H A D | inet.c | 77 unsigned int words[sizeof(struct in6_addr) / sizeof(uint16_t)]; in inet_ntop6() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | instruction.h | 69 const std::vector<uint32_t>& words() const { return words_; } in words() function in spvtools::val::Instruction
|
| H A D | validate.cpp | 155 ValidateBinaryUsingContextAndValidationState( const spv_context_t& context, const uint32_t* words, const size_t num_words, spv_diagnostic* pDiagnostic, ValidationState_t* vstate) ValidateBinaryUsingContextAndValidationState() argument 379 ValidateBinaryAndKeepValidationState( const spv_const_context context, spv_const_validator_options options, const uint32_t* words, const size_t num_words, spv_diagnostic* pDiagnostic, std::unique_ptr<ValidationState_t>* vstate) ValidateBinaryAndKeepValidationState() argument 406 spvValidateBinary(const spv_const_context context, const uint32_t* words, const size_t num_words, spv_diagnostic* pDiagnostic) spvValidateBinary() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
| H A D | constant_uniform_facts.cpp | 149 std::vector<uint32_t> words = GetConstantWords(fact); in FloatingPointValueIsSuitable() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | const_folding_rules.cpp | 176 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 187 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
| H A D | constant_uniform_facts.cpp | 149 std::vector<uint32_t> words = GetConstantWords(fact); in FloatingPointValueIsSuitable() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | instruction.h | 69 const std::vector<uint32_t>& words() const { return words_; } in words() function in spvtools::val::Instruction
|
| /third_party/spirv-tools/source/fuzz/fact_manager/ |
| H A D | constant_uniform_facts.cpp | 149 std::vector<uint32_t> words = GetConstantWords(fact); in FloatingPointValueIsSuitable() local
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextTabAlign.h | 32 bool processTab(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, in processTab() argument 42 bool processEndofWord(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, in processEndofWord() argument 52 bool processEndofLine(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, in processEndofLine() argument 62 bool processCluster(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* currentCluster, in processCluster() argument [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | instruction.h | 69 const std::vector<uint32_t>& words() const { return words_; } in words() function in spvtools::val::Instruction
|
| /third_party/gn/src/gn/ |
| H A D | string_utils.cc | 329 SpellcheckString(std::string_view text, const std::vector<std::string_view>& words) SpellcheckString() argument
|
| /third_party/mesa3d/src/freedreno/ir2/ |
| H A D | disasm-a2xx.c | 604 uint16_t words[3]; in print_cf() local
|
| /third_party/mesa3d/src/asahi/lib/ |
| H A D | wrap.c | 189 uint32_t *words = (uint32_t *) (ptr + 1); in wrap_Method() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_mm.c | 126 int words, ret; in mm_slab_new() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_compute.c | 221 unsigned words = nv50->constbuf[s][0].size / 4; in nv50_compute_validate_constbufs() local
|
| H A D | nv50_shader_state.c | 60 unsigned words = nv50->constbuf[s][0].size / 4; in nv50_constbufs_validate() local
|
| H A D | nv50_transfer.c | 500 nv50_cb_bo_push(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned domain, unsigned bufid, unsigned offset, unsigned words, const uint32_t *data) nv50_cb_bo_push() argument 527 nv50_cb_push(struct nouveau_context *nv, struct nv04_resource *res, unsigned offset, unsigned words, const uint32_t *data) nv50_cb_push() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/ |
| H A D | constant_uniform_facts_test.cpp | 620 uint32_t words[1]; in TEST() local 634 uint32_t words[1]; in TEST() local 38 AddFactHelper( FactManager* fact_manager, const std::vector<uint32_t>& words, const protobufs::UniformBufferElementDescriptor& descriptor) AddFactHelper() argument 643 uint32_t words[2]; TEST() local 657 uint32_t words[2]; TEST() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
| H A D | transformation_replace_boolean_constant_with_constant_binary_test.cpp | 420 uint32_t words[2]; in TEST() local 437 uint32_t words[2]; in TEST() local
|