Home
last modified time | relevance | path

Searched refs:base (Results 3601 - 3625 of 6827) sorted by relevance

1...<<141142143144145146147148149150>>...274

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.h22 #include <base/containers/string_view.h>
23 #include <base/containers/unordered_map.h>
24 #include <base/math/mathf.h>
H A Decs_util.h21 #include <base/containers/string.h>
22 #include <base/containers/unordered_map.h>
23 #include <base/math/vector.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_node_graph_loader.cpp22 #include <base/containers/fixed_string.h>
23 #include <base/containers/vector.h>
24 #include <base/math/matrix_util.h>
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dinterface_traits.h19 #include <base/containers/type_traits.h>
20 #include <base/util/uid.h>
23 #include <meta/base/type_traits.h>
183 Since PropPtr is the derived class, we need to see if we can convert that to the base class:
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp20 #include <base/containers/allocator.h>
21 #include <base/math/matrix.h>
22 #include <base/math/vector.h>
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container.h20 #include <meta/base/ids.h>
21 #include <meta/base/interface_utils.h>
22 #include <meta/base/object_traits.h>
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_gpu_resource_manager.h21 #include <base/containers/array_view.h>
22 #include <base/containers/string.h>
23 #include <base/containers/string_view.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.h26 #include <base/containers/string.h>
27 #include <base/containers/unique_ptr.h>
28 #include <base/containers/vector.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_material.h23 #include <base/containers/array_view.h>
24 #include <base/math/matrix.h>
25 #include <base/math/vector.h>
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.h22 #include <base/containers/unordered_map.h>
24 #include <meta/base/interface_macros.h>
25 #include <meta/base/namespace.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h22 #include <base/containers/unordered_map.h>
23 #include <base/containers/vector.h>
24 #include <base/util/formats.h>
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dvector_util.h19 #include <base/math/mathf.h>
20 #include <base/math/vector.h>
21 #include <base/namespace.h>
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.h157 int getFreeSlot(int set, int base, int size = 1);
184 // Return descriptor set specific base if there is one, and the generic base otherwise.
185 int selectBaseBinding(int base, int descriptorSetBase) const { in selectBaseBinding()
186 return descriptorSetBase != -1 ? descriptorSetBase : base; in selectBaseBinding()
/third_party/gn/src/gn/
H A Dinput_file_manager.cc10 #include "base/stl_util.h"
55 base::FilePath primary_path = build_settings->GetFullPath(name); in DoLoadFile()
66 base::FilePath secondary_path = in DoLoadFile()
268 VectorSetSorter<base::FilePath>* sorter) const { in AddAllPhysicalInputFileNamesToVectorSetSorter()
/third_party/alsa-lib/include/
H A Dlocal.h254 int _snd_safe_strtoll_base(const char *str, long long *val, int base);
257 int _snd_safe_strtol_base(const char *str, long *val, int base);
383 const char *base, const char *key,
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DPartitionInfo.java5 import static com.google.common.base.Preconditions.checkArgument;
6 import static com.google.common.base.Preconditions.checkState;
19 import com.google.common.base.CharMatcher;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBcp47Mapper.java5 import static com.google.common.base.Ascii.toLowerCase;
6 import static com.google.common.base.Preconditions.checkState;
29 import com.google.common.base.Ascii;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DCleanOutputDirectoryTask.java5 import static com.google.common.base.Preconditions.checkArgument;
6 import static com.google.common.base.Preconditions.checkState;
35 import com.google.common.base.CharMatcher;
/third_party/libunwind/libunwind/src/dwarf/
H A DGfde.c219 debug_frame base for debug_frame behaviour. */
224 unw_word_t base, in dwarf_extract_proc_info_from_fde()
264 cie_addr = base + cie_offset; in dwarf_extract_proc_info_from_fde()
292 cie_addr = base + cie_offset; in dwarf_extract_proc_info_from_fde()
222 dwarf_extract_proc_info_from_fde(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addrp, unw_proc_info_t *pi, unw_word_t base, int need_unwind_info, int is_debug_frame, void *arg) dwarf_extract_proc_info_from_fde() argument
/third_party/libuv/test/
H A Dtest-tcp-open.c93 buf->base = slab; in alloc_cb()
118 ASSERT_OK(memcmp("PING", buf->base, nread)); in read_cb()
133 ASSERT_EQ(buf->base[i], 'P'); in read1_cb()
H A Dbenchmark-pump.c207 buf.base = (char*) &write_buffer; in do_write()
362 ab->uv_buf_t.base = (char*) (ab + 1); in buf_alloc()
370 buf_list_t* ab = (buf_list_t*) buf->base - 1; in buf_free()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.h310 uint64_t base; member
348 /* because streamout base has to be 32-byte aligned
513 VK_DEFINE_NONDISP_HANDLE_CASTS(tu_cmd_pool, vk.base, VkCommandPool,
593 VK_DEFINE_HANDLE_CASTS(tu_cmd_buffer, vk.base, VkCommandBuffer,
/third_party/mesa3d/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp93 vctx->base.screen = &vs->base; in fake_virgl_context_create()
100 return &vctx->base; in fake_virgl_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc_3_0.c46 enc->enc_pic.spec_misc.level_idc = enc->base.level; in radeon_enc_spec_misc()
174 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_enc_3_0_init()
180 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_HEVC) in radeon_enc_3_0_init()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_framebuffer.c122 struct zink_screen *screen = zink_screen(ctx->base.screen); in create_framebuffer_imageless()
143 return ctx->disable_color_writes && zink_screen(ctx->base.screen)->driver_workarounds.color_write_missing; in zink_use_dummy_attachments()
149 assert(zink_screen(ctx->base.screen)->info.have_KHR_imageless_framebuffer); in zink_get_framebuffer()

Completed in 18 milliseconds

1...<<141142143144145146147148149150>>...274