/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_gmem.c | 59 uint32_t base = 0; in emit_mrt() local 88 base = gmem->cbuf_base[i]; in emit_mrt() 110 OUT_RING(ring, base); /* RB_MRT[i].BASE_LO */ in emit_mrt() 506 emit_mem2gmem_surf(struct fd_batch *batch, uint32_t base, in emit_mem2gmem_surf() argument 553 OUT_RING(ring, base); /* RB_BLIT_DST_LO */ in emit_mem2gmem_surf() 572 * setup mrt and zs with system memory base addresses: in fd5_emit_tile_mem2gmem() 627 emit_gmem2mem_surf(struct fd_batch *batch, uint32_t base, in emit_gmem2mem_surf() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_gmem.c | 79 uint32_t base = 0; in emit_mrt() local 115 base = bases[i]; in emit_mrt() 121 base = bases[i]; in emit_mrt() 131 OUT_RING(ring, base); in emit_mrt() 169 emit_gmem2mem_surf(struct fd_batch *batch, bool stencil, uint32_t base, in emit_gmem2mem_surf() argument 195 A4XX_RB_COPY_CONTROL_GMEM_BASE(base)); in emit_gmem2mem_surf() 469 /* for gmem pitch/base calculations, we need to use the non-
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTree.java | 18 import static com.google.common.base.Preconditions.checkArgument; 19 import static com.google.common.base.Preconditions.checkNotNull; 20 import static com.google.common.base.Preconditions.checkState; 25 import com.google.common.base.Preconditions; 26 import com.google.common.base.Supplier; 27 import com.google.common.base.Suppliers;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationiterator.cpp | 296 d = data->base; in appendCEsFromCE32() 419 // fall back to the base data in appendCEsFromCE32() 420 d = d->base; in appendCEsFromCE32() 671 d = data->base; in nextCE32FromDiscontiguousContraction() 699 ce32 = data->base->getCE32(c); in appendNumericCEs() 715 ce32 = data->base->getCE32(c); in appendNumericCEs() 859 d = data->base; in previousCE()
|
/third_party/skia/src/sksl/ |
H A D | SkSLRehydrator.cpp | 469 std::unique_ptr<Expression> base = this->expression(); in expression() local 472 return FieldAccess::Make(fContext, std::move(base), index, ownerKind); in expression() 489 std::unique_ptr<Expression> base = this->expression(); in expression() local 491 return IndexExpression::Make(fContext, std::move(base), std::move(index)); in expression() 513 std::unique_ptr<Expression> base = this->expression(); in expression() local 519 return Swizzle::Make(fContext, std::move(base), components); in expression()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | VertexFormatTests.cpp | 205 std::string base; in ShaderTypeGenerator() local 207 base = "f32"; in ShaderTypeGenerator() 209 base = "u32"; in ShaderTypeGenerator() 211 base = "i32"; in ShaderTypeGenerator() 215 return base; in ShaderTypeGenerator() 218 return "vec" + std::to_string(componentCount) + "<" + base + ">"; in ShaderTypeGenerator()
|
/third_party/python/Lib/test/ |
H A D | test_pyexpat.py | 121 name, base, sysid, pubid = args 125 entityName, base, systemId, publicId, notationName = args 133 context, base, sysId, pubId = args 333 def ExternalEntityRefHandler(self, context, base, sysId, pubId): 696 def resolve_entity(context, base, system_id, public_id): 724 def resolve_entity(context, base, system_id, public_id):
|
/third_party/python/Lib/urllib/ |
H A D | parse.py | 539 def urljoin(base, url, allow_fragments=True): 540 """Join a base URL and a possibly relative URL to form an absolute 542 if not base: 545 return base 547 base, url, _coerce_result = _coerce_args(base, url) 549 urlparse(base, '', allow_fragments) 575 # for rfc3986, ignore all base path should the first character be root.
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | ftw.h | 25 int base; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | Makefile | 30 EXTRA_SYMBOLS += $(BUSLOG_PATH_RELATIVE)/drivers/base/bus_logger/Module.symvers
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp-audio.h | 14 void __iomem *base; member
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp-audio.h | 14 void __iomem *base; member
|
H A D | dw-hdmi-audio.h | 9 void __iomem *base; member
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | dw-hdmi-audio.h | 9 void __iomem *base; member
|
/third_party/gn/src/base/files/ |
H A D | file_enumerator.cc | 5 #include "base/files/file_enumerator.h" 7 #include "base/files/file_util.h" 9 namespace base { namespace 25 } // namespace base
|
H A D | file_path_constants.cc | 9 #include "base/files/file_path.h" 11 namespace base { namespace 26 } // namespace base
|
H A D | scoped_file.h | 12 #include "base/logging.h" 13 #include "base/scoped_generic.h" 16 namespace base { namespace 44 // If you're writing low-level Windows code, see base/win/scoped_handle.h 48 // should generally use base::File instead which can be constructed with a 57 } // namespace base
|
H A D | scoped_temp_dir.h | 20 #include "base/files/file_path.h" 22 namespace base { namespace 68 } // namespace base
|
/third_party/gn/src/base/mac/ |
H A D | bundle_locations.h | 8 #include "base/files/file_path.h" 16 namespace base { namespace 63 } // namespace base
|
H A D | scoped_cftyperef.h | 10 #include "base/mac/scoped_typeref.h" 12 namespace base { namespace 46 } // namespace base
|
/third_party/gn/src/base/json/ |
H A D | string_escape.h | 13 namespace base { namespace 44 // will be mangled if passed to to the base::JSONReader, since the reader will 52 } // namespace base
|
/third_party/gn/src/base/strings/ |
H A D | string_util_win.h | 13 #include "base/logging.h" 15 namespace base { namespace 27 } // namespace base
|
/third_party/gn/src/base/win/ |
H A D | win_util.h | 11 namespace base { namespace 28 } // namespace base
|
/third_party/libwebsockets/lib/event-libs/glib/ |
H A D | private-lib-event-libs-glib.h | 43 GSource base; member
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/ |
H A D | lib_drivers.h | 27 DECLARE_JS_WRAPPER_REGISTRATION (base) { in DECLARE_JS_WRAPPER_REGISTRATION()
|