Home
last modified time | relevance | path

Searched refs:vbuf_size (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/stb/stb-f54acd4/
H A Dstb_easy_font.h173 …ar *segs, int num_segs, int vertical, stb_easy_font_color c, char *vbuf, int vbuf_size, int offset) in stb_easy_font_draw_segs() argument
179 if (len && offset+64 <= vbuf_size) { in stb_easy_font_draw_segs()
199 …ont_print(float x, float y, char *text, unsigned char color[4], void *vertex_buffer, int vbuf_size) in stb_easy_font_print() argument
208 while (*text && offset < vbuf_size) { in stb_easy_font_print()
220 …stb_easy_font_draw_segs(x, y_ch, &stb_easy_font_hseg[h_seg], num_h, 0, c, vbuf, vbuf_size, offset); in stb_easy_font_print()
221 …stb_easy_font_draw_segs(x, y_ch, &stb_easy_font_vseg[v_seg], num_v, 1, c, vbuf, vbuf_size, offset); in stb_easy_font_print()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_easy_font.h171 …ar *segs, int num_segs, int vertical, stb_easy_font_color c, char *vbuf, int vbuf_size, int offset) in stb_easy_font_draw_segs() argument
177 if (len && offset+64 <= vbuf_size) { in stb_easy_font_draw_segs()
197 …ont_print(float x, float y, char *text, unsigned char color[4], void *vertex_buffer, int vbuf_size) in stb_easy_font_print() argument
206 while (*text && offset < vbuf_size) { in stb_easy_font_print()
218 …stb_easy_font_draw_segs(x, y_ch, &stb_easy_font_hseg[h_seg], num_h, 0, c, vbuf, vbuf_size, offset); in stb_easy_font_print()
219 …stb_easy_font_draw_segs(x, y_ch, &stb_easy_font_vseg[v_seg], num_v, 1, c, vbuf, vbuf_size, offset); in stb_easy_font_print()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_easy_font.h171 …ar *segs, int num_segs, int vertical, stb_easy_font_color c, char *vbuf, int vbuf_size, int offset) in stb_easy_font_draw_segs() argument
177 if (len && offset+64 <= vbuf_size) { in stb_easy_font_draw_segs()
197 …ont_print(float x, float y, char *text, unsigned char color[4], void *vertex_buffer, int vbuf_size) in stb_easy_font_print() argument
206 while (*text && offset < vbuf_size) { in stb_easy_font_print()
218 …stb_easy_font_draw_segs(x, y_ch, &stb_easy_font_hseg[h_seg], num_h, 0, c, vbuf, vbuf_size, offset); in stb_easy_font_print()
219 …stb_easy_font_draw_segs(x, y_ch, &stb_easy_font_vseg[v_seg], num_v, 1, c, vbuf, vbuf_size, offset); in stb_easy_font_print()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_easy_font.h171 …ar *segs, int num_segs, int vertical, stb_easy_font_color c, char *vbuf, int vbuf_size, int offset) in stb_easy_font_draw_segs() argument
177 if (len && offset+64 <= vbuf_size) { in stb_easy_font_draw_segs()
197 …ont_print(float x, float y, char *text, unsigned char color[4], void *vertex_buffer, int vbuf_size) in stb_easy_font_print() argument
206 while (*text && offset < vbuf_size) { in stb_easy_font_print()
218 …stb_easy_font_draw_segs(x, y_ch, &stb_easy_font_hseg[h_seg], num_h, 0, c, vbuf, vbuf_size, offset); in stb_easy_font_print()
219 …stb_easy_font_draw_segs(x, y_ch, &stb_easy_font_vseg[v_seg], num_v, 1, c, vbuf, vbuf_size, offset); in stb_easy_font_print()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/tests/amdgpu/
H A Dvce_tests.c487 uint32_t vbuf_size, bs_size = 0x154000, cpb_size; in amdgpu_cs_vce_encode() local
491 vbuf_size = ALIGN(enc.width, align) * ALIGN(enc.height, 16) * 1.5; in amdgpu_cs_vce_encode()
492 cpb_size = vbuf_size * 10; in amdgpu_cs_vce_encode()
502 alloc_resource(&enc.vbuf, vbuf_size, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_cs_vce_encode()
511 memset(enc.vbuf.ptr, 0, vbuf_size); in amdgpu_cs_vce_encode()
668 uint32_t vbuf_size, bs_size = 0x154000, cpb_size; in amdgpu_cs_vce_encode_mv() local
674 cpb_size = vbuf_size * 10; in amdgpu_cs_vce_encode_mv()
682 alloc_resource(&enc.vbuf, vbuf_size, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_cs_vce_encode_mv()
684 alloc_resource(&enc.mvrefbuf, vbuf_size, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_cs_vce_encode_mv()
693 memset(enc.vbuf.ptr, 0, vbuf_size); in amdgpu_cs_vce_encode_mv()
[all …]
H A Duvd_enc_tests.c332 uint32_t vbuf_size, bs_size = 0x003f4800, cpb_size; in amdgpu_cs_uvd_enc_encode() local
334 vbuf_size = ALIGN(enc.width, align) * ALIGN(enc.height, 16) * 1.5; in amdgpu_cs_uvd_enc_encode()
335 cpb_size = vbuf_size * 10; in amdgpu_cs_uvd_enc_encode()
343 alloc_resource(&enc.vbuf, vbuf_size, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_cs_uvd_enc_encode()
352 memset(enc.vbuf.ptr, 0, vbuf_size); in amdgpu_cs_uvd_enc_encode()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
394 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
H A Dsvga_swtnl_private.h58 size_t vbuf_size; member
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
394 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
H A Dsvga_swtnl_private.h58 size_t vbuf_size; member
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
394 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
H A Dsvga_swtnl_private.h58 size_t vbuf_size; member
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
394 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
394 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
394 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
394 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
394 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
394 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
390 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c82 if (svga_render->vbuf_size in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
96 svga_render->vbuf_size)); in svga_vbuf_render_allocate_vertices()
104 svga_render->vbuf_size); in svga_vbuf_render_allocate_vertices()
394 svga_render->vbuf_size = 0; in svga_vbuf_render_create()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/dashcast/
H A Dvideo_encoder.c61 video_output_file->vbuf_size = 9 * video_data_conf->width * video_data_conf->height + 10000; in dc_video_encoder_open()
62 video_output_file->vbuf = (uint8_t *) av_malloc(video_output_file->vbuf_size); in dc_video_encoder_open()
196 pkt.size = video_output_file->vbuf_size; in dc_video_encoder_encode()
208 …code_video(video_codec_ctx, video_output_file->vbuf, video_output_file->vbuf_size, video_data_node… in dc_video_encoder_encode()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/dashcast/
H A Dvideo_encoder.c61 video_output_file->vbuf_size = 9 * video_data_conf->width * video_data_conf->height + 10000; in dc_video_encoder_open()
62 video_output_file->vbuf = (uint8_t *) av_malloc(video_output_file->vbuf_size); in dc_video_encoder_open()
196 pkt.size = video_output_file->vbuf_size; in dc_video_encoder_encode()
208 …code_video(video_codec_ctx, video_output_file->vbuf, video_output_file->vbuf_size, video_data_node… in dc_video_encoder_encode()
/dports/graphics/libdrm/libdrm-2.4.110/tests/amdgpu/
H A Dvce_tests.c489 uint32_t vbuf_size, bs_size = 0x154000, cpb_size; in amdgpu_cs_vce_encode() local
493 vbuf_size = ALIGN(enc.width, align) * ALIGN(enc.height, 16) * 1.5; in amdgpu_cs_vce_encode()
494 cpb_size = vbuf_size * 10; in amdgpu_cs_vce_encode()
504 alloc_resource(&enc.vbuf, vbuf_size, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_cs_vce_encode()
513 memset(enc.vbuf.ptr, 0, vbuf_size); in amdgpu_cs_vce_encode()
670 uint32_t vbuf_size, bs_size = 0x154000, cpb_size; in amdgpu_cs_vce_encode_mv() local
676 cpb_size = vbuf_size * 10; in amdgpu_cs_vce_encode_mv()
684 alloc_resource(&enc.vbuf, vbuf_size, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_cs_vce_encode_mv()
686 alloc_resource(&enc.mvrefbuf, vbuf_size, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_cs_vce_encode_mv()
695 memset(enc.vbuf.ptr, 0, vbuf_size); in amdgpu_cs_vce_encode_mv()
[all …]
H A Duvd_enc_tests.c332 uint32_t vbuf_size, bs_size = 0x003f4800, cpb_size; in amdgpu_cs_uvd_enc_encode() local
334 vbuf_size = ALIGN(enc.width, align) * ALIGN(enc.height, 16) * 1.5; in amdgpu_cs_uvd_enc_encode()
335 cpb_size = vbuf_size * 10; in amdgpu_cs_uvd_enc_encode()
343 alloc_resource(&enc.vbuf, vbuf_size, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_cs_uvd_enc_encode()
352 memset(enc.vbuf.ptr, 0, vbuf_size); in amdgpu_cs_uvd_enc_encode()
/dports/multimedia/vamps/vamps-0.99.2/vamps/
H A Dvamps.c109 int vbuf_size = VBUF_SIZE; // the video ES requant buffers' size variable
298 vibuf = malloc (vbuf_size); in main()
299 vobuf = malloc (vbuf_size); in main()
930 if ((viptr - vibuf) + data_length > vbuf_size - 3) in vap_phase1()
936 vbuf_size += VBUF_SIZE; in vap_phase1()
937 vibuf = realloc (vibuf, vbuf_size); in vap_phase1()
938 vobuf = realloc (vobuf, vbuf_size); in vap_phase1()

12