Home
last modified time | relevance | path

Searched refs:vcount (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_private.h68 svga_translate_prim(unsigned mode, unsigned vcount, unsigned *prim_count, in svga_translate_prim() argument
73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / in svga_translate_prim()
[all...]
H A Dsvga_draw.c999 unsigned vcount, in draw_vgpu10()
1101 vcount, in draw_vgpu10()
1110 vcount, in draw_vgpu10()
1144 vcount, in draw_vgpu10()
1152 vcount, in draw_vgpu10()
1358 unsigned vcount, in svga_hwtnl_prim()
1371 SVGA_RETRY(hwtnl->svga, draw_vgpu10(hwtnl, range, vcount, min_index, in svga_hwtnl_prim()
997 draw_vgpu10(struct svga_hwtnl *hwtnl, const SVGA3dPrimitiveRange *range, unsigned vcount, unsigned min_index, unsigned max_index, struct pipe_resource *ib, unsigned start_instance, unsigned instance_count, const struct pipe_draw_indirect_info *indirect, const struct pipe_stream_output_target *so_vertex_count) draw_vgpu10() argument
1356 svga_hwtnl_prim(struct svga_hwtnl *hwtnl, const SVGA3dPrimitiveRange *range, unsigned vcount, unsigned min_index, unsigned max_index, struct pipe_resource *ib, unsigned start_instance, unsigned instance_count, const struct pipe_draw_indirect_info *indirect, const struct pipe_stream_output_target *so_vertex_count) svga_hwtnl_prim() argument
/third_party/node/src/
H A Dstream_wrap.cc360 size_t vcount = *count; in DoTryWrite() local
362 err = uv_try_write(stream(), vbufs, vcount); in DoTryWrite()
371 for (; vcount > 0; vbufs++, vcount--) { in DoTryWrite()
386 *count = vcount; in DoTryWrite()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/alsa-lib/include/sound/uapi/
H A Demu10k1.h300 unsigned int vcount; /* visible count */ member
313 unsigned int vcount; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c475 uint32_t vcount = 0; in vn_android_get_image_builder() local
540 vn_android_format_to_view_formats(create_info->format, &vcount); in vn_android_get_image_builder()
544 vcount = 1; in vn_android_get_image_builder()
549 .viewFormatCount = vcount, in vn_android_get_image_builder()
H A Dvn_physical_device.c2309 uint32_t vcount = 0; in vn_physical_device_fix_image_format_info() local
2311 vn_android_format_to_view_formats(info->format, &vcount); in vn_physical_device_fix_image_format_info()
2315 vcount = 1; in vn_physical_device_fix_image_format_info()
2319 list->viewFormatCount = vcount; in vn_physical_device_fix_image_format_info()

Completed in 11 milliseconds