Home
last modified time | relevance | path

Searched refs:max_stride (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp78 unsigned max_stride = inst->dst.stride * type_sz(inst->dst.type); in required_dst_byte_stride() local
85 max_stride = MAX2(max_stride, inst->src[i].stride * size); in required_dst_byte_stride()
100 return MIN2(max_stride, 4 * min_size); in required_dst_byte_stride()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.h85 unsigned max_stride );
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp813 static const GLuint max_stride = 16; in checkVertexAttribLPointer() local
823 for (GLuint stride = 0; stride < max_stride; ++stride) in checkVertexAttribLPointer()