Searched refs:vertex_stream (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h98 struct vl_ycbcr_block *vertex_stream; member in struct:vl_vertex_buffer::__anon61c39edc0208
104 struct vl_motionvector *vertex_stream; member in struct:vl_vertex_buffer::__anon61c39edc0308
H A Dvl_mpeg12_decoder.h88 struct vl_vertex_buffer vertex_stream; member in struct:vl_mpeg12_buffer
H A Dvl_vertex_buffers.c300 buffer->ycbcr[i].vertex_stream = pipe_buffer_map
310 buffer->mv[i].vertex_stream = pipe_buffer_map
327 return buffer->ycbcr[component].vertex_stream;
344 return buffer->mv[ref_frame].vertex_stream;
H A Dvl_mpeg12_decoder.c474 vl_vb_cleanup(&buf->vertex_stream);
548 if (!vl_vb_init(&buffer->vertex_stream, dec->context,
580 vl_vb_cleanup(&buffer->vertex_stream);
624 vl_vb_map(&buf->vertex_stream, dec->context);
639 buf->ycbcr_stream[i] = vl_vb_get_ycbcr_stream(&buf->vertex_stream, i);
644 buf->mv_stream[i] = vl_vb_get_mv_stream(&buf->vertex_stream, i);
770 vl_vb_unmap(&buf->vertex_stream, dec->context);
795 vb[2] = vl_vb_get_mv(&buf->vertex_stream, j);
806 vb[1] = vl_vb_get_ycbcr(&buf->vertex_stream, i);
825 vb[1] = vl_vb_get_ycbcr(&buf->vertex_stream, plan
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h98 struct vl_ycbcr_block *vertex_stream; member in struct:vl_vertex_buffer::__anon3e18402f0208
104 struct vl_motionvector *vertex_stream; member in struct:vl_vertex_buffer::__anon3e18402f0308
H A Dvl_mpeg12_decoder.h88 struct vl_vertex_buffer vertex_stream; member in struct:vl_mpeg12_buffer
H A Dvl_vertex_buffers.c301 buffer->ycbcr[i].vertex_stream = pipe_buffer_map
311 buffer->mv[i].vertex_stream = pipe_buffer_map
328 return buffer->ycbcr[component].vertex_stream;
345 return buffer->mv[ref_frame].vertex_stream;
H A Dvl_mpeg12_decoder.c474 vl_vb_cleanup(&buf->vertex_stream);
548 if (!vl_vb_init(&buffer->vertex_stream, dec->context,
580 vl_vb_cleanup(&buffer->vertex_stream);
624 vl_vb_map(&buf->vertex_stream, dec->context);
639 buf->ycbcr_stream[i] = vl_vb_get_ycbcr_stream(&buf->vertex_stream, i);
644 buf->mv_stream[i] = vl_vb_get_mv_stream(&buf->vertex_stream, i);
770 vl_vb_unmap(&buf->vertex_stream, dec->context);
796 vb[2] = vl_vb_get_mv(&buf->vertex_stream, j);
807 vb[1] = vl_vb_get_ycbcr(&buf->vertex_stream, i);
826 vb[1] = vl_vb_get_ycbcr(&buf->vertex_stream, plan
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.h116 unsigned vertex_stream,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.h117 unsigned vertex_stream,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c287 assert(stream_out->stream == shader_out->vertex_stream[start + j]);
462 if (outputs[i].vertex_stream[0] != 0 && outputs[i].vertex_stream[1] != 0 &&
463 outputs[i].vertex_stream[2] != 0 && outputs[i].vertex_stream[3] != 0)
778 outputs[i].vertex_stream[j] = (info->output_streams[i] >> (2 * j)) & 3;
792 memset(outputs[i].vertex_stream, 0, sizeof(outputs[i].vertex_stream));
H A Dsi_shader_internal.h40 ubyte vertex_stream[4]; member in struct:si_shader_output_values
H A Dsi_shader_llvm_gs.c462 outputs[i].vertex_stream[chan] = (gsinfo->output_streams[i] >> (2 * chan)) & 3;
491 outputs[i].vertex_stream[chan] != stream) {
H A Dgfx10_shader_ngg.c244 out.vertex_stream[comp] = (info->output_streams[reg] >> (2 * comp)) & 3;
1312 outputs[i].vertex_stream[j] = (info->output_streams[i] >> (2 * j)) & 3;
1517 memset(outputs[i].vertex_stream, 0, sizeof(outputs[i].vertex_stream));
1962 outputs[i].vertex_stream[j] = (info->output_streams[i] >> (2 * j)) & 3;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.h418 struct r300_vertex_stream_state vertex_stream; member in struct:r300_vertex_element_state
H A Dr300_state.c1788 struct r300_vertex_stream_state *vstream = &velems->vertex_stream;
1887 UPDATE_STATE(&velems->vertex_stream, r300->vertex_stream_state);
1888 r300->vertex_stream_state.size = (1 + velems->vertex_stream.count) * 2;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.h418 struct r300_vertex_stream_state vertex_stream; member in struct:r300_vertex_element_state
H A Dr300_state.c1800 struct r300_vertex_stream_state *vstream = &velems->vertex_stream;
1899 UPDATE_STATE(&velems->vertex_stream, r300->vertex_stream_state);
1900 r300->vertex_stream_state.size = (1 + velems->vertex_stream.count) * 2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c51 ubyte vertex_stream[4]; member in struct:si_shader_output_values
2703 assert(stream_out->stream == shader_out->vertex_stream[start + j]);
2836 if (outputs[i].vertex_stream[0] != 0 &&
2837 outputs[i].vertex_stream[1] != 0 &&
2838 outputs[i].vertex_stream[2] != 0 &&
2839 outputs[i].vertex_stream[3] != 0)
3636 outputs[i].vertex_stream[j] =
3652 memset(outputs[i].vertex_stream, 0,
3653 sizeof(outputs[i].vertex_stream));
5634 outputs[i].vertex_stream[cha
[all...]
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json17437 "description": "radeonsi: change si_shader_output_values::vertex_stream to a bitmask",
[all...]

Completed in 139 milliseconds