/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_dirty_surfaces.h | 70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_levels_for_sampling() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_dump.cpp | 304 bool first = true; in dump_vec() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_decl_sm30.c | 577 unsigned first = decl->Range.First; in svga_translate_decl_sm30() local
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_compute.c | 108 panfrost_set_global_binding(struct pipe_context *pctx, unsigned first, unsigned count, struct pipe_resource **resources, uint32_t **handles) panfrost_set_global_binding() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_fs.h | 71 struct r300_fragment_shader_code* first; member
|
/third_party/node/deps/uv/src/win/ |
H A D | req-inl.h | 143 uv_req_t* first; in uv__process_reqs() local
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | readme_preview.rs | 289 let mut first = true; in set_color() variables [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCombinationsIterator.hpp | 61 static deUint32 seriesProduct (deUint32 first, deUint32 last) in seriesProduct() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | fuzzer_pass_add_opphi_synonyms_test.cpp | 26 protobufs::Fact MakeSynonymFact(uint32_t first, uint32_t second) { in MakeSynonymFact() argument
|
H A D | transformation_add_opphi_synonym_test.cpp | 25 protobufs::Fact MakeSynonymFact(uint32_t first, uint32_t second) { in MakeSynonymFact() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_extension_spv_khr_integer_dot_product.cpp | 49 bool first = true; in operator <<() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES2.h | 18 ValidateDrawArrays(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count) ValidateDrawArrays() argument
|
/third_party/skia/src/core/ |
H A D | SkRecordPattern.h | 142 template <typename T> T* first() { return fFirst.get(); } in first() function in SkRecords::Pattern 150 int matchFirst(T* first, SkRecord* record, int i) { in matchFirst() argument 161 int matchFirst(Greedy<T>* first, SkRecord* record, int i) { in matchFirst() argument [all...] |
/third_party/skia/samplecode/ |
H A D | SampleCusp.cpp | 30 bool first = true; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | fuzzer_pass_add_opphi_synonyms_test.cpp | 26 protobufs::Fact MakeSynonymFact(uint32_t first, uint32_t second) { in MakeSynonymFact() argument
|
H A D | transformation_add_opphi_synonym_test.cpp | 25 protobufs::Fact MakeSynonymFact(uint32_t first, uint32_t second) { in MakeSynonymFact() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_extension_spv_khr_integer_dot_product.cpp | 49 bool first = true; in operator <<() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | pluralranges.cpp | 42 StandardPlural::Form first = StandardPlural::fromString(value.getUnicodeString(status), status); variable 130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve() argument 111 addPluralRange( StandardPlural::Form first, StandardPlural::Form second, StandardPlural::Form result) addPluralRange() argument 115 U_ASSERT(fTriplesLen < fTriples.getCapacity()); fTriples[fTriplesLen] = {first, second, result}; fTriplesLen++; } void StandardPluralRanges::setCapacity(int32_t length, UErrorCode& status) { if (U_FAILURE(status)) { return; } if (length > fTriples.getCapacity()) addPluralRange() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | ParamGenerator.h | 127 auto MakeParamGenerator(std::vector<BackendTestConfig>&& first, in MakeParamGenerator() argument 134 auto MakeParamGenerator(std::vector<BackendTestConfig>&& first, std::vector<Params>&&... params) { in MakeParamGenerator() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/ |
H A D | Debug.h | 59 bool first = true; in Write() local 73 bool first = true; in Write() local 98 inline std::ostream& Write(std::ostream& out, FIRST&& first, REST&&... rest) { in Write() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Subresource.h | 67 T first; member
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | ftcmru.c | 31 FTC_MruNode first = *plist; in FTC_MruNode_Prepend() local 75 FTC_MruNode first = *plist; in FTC_MruNode_Up() local 124 FTC_MruNode first = *plist; FTC_MruNode_Remove() local 206 FTC_MruNode first, node; FT_LOCAL_DEF() local 330 FTC_MruNode first, node, next; FTC_MruList_RemoveSelection() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-arabic-table.hh | 417 uint16_t first; member
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | transform.h | 110 void PutAll(T0&& first) { in PutAll() argument 115 void PutAll(T0&& first, Tn&&... remainder) { in PutAll() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | norm2allmodes.h | 77 normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument [all...] |