Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.h71 uint32_t group_offset, group_count; member
H A Dv3d_decoder.c227 group->group_offset = 0; in create_group()
234 &group->group_offset, in create_group()
773 return iter->group->group_offset + (group_iter * in iter_group_offset_bits()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp1661 const GLint group_offset = calculateAttributeGroupOffset(configuration, n_type); in configureAttribute() local
1701 const GLint attribute_offset = group_offset + i * n_elements; in configureAttribute()
2441 const GLint group_offset = calculateAttributeGroupOffset(configuration, n_type) + vertex_offset; in setAttributes_a_scalar() local
2448 const GLuint attribute_offset = attribute + group_offset; in setAttributes_a_scalar()
2469 const GLint group_offset = calculateAttributeGroupOffset(configuration, n_type) + vertex_offset; in setAttributes_a_vec() local
2478 const GLuint attribute_offset = n_elements * attribute + group_offset; in setAttributes_a_vec()
2502 const GLint group_offset = calculateAttributeGroupOffset(configuration, n_type) + vertex_offset; in setAttributes_b() local
2519 const GLuint attribute_offset = n_elements * attribute + group_offset; in setAttributes_b()
2543 const GLint group_offset = calculateAttributeGroupOffset(configuration, n_type) + vertex_offset; in setAttributes_c() local
2550 const GLuint attribute_offset = n_elements * attribute + group_offset; in setAttributes_c()
[all...]

Completed in 7 milliseconds