Searched refs:actualSamples (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | RenderBufferMtl.mm | 59 uint32_t actualSamples; 62 actualSamples = 1; 67 actualSamples = static_cast<uint32_t>(std::max<size_t>(2, samples)); 71 actualSamples = textureCaps.getNearestSamples(actualSamples); 72 ANGLE_MTL_CHECK(contextMtl, actualSamples != 0, GL_INVALID_VALUE); 77 if (actualSamples == 1 || (mFormat.getCaps().resolve)) 87 if (actualSamples > 1) 94 static_cast<uint32_t>(height), actualSamples, 103 actualSamples, 118 if (actualSamples > 1) [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 180 …const int actualSamples = (formatClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || format… in ReferenceRenderer() local 182 m_colorBuffer.setStorage(m_colorFormat, actualSamples, m_surfaceWidth, m_surfaceHeight); in ReferenceRenderer() 210 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer() 221 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer() 233 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 180 …const int actualSamples = (formatClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || format… in ReferenceRenderer() local 182 m_colorBuffer.setStorage(m_colorFormat, actualSamples, m_surfaceWidth, m_surfaceHeight); in ReferenceRenderer() 210 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer() 221 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer() 233 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderHelperInvocationTests.cpp | 334 const int actualSamples = m_numSamples == NUM_SAMPLES_MAX ? maxSamples : m_numSamples; in init() local 367 << actualSamples << " samples" << TestLog::EndMessage; in init() 370 FRAMEBUFFER_FORMAT, actualSamples)); in init() 493 const int actualSamples = m_numSamples == NUM_SAMPLES_MAX ? maxSamples : m_numSamples; in init() local 529 << actualSamples << " samples" << TestLog::EndMessage; in init() 532 FRAMEBUFFER_FORMAT, actualSamples)); in init()
|