Home
last modified time | relevance | path

Searched refs:clips (Results 1 – 25 of 52) sorted by relevance

123

/external/strace/tests/
Dioctl_v4l2.c109 f->fmt.win.clips = in init_v4l2_format()
110 tail_alloc(sizeof(*f->fmt.win.clips) * in init_v4l2_format()
112 f->fmt.win.clips[0].c.left = 0x3313d36e; in init_v4l2_format()
113 f->fmt.win.clips[0].c.top = 0xcdffe510; in init_v4l2_format()
114 f->fmt.win.clips[0].c.width = 0x2064f3a8; in init_v4l2_format()
115 f->fmt.win.clips[0].c.height = 0xd06d314a; in init_v4l2_format()
116 f->fmt.win.clips[1].c.left = 0xd8c8a83f; in init_v4l2_format()
117 f->fmt.win.clips[1].c.top = 0x336e87ba; in init_v4l2_format()
118 f->fmt.win.clips[1].c.width = 0x9e3a6fb3; in init_v4l2_format()
119 f->fmt.win.clips[1].c.height = 0x05617b76; in init_v4l2_format()
[all …]
/external/strace/tests-m32/
Dioctl_v4l2.c109 f->fmt.win.clips = in init_v4l2_format()
110 tail_alloc(sizeof(*f->fmt.win.clips) * in init_v4l2_format()
112 f->fmt.win.clips[0].c.left = 0x3313d36e; in init_v4l2_format()
113 f->fmt.win.clips[0].c.top = 0xcdffe510; in init_v4l2_format()
114 f->fmt.win.clips[0].c.width = 0x2064f3a8; in init_v4l2_format()
115 f->fmt.win.clips[0].c.height = 0xd06d314a; in init_v4l2_format()
116 f->fmt.win.clips[1].c.left = 0xd8c8a83f; in init_v4l2_format()
117 f->fmt.win.clips[1].c.top = 0x336e87ba; in init_v4l2_format()
118 f->fmt.win.clips[1].c.width = 0x9e3a6fb3; in init_v4l2_format()
119 f->fmt.win.clips[1].c.height = 0x05617b76; in init_v4l2_format()
[all …]
/external/strace/tests-mx32/
Dioctl_v4l2.c109 f->fmt.win.clips = in init_v4l2_format()
110 tail_alloc(sizeof(*f->fmt.win.clips) * in init_v4l2_format()
112 f->fmt.win.clips[0].c.left = 0x3313d36e; in init_v4l2_format()
113 f->fmt.win.clips[0].c.top = 0xcdffe510; in init_v4l2_format()
114 f->fmt.win.clips[0].c.width = 0x2064f3a8; in init_v4l2_format()
115 f->fmt.win.clips[0].c.height = 0xd06d314a; in init_v4l2_format()
116 f->fmt.win.clips[1].c.left = 0xd8c8a83f; in init_v4l2_format()
117 f->fmt.win.clips[1].c.top = 0x336e87ba; in init_v4l2_format()
118 f->fmt.win.clips[1].c.width = 0x9e3a6fb3; in init_v4l2_format()
119 f->fmt.win.clips[1].c.height = 0x05617b76; in init_v4l2_format()
[all …]
/external/skqp/src/compute/skc/
Draster_builder.c165 …SKC_CONTEXT_WAIT_WHILE(raster_builder->context,skc_extent_ring_is_full(&raster_builder->clips.ring… in skc_raster_builder_clips_append()
167 cmd->clip = skc_extent_ring_wip_count(&raster_builder->clips.ring); in skc_raster_builder_clips_append()
169 skc_uint const base = skc_extent_ring_wip_index_inc(&raster_builder->clips.ring); in skc_raster_builder_clips_append()
171 memcpy(raster_builder->clips.extent[base].f32a4,raster_clip,sizeof(skc_float4)); in skc_raster_builder_clips_append()
173 return skc_extent_ring_wip_is_full(&raster_builder->clips.ring); in skc_raster_builder_clips_append()
226 skc_extent_ring_checkpoint(&raster_builder->clips .ring); in skc_raster_builder_checkpoint()
Draster_builder.h60 } clips; member
/external/skia/src/compute/skc/
Draster_builder.c165 …SKC_CONTEXT_WAIT_WHILE(raster_builder->context,skc_extent_ring_is_full(&raster_builder->clips.ring… in skc_raster_builder_clips_append()
167 cmd->clip = skc_extent_ring_wip_count(&raster_builder->clips.ring); in skc_raster_builder_clips_append()
169 skc_uint const base = skc_extent_ring_wip_index_inc(&raster_builder->clips.ring); in skc_raster_builder_clips_append()
171 memcpy(raster_builder->clips.extent[base].f32a4,raster_clip,sizeof(skc_float4)); in skc_raster_builder_clips_append()
173 return skc_extent_ring_wip_is_full(&raster_builder->clips.ring); in skc_raster_builder_clips_append()
226 skc_extent_ring_checkpoint(&raster_builder->clips .ring); in skc_raster_builder_checkpoint()
Draster_builder.h60 } clips; member
/external/skqp/tools/lua/
Dpaths.lua20 clips = 0
73 clips = clips + 1
114 io.write("clips = clips + ", clips, "\n");
Dpaths_agg.lua2 clips = 0
15 io.write("Number of clips: ", clips, "\n");
36 (100*(totalSWPaths / (draws + clips))), "\n")
/external/skia/tools/lua/
Dpaths.lua20 clips = 0
73 clips = clips + 1
114 io.write("clips = clips + ", clips, "\n");
Dpaths_agg.lua2 clips = 0
15 io.write("Number of clips: ", clips, "\n");
36 (100*(totalSWPaths / (draws + clips))), "\n")
/external/skqp/src/compute/skc/platforms/cl_12/
Draster_builder_cl_12.c169 struct skc_extent_phw1g_tdrNs clips; // write once by host + read by device member
201 struct skc_extent_phw1g_tdrNs_snap clips; // write once by host + read by device member
306 skc_extent_phw1g_tdrNs_free(runtime,&impl->clips); in skc_raster_builder_pfn_release()
526 skc_extent_phw1g_tdrNs_snap_free(runtime,&cohort->clips); in skc_raster_cohort_sort_prefix()
854 &impl->clips, in skc_raster_cohort_rasterize()
855 &cohort->clips, in skc_raster_cohort_rasterize()
902 cl(SetKernelArg(impl->kernels.rasterize_all,7,SKC_CL_ARG(cohort->clips.drN))); in skc_raster_cohort_rasterize()
1107 skc_extent_phw1g_tdrNs_snap_init(runtime,&raster_builder->clips .ring,&cohort->clips); in skc_raster_builder_cohort_grid_pfn_waiting()
1275 …c_extent_phw1g_tdrNs_alloc(runtime,&impl->clips ,sizeof(union skc_path_clip) * config->raster_… in skc_raster_builder_cl_12_create()
1293 (*raster_builder)->clips .extent = impl->clips.hw1; in skc_raster_builder_cl_12_create()
[all …]
Dconfig_cl.h107 } clips; member
/external/skia/src/compute/skc/platforms/cl_12/
Draster_builder_cl_12.c169 struct skc_extent_phw1g_tdrNs clips; // write once by host + read by device member
201 struct skc_extent_phw1g_tdrNs_snap clips; // write once by host + read by device member
306 skc_extent_phw1g_tdrNs_free(runtime,&impl->clips); in skc_raster_builder_pfn_release()
526 skc_extent_phw1g_tdrNs_snap_free(runtime,&cohort->clips); in skc_raster_cohort_sort_prefix()
854 &impl->clips, in skc_raster_cohort_rasterize()
855 &cohort->clips, in skc_raster_cohort_rasterize()
902 cl(SetKernelArg(impl->kernels.rasterize_all,7,SKC_CL_ARG(cohort->clips.drN))); in skc_raster_cohort_rasterize()
1107 skc_extent_phw1g_tdrNs_snap_init(runtime,&raster_builder->clips .ring,&cohort->clips); in skc_raster_builder_cohort_grid_pfn_waiting()
1275 …c_extent_phw1g_tdrNs_alloc(runtime,&impl->clips ,sizeof(union skc_path_clip) * config->raster_… in skc_raster_builder_cl_12_create()
1293 (*raster_builder)->clips .extent = impl->clips.hw1; in skc_raster_builder_cl_12_create()
[all …]
Dconfig_cl.h107 } clips; member
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat26 trigger clips =
65 trigger clips =
104 graph = The currently playing segment is displayed graphically here. You may trigger clips by clic…
/external/libmtp/logs/
Dmtp-detect-nokia-5300.txt358 1073741830 Video clips
364 1073741879 Video clips
/external/skqp/site/user/api/
Dskcanvas_overview.md22 a stack of matrices and clips. Note however, that unlike similar
Dindex.md57 clips. Thus in the above call, the canvas' current matrix may
/external/skia/site/user/api/
Dskcanvas_overview.md22 a stack of matrices and clips. Note however, that unlike similar
Dindex.md55 clips. Thus in the above call, the canvas' current matrix may
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_FMT.c282 format.fmt.win.clips, in do_get_formats()
958 format_max.fmt.win.clips, in do_set_formats_enum()
1020 format_min.fmt.win.clips, in do_set_formats_enum()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl2921 … __global float4 const * const clips, // FIXME -- __constant
3012 …union skc_path_clip const cv = { .f32v4 = clips [SKC_CMD_RASTERIZE_GET_CLIP(cmd) ] }; …
3079 … __global float4 const * const clips, // FIXME -- __constant
3154 …union skc_path_clip const cv = { .f32v4 = clips [SKC_CMD_RASTERIZE_GET_CLIP(cmd) ] }; …
3188 … __global float4 const * const clips, // FIXME -- __constant
3263 …union skc_path_clip const cv = { .f32v4 = clips [SKC_CMD_RASTERIZE_GET_CLIP(cmd) ] }; …
3293 … __global float4 const * const clips, // FIXME -- __constant
3368 …union skc_path_clip const cv = { .f32v4 = clips [SKC_CMD_RASTERIZE_GET_CLIP(cmd) ] }; …
3398 … __global float4 const * const clips, // FIXME -- __constant
3421 … __global float4 const * const clips, // FIXME -- __constant
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl2921 … __global float4 const * const clips, // FIXME -- __constant
3012 …union skc_path_clip const cv = { .f32v4 = clips [SKC_CMD_RASTERIZE_GET_CLIP(cmd) ] }; …
3079 … __global float4 const * const clips, // FIXME -- __constant
3154 …union skc_path_clip const cv = { .f32v4 = clips [SKC_CMD_RASTERIZE_GET_CLIP(cmd) ] }; …
3188 … __global float4 const * const clips, // FIXME -- __constant
3263 …union skc_path_clip const cv = { .f32v4 = clips [SKC_CMD_RASTERIZE_GET_CLIP(cmd) ] }; …
3293 … __global float4 const * const clips, // FIXME -- __constant
3368 …union skc_path_clip const cv = { .f32v4 = clips [SKC_CMD_RASTERIZE_GET_CLIP(cmd) ] }; …
3398 … __global float4 const * const clips, // FIXME -- __constant
3421 … __global float4 const * const clips, // FIXME -- __constant
/external/libdrm/
Dxf86drmMode.h392 drmModeClipPtr clips, uint32_t num_clips);

123