Home
last modified time | relevance | path

Searched refs:cvbr (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_prim_vbuf.c83 struct softpipe_vbuf_render *cvbr = softpipe_vbuf_render(vbr); in sp_vbuf_get_vertex_info() local
84 return softpipe_get_vbuf_vertex_info(cvbr->softpipe); in sp_vbuf_get_vertex_info()
92 struct softpipe_vbuf_render *cvbr = softpipe_vbuf_render(vbr); in sp_vbuf_allocate_vertices() local
95 if (cvbr->vertex_buffer_size < size) { in sp_vbuf_allocate_vertices()
96 align_free(cvbr->vertex_buffer); in sp_vbuf_allocate_vertices()
97 cvbr->vertex_buffer = align_malloc(size, 16); in sp_vbuf_allocate_vertices()
98 cvbr->vertex_buffer_size = size; in sp_vbuf_allocate_vertices()
101 cvbr->vertex_size = vertex_size; in sp_vbuf_allocate_vertices()
102 cvbr->nr_vertices = nr_vertices; in sp_vbuf_allocate_vertices()
104 return cvbr->vertex_buffer != NULL; in sp_vbuf_allocate_vertices()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_prim_vbuf.c83 struct softpipe_vbuf_render *cvbr = softpipe_vbuf_render(vbr); in sp_vbuf_get_vertex_info() local
84 return softpipe_get_vbuf_vertex_info(cvbr->softpipe); in sp_vbuf_get_vertex_info()
92 struct softpipe_vbuf_render *cvbr = softpipe_vbuf_render(vbr); in sp_vbuf_allocate_vertices() local
95 if (cvbr->vertex_buffer_size < size) { in sp_vbuf_allocate_vertices()
96 align_free(cvbr->vertex_buffer); in sp_vbuf_allocate_vertices()
97 cvbr->vertex_buffer = align_malloc(size, 16); in sp_vbuf_allocate_vertices()
98 cvbr->vertex_buffer_size = size; in sp_vbuf_allocate_vertices()
101 cvbr->vertex_size = vertex_size; in sp_vbuf_allocate_vertices()
102 cvbr->nr_vertices = nr_vertices; in sp_vbuf_allocate_vertices()
104 return cvbr->vertex_buffer != NULL; in sp_vbuf_allocate_vertices()
[all …]
/external/chromium_org/third_party/opus/src/
DREADME.draft42 -cvbr : enable constrained variable bitrate; default: unconstrained
DREADME79 -cvbr : enable constrained variable bitrate; default:
/external/chromium_org/third_party/opus/src/src/
Dopus_demo.c246 int cvbr = 0; in main() local
413 cvbr = 1; in main()
539 opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(cvbr)); in main()