Searched refs:pvb (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_draw.c836 struct pipe_vertex_buffer *pvb = vb->vb + pve->vertex_buffer_index; local in function:lima_update_gp_attribute_info
837 struct lima_resource *res = lima_resource(pvb->buffer.resource);
842 attribute[n++] = res->bo->va + pvb->buffer_offset + pve->src_offset
843 + start * pvb->stride;
844 attribute[n++] = (pvb->stride << 11) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_draw.c1220 struct pipe_vertex_buffer *pvb = vb->vb + pve->vertex_buffer_index; local in function:lima_update_gp_attribute_info
1221 struct lima_resource *res = lima_resource(pvb->buffer.resource);
1226 attribute[n++] = res->bo->va + pvb->buffer_offset + pve->src_offset
1227 + start * pvb->stride;
1228 attribute[n++] = (pvb->stride << 11) |
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinitextx.c861 unsigned short pvb = (buffer[0x3c] | ((buffer[0x3d] & 0x0f) << 8)); local in function:SiS_SenseLCDDDC
882 (pvb == (802 - 768)) ) {
890 (pvb == (816 - 800)) ) {
908 (pvb == (1250 - 1200)) ) {

Completed in 7 milliseconds