| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_vertex_buffers.h | 98 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 D | vl_mpeg12_decoder.h | 88 struct vl_vertex_buffer vertex_stream; member in struct:vl_mpeg12_buffer
|
| H A D | vl_vertex_buffers.c | 300 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 D | vl_mpeg12_decoder.c | 474 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 D | vl_vertex_buffers.h | 98 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 D | vl_mpeg12_decoder.h | 88 struct vl_vertex_buffer vertex_stream; member in struct:vl_mpeg12_buffer
|
| H A D | vl_vertex_buffers.c | 301 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 D | vl_mpeg12_decoder.c | 474 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 D | draw_gs.h | 116 unsigned vertex_stream,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs.h | 117 unsigned vertex_stream,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_vs.c | 287 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 D | si_shader_internal.h | 40 ubyte vertex_stream[4]; member in struct:si_shader_output_values
|
| H A D | si_shader_llvm_gs.c | 462 outputs[i].vertex_stream[chan] = (gsinfo->output_streams[i] >> (2 * chan)) & 3; 491 outputs[i].vertex_stream[chan] != stream) {
|
| H A D | gfx10_shader_ngg.c | 244 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 D | r300_context.h | 418 struct r300_vertex_stream_state vertex_stream; member in struct:r300_vertex_element_state
|
| H A D | r300_state.c | 1788 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 D | r300_context.h | 418 struct r300_vertex_stream_state vertex_stream; member in struct:r300_vertex_element_state
|
| H A D | r300_state.c | 1800 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 D | si_shader.c | 51 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.json | 17437 "description": "radeonsi: change si_shader_output_values::vertex_stream to a bitmask", [all...] |