Searched refs:sizes_dword (Results 1 – 2 of 2) sorted by relevance
176 GLuint sizes_dword = brw->vb.info.sizes[attr/16]; in get_input_size() local177 GLuint sizes_bits = (sizes_dword>>((attr%16)*2)) & 0x3; in get_input_size()