Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm425 size_t max_stride = 0;
432 max_stride = std::max(max_stride,
439 layoutDesc.stride = Align(max_stride, 4);
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.h85 unsigned max_stride );
/third_party/vk-gl-cts/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()