Home
last modified time | relevance | path

Searched refs:tex_buf (Results 1 – 25 of 39) sorted by relevance

12

/dports/graphics/gegl/gegl-0.4.34/gegl/opencl/
H A Dgegl-buffer-cl-iterator.c45 cl_mem tex_buf [GEGL_CL_BUFFER_MAX_ITERATORS]; member
342 i->tex_buf[no] = NULL; in gegl_buffer_cl_iterator_next()
377 gegl_clReleaseMemObject (i->tex_buf[no]); in gegl_buffer_cl_iterator_next()
383 i->tex_buf[no] = NULL; in gegl_buffer_cl_iterator_next()
451 if (i->tex_buf[no]) in gegl_buffer_cl_iterator_next()
479 i->tex[no] = i->tex_buf[no]; in gegl_buffer_cl_iterator_next()
489 if (i->tex_buf[no]) in gegl_buffer_cl_iterator_next()
560 g_assert (i->tex_buf[no] == NULL); in gegl_buffer_cl_iterator_next()
567 i->tex[no] = i->tex_buf[no]; in gegl_buffer_cl_iterator_next()
638 if (i->tex_buf[no]) gegl_clReleaseMemObject (i->tex_buf[no]); in gegl_buffer_cl_iterator_stop()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/model/
H A Dmodelinterp.cpp2026 buffer_data* tex_buf = &vb->tex_buf[j]; in model_interp_pack_buffer() local
2027 n_verts = (int)tex_buf->n_verts; in model_interp_pack_buffer()
2028 auto offset = tex_buf->index_offset; in model_interp_pack_buffer()
2029 const uint *index = tex_buf->get_index(); in model_interp_pack_buffer()
2113 buffer_data *bd = &vb->tex_buf[idx]; in model_interp_config_buffer()
2281 dest_buffer = &dest->tex_buf[i]; in interp_copy_index_buffer()
2288 src_buffer = &src->tex_buf[j]; in interp_copy_index_buffer()
2351 buffer->tex_buf[i].n_verts = 0; in interp_fill_detail_index_buffer()
2426 buffer_data *tex_buf = &tex_buffers[i]; in interp_create_transparency_index_buffer() local
2428 if ( tex_buf->n_verts < 1 ) { in interp_create_transparency_index_buffer()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhapenc.c111 chunk_src = ctx->tex_buf + chunk->uncompressed_offset; in hap_compress_frame()
217 ret = compress_texture(avctx, ctx->tex_buf, ctx->tex_size, frame); in hap_encode()
292 ctx->tex_buf = NULL; in hap_init()
302 ctx->tex_buf = av_malloc(ctx->tex_size); in hap_init()
303 if (!ctx->tex_buf) { in hap_init()
H A Dhap.c52 av_freep(&ctx->tex_buf); in ff_hap_free_context()
H A Dhap.h78 uint8_t *tex_buf; /* Buffer for compressed texture */ member
H A Dhapdec.c229 uint8_t *dst = ctx->tex_buf + chunk->uncompressed_offset; in decompress_chunks_thread()
372 ret = av_reallocp(&ctx->tex_buf, ctx->tex_size); in hap_decode()
384 ctx->tex_data = ctx->tex_buf; in hap_decode()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhapenc.c111 chunk_src = ctx->tex_buf + chunk->uncompressed_offset; in hap_compress_frame()
217 ret = compress_texture(avctx, ctx->tex_buf, ctx->tex_size, frame); in hap_encode()
292 ctx->tex_buf = NULL; in hap_init()
302 ctx->tex_buf = av_malloc(ctx->tex_size); in hap_init()
303 if (!ctx->tex_buf) { in hap_init()
H A Dhap.c52 av_freep(&ctx->tex_buf); in ff_hap_free_context()
H A Dhap.h78 uint8_t *tex_buf; /* Buffer for compressed texture */ member
H A Dhapdec.c229 uint8_t *dst = ctx->tex_buf + chunk->uncompressed_offset; in decompress_chunks_thread()
372 ret = av_reallocp(&ctx->tex_buf, ctx->tex_size); in hap_decode()
384 ctx->tex_data = ctx->tex_buf; in hap_decode()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhapenc.c111 chunk_src = ctx->tex_buf + chunk->uncompressed_offset; in hap_compress_frame()
217 ret = compress_texture(avctx, ctx->tex_buf, ctx->tex_size, frame); in hap_encode()
292 ctx->tex_buf = NULL; in hap_init()
302 ctx->tex_buf = av_malloc(ctx->tex_size); in hap_init()
303 if (!ctx->tex_buf) { in hap_init()
H A Dhap.c52 av_freep(&ctx->tex_buf); in ff_hap_free_context()
H A Dhap.h78 uint8_t *tex_buf; /* Buffer for compressed texture */ member
H A Dhapdec.c227 uint8_t *dst = ctx->tex_buf + chunk->uncompressed_offset; in decompress_chunks_thread()
357 ret = av_reallocp(&ctx->tex_buf, ctx->tex_size); in hap_decode()
369 ctx->tex_data = ctx->tex_buf; in hap_decode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhapenc.c111 chunk_src = ctx->tex_buf + chunk->uncompressed_offset; in hap_compress_frame()
217 ret = compress_texture(avctx, ctx->tex_buf, ctx->tex_size, frame); in hap_encode()
292 ctx->tex_buf = NULL; in hap_init()
302 ctx->tex_buf = av_malloc(ctx->tex_size); in hap_init()
303 if (!ctx->tex_buf) { in hap_init()
H A Dhap.c52 av_freep(&ctx->tex_buf); in ff_hap_free_context()
H A Dhap.h78 uint8_t *tex_buf; /* Buffer for compressed texture */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhapenc.c111 chunk_src = ctx->tex_buf + chunk->uncompressed_offset; in hap_compress_frame()
217 ret = compress_texture(avctx, ctx->tex_buf, ctx->tex_size, frame); in hap_encode()
292 ctx->tex_buf = NULL; in hap_init()
302 ctx->tex_buf = av_malloc(ctx->tex_size); in hap_init()
303 if (!ctx->tex_buf) { in hap_init()
H A Dhap.c52 av_freep(&ctx->tex_buf); in ff_hap_free_context()
H A Dhap.h78 uint8_t *tex_buf; /* Buffer for compressed texture */ member
/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dabcm2ps.c148 strcpy(tex_buf, "stdin"); in read_file()
170 fin = open_file(fn, ext, tex_buf); in read_file()
207 if (strcmp(fn, tex_buf) == 0) in treat_file()
222 abc_fn = strdup(tex_buf); in treat_file()
291 fin = open_file(fn, "abc", tex_buf); in treat_abc_file()
317 abc_fn = strdup(tex_buf); in treat_abc_file()
568 sprintf(tex_buf, /* this buffer is available */ in set_opt()
572 frontend((unsigned char *) tex_buf, FE_ABC, in set_opt()
H A Dbuffer.c124 strcpy(buf, tex_buf); in cnv_date()
125 strftime(tex_buf, TEX_BUF_SZ, buf, localtime(ltime)); in cnv_date()
162 strftime(tex_buf, TEX_BUF_SZ, "%b %e, %Y %H:%M", localtime(&ltime)); in init_ps()
164 strftime(tex_buf, TEX_BUF_SZ, "%b %#d, %Y %H:%M", localtime(&ltime)); in init_ps()
167 "%%%%CreationDate: %s\n", tex_buf); in init_ps()
358 d += sprintf(d, "%s", tex_buf); in format_hf()
402 d += sprintf(d, "%s", tex_buf); in format_hf()
465 strcpy(tmp, tex_buf); in headfooter()
H A Dsubs.c28 char tex_buf[TEX_BUF_SZ]; /* result of tex_str() */ variable
149 d = tex_buf; in tex_str()
150 maxlen = sizeof tex_buf - 1; /* have room for EOS */ in tex_str()
685 str_set_font(tex_buf); in pg_write_text()
697 str_set_font(tex_buf); in pg_write_text()
950 str_out(tex_buf, action); in put_str()
1176 str_ft_out(tex_buf, 0); in write_text()
1358 str_out(tex_buf, A_LEFT); in put_history()
1622 str_out(tex_buf, align); in write_headform()
H A Dabcparse.c836 strcpy(tex_buf, "%%voicemap "); in parse_key()
837 get_str(&tex_buf[11], p_map, TEX_BUF_SZ - 12); in parse_key()
838 abc_new(ABC_T_PSCOM, tex_buf); in parse_key()
1322 p = get_str(tex_buf, p, TEX_BUF_SZ); in parse_voice()
1323 s->u.voice.fname = getarena(strlen(tex_buf) + 1); in parse_voice()
1324 strcpy(s->u.voice.fname, tex_buf); in parse_voice()
1327 p = get_str(tex_buf, p, TEX_BUF_SZ); in parse_voice()
1329 strcpy(s->u.voice.nname, tex_buf); in parse_voice()
1398 strcpy(tex_buf, "%%voicemap "); in parse_voice()
1399 get_str(&tex_buf[11], p_map, TEX_BUF_SZ - 12); in parse_voice()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropengltnl.cpp279 for (size_t idx = 0; idx < vb->tex_buf.size(); idx++) { in gr_opengl_config_buffer()
280 buffer_data *bd = &vb->tex_buf[idx]; in gr_opengl_config_buffer()
380 for (j = 0; j < vb->tex_buf.size(); j++) { in gr_opengl_pack_buffer()
381 buffer_data* tex_buf = &vb->tex_buf[j]; in gr_opengl_pack_buffer() local
382 n_verts = tex_buf->n_verts; in gr_opengl_pack_buffer()
383 uint offset = tex_buf->index_offset; in gr_opengl_pack_buffer()
384 const uint *index = tex_buf->get_index(); in gr_opengl_pack_buffer()
389 if (vb->tex_buf[j].flags & VB_FLAG_LARGE_INDEX) { in gr_opengl_pack_buffer()
1270 const buffer_data *datap = &bufferp->tex_buf[texi]; in gr_opengl_render_buffer()

12