Searched refs:vb1 (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_emit.c | 939 struct pipe_vertex_buffer *vb1, *vb2; in r300_emit_vertex_arrays() local 951 vb1 = &vbuf[velem[i].vertex_buffer_index]; in r300_emit_vertex_arrays() 956 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(vb1->stride) | in r300_emit_vertex_arrays() 958 OUT_CS(vb1->buffer_offset + velem[i].src_offset + offset * vb1->stride); in r300_emit_vertex_arrays() 963 vb1 = &vbuf[velem[i].vertex_buffer_index]; in r300_emit_vertex_arrays() 966 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(vb1->stride)); in r300_emit_vertex_arrays() 967 OUT_CS(vb1->buffer_offset + velem[i].src_offset + offset * vb1->stride); in r300_emit_vertex_arrays() 977 vb1 in r300_emit_vertex_arrays() [all...] |
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 229 vector signed short vb0, vb1, vb2, vb3, vb4, vb5, vb6, vb7, vb8, vb9; in doVertLowPass_altivec() local 297 const vector signed short v_diff01 = vec_sub(vb0, vb1); in doVertLowPass_altivec() 300 const vector signed short v_first = vec_sel(vb1, vb0, v_cmp01); in doVertLowPass_altivec() 306 const vector signed short temp01 = vec_mladd(v_first, (vector signed short)v_4, vb1); in doVertLowPass_altivec() 323 const vector signed short temp51 = vec_sub(v_sumsB4, vb1); in doVertLowPass_altivec() 462 const vector signed short l1minusl4 = vec_sub(vb1, vb4); in doVertDefFilter_altivec()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264dsp.c | 42 #define VEC_1D_DCT(vb0,vb1,vb2,vb3,va0,va1,va2,va3) \ 46 vz2 = vec_sra(vb1,vec_splat_u16(1)); \ 49 vz3 = vec_add(vb1,vz3); /* temp[3] = Y[1] + Y[3].1/2 */ \
|
Completed in 7 milliseconds