Home
last modified time | relevance | path

Searched defs:info (Results 8026 - 8050 of 8383) sorted by relevance

1...<<321322323324325326327328329330>>...336

/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c1622 surf_get_intratile_offset_px(struct brw_blorp_surface_info *info, in surf_get_intratile_offset_px() argument
1639 blorp_surf_convert_to_single_slice(const struct isl_device *isl_dev, struct brw_blorp_surface_info *info) blorp_surf_convert_to_single_slice() argument
1693 blorp_surf_fake_interleaved_msaa(const struct isl_device *isl_dev, struct brw_blorp_surface_info *info) blorp_surf_fake_interleaved_msaa() argument
1707 blorp_surf_retile_w_to_y(const struct isl_device *isl_dev, struct brw_blorp_surface_info *info) blorp_surf_retile_w_to_y() argument
1842 surf_fake_rgb_with_red(const struct isl_device *isl_dev, struct brw_blorp_surface_info *info) surf_fake_rgb_with_red() argument
2290 shrink_surface_params(const struct isl_device *dev, struct brw_blorp_surface_info *info, double *x0, double *x1, double *y0, double *y1) shrink_surface_params() argument
2785 blorp_surf_convert_to_uncompressed(const struct isl_device *isl_dev, struct brw_blorp_surface_info *info, uint32_t *x, uint32_t *y, uint32_t *width, uint32_t *height) blorp_surf_convert_to_uncompressed() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc2782 Handle<SharedFunctionInfo> info = in Install() local
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c2252 int dladdr(const void *addr_arg, Dl_info *info) in dladdr() argument
2355 int dl_iterate_phdr(int(*callback)(struct dl_phdr_info *info, size_t size, void *data), void *data) in dl_iterate_phdr() argument
2358 struct dl_phdr_info info; in dl_iterate_phdr() local
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c2251 int dladdr(const void *addr_arg, Dl_info *info) in dladdr() argument
2354 int dl_iterate_phdr(int(*callback)(struct dl_phdr_info *info, size_t size, void *data), void *data) in dl_iterate_phdr() argument
2357 struct dl_phdr_info info; in dl_iterate_phdr() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp1630 const CurrencyNameStruct& info = cacheEntry->currencySymbols[i]; in uprv_currencyLeads() local
1637 const CurrencyNameStruct& info = cacheEntry->currencyNames[i]; in uprv_currencyLeads() local
/third_party/mesa3d/src/mesa/main/
H A Dget.c1259 struct pipe_memory_info info; in find_custom_value() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c758 dzn_physical_device_get_image_format_properties(struct dzn_physical_device *pdev, const VkPhysicalDeviceImageFormatInfo2 *info, VkImageFormatProperties2 *properties) dzn_physical_device_get_image_format_properties() argument
937 dzn_GetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *info, VkImageFormatProperties2 *props) dzn_GetPhysicalDeviceImageFormatProperties2() argument
955 const VkPhysicalDeviceImageFormatInfo2 info = { dzn_GetPhysicalDeviceImageFormatProperties() local
1770 dzn_queue_submit(struct vk_queue *q, struct vk_queue_submit *info) dzn_queue_submit() argument
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c2832 const VkFenceCreateInfo info = { in wsi_RegisterDeviceEventEXT() local
2911 const VkFenceCreateInfo info = { in wsi_RegisterDisplayEventEXT() local
1350 wsi_display_acquire_next_image(struct wsi_swapchain *drv_chain, const VkAcquireNextImageInfoKHR *info, uint32_t *image_index) wsi_display_acquire_next_image() argument
/third_party/libdrm/tests/amdgpu/
H A Dras_tests.c506 drmPciBusInfo info; in amdgpu_ras_lookup_id() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c269 static inline struct storage * reginfo_reg(struct reg_info *info) in reginfo_reg() argument
276 struct reg_info *info = reg->reg; in get_hardreg() local
298 struct reg_info *info = reg->reg; in put_reg() local
336 struct reg_info *info in register_busy() local
367 struct reg_info *info; get_reg_value() local
1202 struct reg_info *info = src->reg; emit_move() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc1065 AdjustStackPointerForTailCall(Instruction* instr, TurboAssembler* assembler, Linkage* linkage, OptimizedCompilationInfo* info, FrameAccessState* state, int new_slot_above_sp, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc1473 AssemblerDebugInfo info = impl.debug_info(); in operator <<() local
1474 if (info.name) os << "V" << info; in operator <<() local
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc679 bool DeclarationScope::Analyze(ParseInfo* info) { in Analyze() argument
1350 AllocateVariables(ParseInfo* info) AllocateVariables() argument
2693 AllocateScopeInfos(ParseInfo* info, IsolateT* isolate) AllocateScopeInfos() argument
2960 ResolvePrivateNames(ParseInfo* info) ResolvePrivateNames() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc808 BreakPointInfo info = BreakPointInfo::cast(break_points.get(i)); in ApplyBreakPoints() local
1316 Handle<SharedFunctionInfo> info = infos.back(); PrepareStep() local
2290 Script::PositionInfo info; GetDebugLocation() local
2798 AccessorInfo info = AccessorInfo::cast(*callback_info); PerformSideEffectCheckForCallback() local
2822 InterceptorInfo info = InterceptorInfo::cast(*callback_info); PerformSideEffectCheckForCallback() local
2828 CallHandlerInfo info = CallHandlerInfo::cast(*callback_info); PerformSideEffectCheckForCallback() local
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc777 SYSTEM_INFO info; in AllocatePageSize() local
788 SYSTEM_INFO info; in CommitPageSize() local
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc104 static void TracePrepareJob(Isolate* isolate, OptimizedCompilationInfo* info, in TracePrepareJob() argument
145 TraceCompilationStats(Isolate* isolate, OptimizedCompilationInfo* info, double ms_creategraph, double ms_optimize, double ms_codegen) TraceCompilationStats() argument
167 TraceCompletedJob(Isolate* isolate, OptimizedCompilationInfo* info) TraceCompletedJob() argument
175 TraceAbortedJob(Isolate* isolate, OptimizedCompilationInfo* info) TraceAbortedJob() argument
219 PrintTracePrefix(const CodeTracer::Scope& scope, const char* header, OptimizedCompilationInfo* info) PrintTracePrefix() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dic.cc1101 Handle<AccessorInfo> info = Handle<AccessorInfo>::cast(accessors); in ComputeHandler() local
1614 InterceptorInfo info = holder->GetNamedInterceptor(); in LookupForWrite() local
1983 InterceptorInfo info = holder->GetNamedInterceptor(); in ComputeHandler() local
2024 Handle<AccessorInfo> info = Handle<AccessorInfo>::cast(accessors); ComputeHandler() local
3288 Handle<AccessorInfo> info = args.at<AccessorInfo>(2); RUNTIME_FUNCTION() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1763 util_blitter_is_blit_supported(struct blitter_context *blitter, const struct pipe_blit_info *info) util_blitter_is_blit_supported() argument
2239 util_blitter_blit(struct blitter_context *blitter, const struct pipe_blit_info *info) util_blitter_blit() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c3128 midgard_compile_shader_nir(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct pan_shader_info *info) midgard_compile_shader_nir() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1000 struct nv50_ir_prog_info *info; member in tgsi::Source
1061 Source::Source(struct nv50_ir_prog_info *info, struct nv50_ir_prog_info_out *info_out, in Source() argument
1145 std::pair<int, int>& info = tempArrayInfo[*it]; scanSource() local
4405 makeFromTGSI(struct nv50_ir_prog_info *info, struct nv50_ir_prog_info_out *info_out) makeFromTGSI() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1123 const struct tgsi_shader_info *info = bld->bld_base.info; in emit_fetch_gs_input() local
1211 const struct tgsi_shader_info *info = bld->bld_base.info; emit_fetch_tcs_input() local
1314 const struct tgsi_shader_info *info = bld->bld_base.info; emit_fetch_tes_input() local
1479 const struct tgsi_shader_info *info = bld->bld_base.info; emit_fetch_system_value() local
1735 const struct tgsi_shader_info *info = bld->bld_base.info; emit_store_tcs_output() local
1925 emit_debug( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_instruction * inst, const struct tgsi_opcode_info * info) emit_debug() argument
1954 emit_store( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_instruction * inst, const struct tgsi_opcode_info * info, unsigned index, LLVMValueRef dst[4]) emit_store() argument
2813 const struct tgsi_shader_info *info = bld->bld_base.info; emit_dump_file() local
[all...]
/third_party/musl/ldso/
H A Ddynlink.c2361 int dladdr(const void *addr_arg, Dl_info *info) argument
2464 int dl_iterate_phdr(int(*callback)(struct dl_phdr_info *info, size_t size, void *data), void *data) argument
2467 struct dl_phdr_info info; local
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c1142 BY_HANDLE_FILE_INFORMATION info; fs__unlink() local
1426 FILE_DIRECTORY_INFORMATION* info; fs__scandir() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c1102 static unsigned fill_mix_info(pa_sink *s, size_t *length, pa_mix_info *info, unsigned maxinfo) { in fill_mix_info() argument
1142 inputs_drop(pa_sink *s, pa_mix_info *info, unsigned n, pa_memchunk *result) inputs_drop() argument
1241 pa_mix_info info[MAX_MIX_CHANNELS]; pa_sink_render() local
1326 pa_mix_info info[MAX_MIX_CHANNELS]; pa_sink_render_into() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp453 const vk::VkPhysicalDeviceExternalSemaphoreInfo info = in checkSemaphoreSupport() local
481 const vk::VkPhysicalDeviceExternalFenceInfo info = in checkFenceSupport() local
512 const vk::VkPhysicalDeviceExternalBufferInfo info = in checkBufferSupport() local
556 const vk::VkPhysicalDeviceImageFormatInfo2 info = in checkImageSupport() local
978 const vk::VkPhysicalDeviceExternalSemaphoreInfo info = in testSemaphoreQueries() local
2013 const vk::VkPhysicalDeviceExternalFenceInfo info = testFenceQueries() local
3123 const vk::VkPhysicalDeviceExternalBufferInfo info = testBufferQueries() local
3321 const vk::VkMemoryAllocateInfo info = testMemoryWin32Create() local
4191 const vk::VkPhysicalDeviceImageFormatInfo2 info = testImageQueries() local
4839 const vk::VkPhysicalDeviceImageFormatInfo2 info = testAndroidHardwareBufferImageFormat() local
5149 const vk::VkPhysicalDeviceImageFormatInfo2 info = testOHOSNativeBufferImageFormat() local
[all...]

Completed in 85 milliseconds

1...<<321322323324325326327328329330>>...336