Searched refs:minBufSize (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_slab.c | 147 pb_size minBufSize; member 489 bufSize = mgr->minBufSize; in pb_slab_range_manager_create_buffer() 530 pb_size minBufSize, in pb_slab_range_manager_create() 551 mgr->minBufSize = minBufSize; in pb_slab_range_manager_create() 555 bufSize = minBufSize; in pb_slab_range_manager_create() 565 bufSize = minBufSize; in pb_slab_range_manager_create() 529 pb_slab_range_manager_create(struct pb_manager *provider, pb_size minBufSize, pb_size maxBufSize, pb_size slabSize, const struct pb_desc *desc) pb_slab_range_manager_create() argument
|
H A D | pb_bufmgr.h | 125 pb_size minBufSize,
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFragmentOutputTests.cpp | 552 const IVec2 minBufSize = getMinSize(m_fboSpec); in iterate() local 553 const int gridWidth = de::clamp(minBufSize.x()/minCellSize, 1, 255)+1; in iterate() 554 const int gridHeight = de::clamp(minBufSize.y()/minCellSize, 1, 255)+1; in iterate() 565 const int viewportW = minBufSize.x(); in iterate() 566 const int viewportH = minBufSize.y(); in iterate() 831 gl.readPixels(0, 0, minBufSize.x(), minBufSize.y(), transferFmt.format, transferFmt.dataType, dst); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES.cpp | 7266 const GLsizei minBufSize = GetTexParameterCount(pname); in ValidateTexParameterBase() local 7267 if (bufSize >= 0 && bufSize < minBufSize) in ValidateTexParameterBase() 7684 const GLsizei minBufSize = GetSamplerParameterCount(pname); in ValidateSamplerParameterBase() local 7685 if (bufSize >= 0 && bufSize < minBufSize) in ValidateSamplerParameterBase()
|
Completed in 14 milliseconds