Home
last modified time | relevance | path

Searched refs:base (Results 11951 - 11975 of 18759) sorted by relevance

1...<<471472473474475476477478479480>>...751

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_utils.h183 MipmapNativeLevel GetNativeMipLevel(GLuint level, GLuint base);
184 GLuint GetGLMipLevel(const MipmapNativeLevel &nativeLevel, GLuint base);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
H A Dtype_match_test.cpp60 const std::string base = \
77 ExpandAndMatch(base); \
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dvtzone.h332 * Gets the first time zone transition after the base time.
333 * @param base The base time.
334 * @param inclusive Whether the base time is inclusive or not.
335 * @param result Receives the first transition after the base time.
339 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
342 * Gets the most recent time zone transition before the base time.
343 * @param base The base time.
344 * @param inclusive Whether the base tim
[all...]
/third_party/skia/src/sksl/
H A DSkSLCompiler.h196 LoadedModule loadModule(ProgramKind kind, ModuleData data, std::shared_ptr<SymbolTable> base,
198 ParsedModule parseModule(ProgramKind kind, ModuleData data, const ParsedModule& base);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DMultiviewTest.cpp221 const PlatformParameters &base = static_cast<const PlatformParameters &>(params); in operator <<() local
222 os << base << "_"; in operator <<() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttkern.c203 FT_Byte* base = p; in FT_LOCAL_DEF() local
214 next = base + length; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h100 return static_cast<char *>(StubsMem.base()) + Idx * StubSize; in getStub()
106 char *PtrsBase = static_cast<char *>(StubsMem.base()) + NumStubs * StubSize; in getPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLoopAnalyzer.cpp245 for (auto LoopIter = It.base() - 1; LoopIter != LoopStack.end(); in processNode()
250 LoopStack.erase(It.base() - 1, LoopStack.end()); in processNode()
/third_party/skia/third_party/externals/freetype/builds/
H A Dfreetype.mk41 # file for `src/base/ftsystem.c'.
44 # file for `src/base/ftdebug.c'. [For a normal build, this
52 # BASE_OBJ_M A list of base objects (for single object and multiple
54 # `src/base/rules.mk'.
56 # BASE_EXT_OBJ A list of base extension objects. Set up in
57 # `src/base/rules.mk'.
93 # The directory where the base layer components are placed, usually
94 # `./src/base'.
96 BASE_DIR := $(SRC_DIR)/base
141 # least the paths for the `base' an
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dempty.pb.cc66 &scc_info_Empty_google_2fprotobuf_2fempty_2eproto.base,
123 ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_Empty_google_2fprotobuf_2fempty_2eproto.base); in default_instance()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_test_util.h24 #include "absl/base/config.h"
25 #include "absl/base/internal/raw_logging.h"
71 this->base = s.data(); in MakeExternal()
132 s.append(rep->external()->base + offset, length); in CordToString()
/third_party/skia/include/private/
H A DSkFloatingPoint.h41 static inline float sk_float_pow(float base, float exp) { in sk_float_pow() argument
42 return powf(base, exp); in sk_float_pow()
/third_party/skia/include/sksl/
H A DDSLType.h175 friend DSLType Array(const DSLType& base, int count, PositionInfo pos);
221 DSLType Array(const DSLType& base, int count, PositionInfo pos = PositionInfo::Capture());
/third_party/spirv-tools/test/link/
H A Dtype_match_test.cpp60 const std::string base = \
78 ExpandAndMatch(base); \
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc16 #include "src/base/bits.h"
17 #include "src/base/lazy-instance.h"
18 #include "src/base/platform/platform.h"
19 #include "src/base/platform/wrappers.h"
20 #include "src/base/vector.h"
345 v8::base::EmbeddedVector<char, 256> buffer; in Debug()
537 v8::base::EmbeddedVector<char, 256> buffer; in Debug()
581 v8::base::OS::DebugBreak(); in Debug()
666 v8::base::EmbeddedVector<char, 256> buffer; in Debug()
789 void Simulator::FlushICache(base
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c392 * necessary prior to changing the surface state base address. We've in flush_before_state_base_change()
394 * command buffers which clear depth, reset state base address, and then in flush_before_state_base_change()
420 /* After re-setting the surface state base address, we have to do some in flush_after_state_base_change()
700 /* We program most base addresses once at context initialization time. in init_state_base_address()
701 * Each base address points at a 4GB memory zone, and never needs to in init_state_base_address()
887 struct pipe_screen *pscreen = &batch->screen->base; in upload_pixel_hashing_tables()
2266 if (tex && tex->res->base.b.target == PIPE_TEXTURE_3D) in iris_upload_sampler_states()
2357 * and base data type for elements, as specified in Table X.1. The in fill_buffer_surface_state()
2542 /* initialize base object */ in iris_create_sampler_view()
2543 isv->base in iris_create_sampler_view()
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp954 type->addIdOperand(debugId[baseType]); // base type in makeSequentialDebugType()
1371 assert(accessChain.base != NoResult); in getResultingAccessChainType()
1372 Id typeId = getTypeId(accessChain.base); in getResultingAccessChainType()
2463 Id Builder::createAccessChain(StorageClass storageClass, Id base, const std::vector<Id>& offsets) in createAccessChain() argument
2471 chain->addIdOperand(base); in createAccessChain()
2479 Id Builder::createArrayLength(Id base, unsigned int member) in createArrayLength() argument
2483 length->addIdOperand(base); in createArrayLength()
2803 // Set up an identity shuffle from the base value to the result value in createLvalueSwizzle()
3632 accessChain.base = NoResult; in clearAccessChain()
3651 // one here; the base typ in accessChainPushSwizzle()
3685 Id base = collapseAccessChain(); global() local
3706 Id base = collapseAccessChain(); global() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c92 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_queue_transition_barriers()
348 struct dzn_device *device = container_of(pool->base.device, struct dzn_device, vk); in dzn_cmd_buffer_create()
360 return vk_error(pool->base.device, VK_ERROR_OUT_OF_HOST_MEMORY); in dzn_cmd_buffer_create()
439 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_reset()
568 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_gather_events()
597 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_dynbitset_reserve()
679 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_create_query_pool_state()
710 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_get_query_pool_state()
740 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_collect_queries()
822 struct dzn_device *device = container_of(cmdbuf->vk.base in dzn_cmd_buffer_collect_query_ops()
[all...]
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_test.cpp612 x509CertObj->base.base.getClass = GetInvalidCertClass; in HWTEST_F()
616 x509CertObj->base.base.getClass = g_x509CertObj->base.base.getClass; in HWTEST_F()
712 certChainSpi->base.getClass = GetInvalidCertClass; in HWTEST_F()
716 certChainSpi->base.getClass = g_certChainP7bSpi->base.getClass; in HWTEST_F()
741 certChainSpi->base in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/cdrom/
H A Dcdrom.c1781 unsigned char buf[21], *base; in dvd_read_physical() local
1804 base = &buf[4]; in dvd_read_physical()
1812 layer->book_version = base[0] & 0xf; in dvd_read_physical()
1813 layer->book_type = base[0] >> 4; in dvd_read_physical()
1814 layer->min_rate = base[1] & 0xf; in dvd_read_physical()
1815 layer->disc_size = base[1] >> 4; in dvd_read_physical()
1816 layer->layer_type = base[2] & 0xf; in dvd_read_physical()
1817 layer->track_path = (base[2] >> 4) & 1; in dvd_read_physical()
1818 layer->nlayers = (base[2] >> 5) & 3; in dvd_read_physical()
1819 layer->track_density = base[ in dvd_read_physical()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c3114 u32 base, base_high, write_ptr, write_ptr_val, wrap_cnt; in iwl_trans_pcie_dump_pointers() local
3117 base = DBGC_CUR_DBGBUF_BASE_ADDR_LSB; in iwl_trans_pcie_dump_pointers()
3124 base = le32_to_cpu(trans->dbg.dest_tlv->base_reg); in iwl_trans_pcie_dump_pointers()
3126 base = MON_BUFF_BASE_ADDR; in iwl_trans_pcie_dump_pointers()
3135 cpu_to_le32(iwl_read_prph(trans, base)); in iwl_trans_pcie_dump_pointers()
3168 u32 base = le32_to_cpu(fw_mon_data->fw_mon_base_ptr); in iwl_trans_pcie_dump_monitor() local
3174 base = (iwl_read_prph(trans, base) & in iwl_trans_pcie_dump_monitor()
3177 base *= IWL_M2S_UNIT_SIZE; in iwl_trans_pcie_dump_monitor()
3178 base in iwl_trans_pcie_dump_monitor()
3211 u32 base, end, cfg_reg, monitor_len; iwl_trans_get_fw_monitor_len() local
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-rockchip.c134 * @reg_base: register base of the gpio bank
456 * and the register base of the pin bank.
2386 pin = offset - chip->base; in rockchip_pmx_gpio_set_direction()
2390 return _rockchip_pmx_gpio_set_direction(chip, offset - chip->base, in rockchip_pmx_gpio_set_direction()
2804 pin_bank->grange.base = pin_bank->gpio_chip.base; in rockchip_pinctrl_register()
2861 return pinctrl_gpio_direction_input(gc->base + offset); in rockchip_gpio_direction_input()
2873 return pinctrl_gpio_direction_output(gc->base + offset); in rockchip_gpio_direction_output()
3248 gc->base = bank->pin_base; in rockchip_gpiolib_register()
3295 void __iomem *base; in rockchip_get_bank_data() local
3535 void __iomem *base; rockchip_pinctrl_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dpmc.c392 * @base: pointer to I/O remapped register region
410 * @lp0_vec_phys: physical base address of the LP0 warm boot code
428 void __iomem *base; member
473 .base = NULL,
502 return readl(pmc->base + offset); in tegra_pmc_readl()
522 writel(value, pmc->base + offset); in tegra_pmc_writel()
2894 void __iomem *base; in tegra_pmc_probe() local
2903 if (WARN_ON(!pmc->base || !pmc->soc)) in tegra_pmc_probe()
2916 base = devm_platform_ioremap_resource(pdev, 0); in tegra_pmc_probe()
2917 if (IS_ERR(base)) in tegra_pmc_probe()
[all...]
/kernel/linux/linux-6.6/drivers/cdrom/
H A Dcdrom.c1766 unsigned char buf[21], *base; in dvd_read_physical() local
1789 base = &buf[4]; in dvd_read_physical()
1797 layer->book_version = base[0] & 0xf; in dvd_read_physical()
1798 layer->book_type = base[0] >> 4; in dvd_read_physical()
1799 layer->min_rate = base[1] & 0xf; in dvd_read_physical()
1800 layer->disc_size = base[1] >> 4; in dvd_read_physical()
1801 layer->layer_type = base[2] & 0xf; in dvd_read_physical()
1802 layer->track_path = (base[2] >> 4) & 1; in dvd_read_physical()
1803 layer->nlayers = (base[2] >> 5) & 3; in dvd_read_physical()
1804 layer->track_density = base[ in dvd_read_physical()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c3200 u32 base, base_high, write_ptr, write_ptr_val, wrap_cnt; in iwl_trans_pcie_dump_pointers() local
3203 base = DBGC_CUR_DBGBUF_BASE_ADDR_LSB; in iwl_trans_pcie_dump_pointers()
3210 base = le32_to_cpu(trans->dbg.dest_tlv->base_reg); in iwl_trans_pcie_dump_pointers()
3212 base = MON_BUFF_BASE_ADDR; in iwl_trans_pcie_dump_pointers()
3221 cpu_to_le32(iwl_read_prph(trans, base)); in iwl_trans_pcie_dump_pointers()
3256 u32 base = le32_to_cpu(fw_mon_data->fw_mon_base_ptr); in iwl_trans_pcie_dump_monitor() local
3262 base = (iwl_read_prph(trans, base) & in iwl_trans_pcie_dump_monitor()
3265 base *= IWL_M2S_UNIT_SIZE; in iwl_trans_pcie_dump_monitor()
3266 base in iwl_trans_pcie_dump_monitor()
3299 u32 base, end, cfg_reg, monitor_len; iwl_trans_get_fw_monitor_len() local
[all...]

Completed in 61 milliseconds

1...<<471472473474475476477478479480>>...751