Searched refs:col_stride (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_maos_vbtmp.h | 47 GLuint tc0_stride, tc1_stride, col_stride, spec_stride, fog_stride; local in function:TAG 127 col_stride = VB->AttribPtr[_TNL_ATTRIB_COLOR0]->stride; 130 col_stride = 0; 166 STRIDE_4F(col, start * col_stride); 200 STRIDE_4F(col, col_stride);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_maos_vbtmp.h | 47 GLuint tc0_stride, tc1_stride, col_stride, spec_stride, fog_stride; local in function:TAG 127 col_stride = VB->AttribPtr[_TNL_ATTRIB_COLOR0]->stride; 130 col_stride = 0; 166 STRIDE_4F(col, start * col_stride); 200 STRIDE_4F(col, col_stride);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 899 unsigned num_ops, vec_width, col_stride; local in function:_vtn_block_load_store 903 col_stride = type->array_element->stride; 915 col_stride = type->stride; 920 nir_iadd_imm(&b->nb, offset, i * col_stride);
|
Completed in 6 milliseconds