/third_party/mesa3d/src/util/indices/ |
H A D | u_primconvert.h | 56 const struct pipe_draw_info *info, 65 struct pipe_draw_vertex_state_info info,
|
/third_party/ltp/testcases/kernel/syscalls/sigtimedwait/ |
H A D | sigtimedwait01.c | 6 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 D | sigwaitinfo01.c | 6 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 D | pidfd.h | 28 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 D | handler-inside-posix.h | 24 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 D | iris_monitor.h | 29 struct pipe_driver_query_info *info); 32 struct pipe_driver_query_group_info *info);
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_monitor.h | 42 struct pipe_driver_query_info *info); 45 struct pipe_driver_query_group_info *info);
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_fs.c | 52 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 D | u_prim.c | 37 struct pipe_draw_info info; in u_prim_name() local 38 STATIC_ASSERT(sizeof(info.mode) == 1); in u_prim_name()
|
H A D | u_split_draw.c | 27 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 D | SystemInfo_internal.h | 33 bool GetSystemInfo_mac(SystemInfo *info); 37 bool GetSystemInfo_ios(SystemInfo *info);
|
/third_party/skia/src/codec/ |
H A D | SkSampledCodec.h | 29 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 D | VkDescriptorUpdateTemplate.cpp | 33 size_t DescriptorUpdateTemplate::ComputeRequiredAllocationSize(const VkDescriptorUpdateTemplateCreateInfo *info) in ComputeRequiredAllocationSize() argument 35 return info->descriptorUpdateEntryCount * sizeof(VkDescriptorUpdateTemplateEntry); in ComputeRequiredAllocationSize()
|
/third_party/skia/tests/ |
H A D | GrContextAbandonTest.cpp | 21 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 D | ResourceMemoryAllocation.cpp | 24 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 D | tsxUnionSpread.js | 10 function AnimalComponent(info: AnimalInfo): JSX.Element { 28 function AnimalComponent(info) {
|
/third_party/skia/docs/examples/ |
H A D | Pixmap_writable_addr64.cpp | 7 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 D | Surface_readPixels_3.cpp | 12 SkImageInfo info = SkImageInfo::Make(64, 64, kBGRA_8888_SkColorType, kPremul_SkAlphaType); in REG_FIDDLE() local 14 bitmap.setInfo(info); in REG_FIDDLE()
|
H A D | Pixmap_writable_addrF16.cpp | 7 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 D | f16to8888busted.cpp | 6 // 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 D | Surface_MakeRenderTarget.cpp | 15 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 D | Surface_MakeRenderTarget_3.cpp | 14 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 D | ImageInfo_shiftPerPixel.cpp | 31 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 D | TextureProxy.cpp | 15 TextureProxy::TextureProxy(SkISize dimensions, const TextureInfo& info) in TextureProxy() argument 16 : fDimensions(dimensions), fInfo(info) {} in TextureProxy()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getsrc_file.c | 40 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()
|