Home
last modified time | relevance | path

Searched refs:info (Results 1976 - 2000 of 5238) sorted by relevance

1...<<71727374757677787980>>...210

/third_party/mesa3d/src/util/indices/
H A Du_primconvert.h56 const struct pipe_draw_info *info,
65 struct pipe_draw_vertex_state_info info,
/third_party/ltp/testcases/kernel/syscalls/sigtimedwait/
H A Dsigtimedwait01.c6 static int my_sigtimedwait(const sigset_t * set, siginfo_t * info, in my_sigtimedwait() argument
9 return sigtimedwait(set, info, timeout); in my_sigtimedwait()
/third_party/ltp/testcases/kernel/syscalls/sigwaitinfo/
H A Dsigwaitinfo01.c6 static int my_sigwaitinfo(const sigset_t * set, siginfo_t * info, in my_sigwaitinfo() argument
9 return sigwaitinfo(set, info); in my_sigwaitinfo()
/third_party/ltp/include/lapi/
H A Dpidfd.h28 static inline int pidfd_send_signal(int pidfd, int sig, siginfo_t *info, in pidfd_send_signal() argument
31 return tst_syscall(__NR_pidfd_send_signal, pidfd, sig, info, flags); in pidfd_send_signal()
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-inside-posix.h24 void HandleSignal(int signum, siginfo_t* info, void* context);
26 bool TryHandleSignal(int signum, siginfo_t* info, void* context);
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_monitor.h29 struct pipe_driver_query_info *info);
32 struct pipe_driver_query_group_info *info);
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.h42 struct pipe_driver_query_info *info);
45 struct pipe_driver_query_group_info *info);
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_fs.c52 tgsi_scan_shader(shader->tokens, &dfs->info); in draw_create_fragment_shader()
54 nir_tgsi_scan_shader(shader->ir.nir, &dfs->info, true); in draw_create_fragment_shader()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_prim.c37 struct pipe_draw_info info; in u_prim_name() local
38 STATIC_ASSERT(sizeof(info.mode) == 1); in u_prim_name()
H A Du_split_draw.c27 u_split_draw(const struct pipe_draw_info *info, uint32_t max_verts, in u_split_draw() argument
35 switch (info->mode) { in u_split_draw()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_internal.h33 bool GetSystemInfo_mac(SystemInfo *info);
37 bool GetSystemInfo_ios(SystemInfo *info);
/third_party/skia/src/codec/
H A DSkSampledCodec.h29 SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
54 SkCodec::Result sampledDecode(const SkImageInfo& info, void* pixels, size_t rowBytes,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorUpdateTemplate.cpp33 size_t DescriptorUpdateTemplate::ComputeRequiredAllocationSize(const VkDescriptorUpdateTemplateCreateInfo *info) in ComputeRequiredAllocationSize() argument
35 return info->descriptorUpdateEntryCount * sizeof(VkDescriptorUpdateTemplateEntry); in ComputeRequiredAllocationSize()
/third_party/skia/tests/
H A DGrContextAbandonTest.cpp21 ContextInfo info = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() local
22 if (auto context = info.directContext()) { in DEF_GPUTEST()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DResourceMemoryAllocation.cpp24 ResourceMemoryAllocation::ResourceMemoryAllocation(const AllocationInfo& info, in ResourceMemoryAllocation() argument
28 : mInfo(info), mOffset(offset), mResourceHeap(resourceHeap), mMappedPointer(mappedPointer) { in ResourceMemoryAllocation()
/third_party/typescript/tests/baselines/reference/
H A DtsxUnionSpread.js10 function AnimalComponent(info: AnimalInfo): JSX.Element {
28 function AnimalComponent(info) {
/third_party/skia/docs/examples/
H A DPixmap_writable_addr64.cpp7 SkImageInfo info = SkImageInfo::Make(3, 3, kRGBA_F16_SkColorType, kPremul_SkAlphaType); in REG_FIDDLE() local
9 SkPixmap pixmap(info, storage, 3 * sizeof(uint64_t)); in REG_FIDDLE()
H A DSurface_readPixels_3.cpp12 SkImageInfo info = SkImageInfo::Make(64, 64, kBGRA_8888_SkColorType, kPremul_SkAlphaType); in REG_FIDDLE() local
14 bitmap.setInfo(info); in REG_FIDDLE()
H A DPixmap_writable_addrF16.cpp7 SkImageInfo info = SkImageInfo::Make(1, 2, kRGBA_F16_SkColorType, kPremul_SkAlphaType); in REG_FIDDLE() local
9 SkPixmap pixmap(info, storage[0], sizeof(uint64_t)); in REG_FIDDLE()
H A Df16to8888busted.cpp6 // Create the linear-rgb color space and the image info in REG_FIDDLE()
8 SkImageInfo info = SkImageInfo::Make(100, 100, SkColorType::kRGBA_F16_SkColorType, in REG_FIDDLE() local
11 sk_sp<SkSurface> offscreen = SkSurface::MakeRaster(info); in REG_FIDDLE()
H A DSurface_MakeRenderTarget.cpp15 SkImageInfo info = SkImageInfo::MakeN32(256, 64, kOpaque_SkAlphaType); in REG_FIDDLE() local
17 auto gpuSurface(SkSurface::MakeRenderTarget(dContext, SkBudgeted::kNo, info, 0, in REG_FIDDLE()
H A DSurface_MakeRenderTarget_3.cpp14 SkImageInfo info = SkImageInfo::MakeN32(256, 64, kOpaque_SkAlphaType); in REG_FIDDLE() local
15 auto gpuSurface(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info)); in REG_FIDDLE()
H A DImageInfo_shiftPerPixel.cpp31 SkImageInfo info = SkImageInfo::Make(1, 1, colorType, kOpaque_SkAlphaType); in REG_FIDDLE() local
34 info.shiftPerPixel()); in REG_FIDDLE()
/third_party/skia/experimental/graphite/src/
H A DTextureProxy.cpp15 TextureProxy::TextureProxy(SkISize dimensions, const TextureInfo& info) in TextureProxy() argument
16 : fDimensions(dimensions), fInfo(info) {} in TextureProxy()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c40 return line->files->info[line->file].name; in dwfl_dwarf_line_file()
46 return &dwfl_linecu (line)->die.cu->lines->info[line->idx]; in dwfl_line()
90 Dwarf_Line *line = &cu->die.cu->lines->info[cnt]; in dwfl_module_getsrc_file()

Completed in 6 milliseconds

1...<<71727374757677787980>>...210