Searched refs:hasQuadLayout (Results 1 – 9 of 9) sorted by relevance
559 …bool hasQuadLayout = Surface::hasQuadLayout(source->getInternalFormat()) || Surface::hasQuadLayout… in stretchRect() local583 else if(isDepth && !scaling && !isOutOfBounds && equalFormats && !hasQuadLayout) in stretchRect()593 … if((flags & Device::COLOR_BUFFER) && !scaling && !isOutOfBounds && equalFormats && !hasQuadLayout) in stretchRect()
203 static bool hasQuadLayout(VkFormat format);
674 state.quadLayoutDepthBuffer = Surface::hasQuadLayout(context->depthBuffer->getInternalFormat()); in update()
1449 bool srcQuadLayout = Surface::hasQuadLayout(state.sourceFormat); in generate()1450 bool dstQuadLayout = Surface::hasQuadLayout(state.destFormat); in generate()
1996 bool Surface::hasQuadLayout(VkFormat format) in hasQuadLayout() function in sw::Surface2748 if(!hasQuadLayout(internal.format)) in clearDepth()
370 static bool hasQuadLayout(Format format);
1209 bool srcQuadLayout = Surface::hasQuadLayout(state.sourceFormat); in generate()1210 bool dstQuadLayout = Surface::hasQuadLayout(state.destFormat); in generate()
1006 state.quadLayoutDepthBuffer = Surface::hasQuadLayout(context->depthBuffer->getInternalFormat()); in update()
2755 bool Surface::hasQuadLayout(Format format) in hasQuadLayout() function in sw::Surface3347 if(!hasQuadLayout(internal.format)) in clearDepth()