Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1683 Maybe<VkSampleCountFlagBits> rasterSamples; in createSubpassPipeline() local
1690 DE_ASSERT(!rasterSamples || *rasterSamples == attachment.getSamples()); in createSubpassPipeline()
1692 rasterSamples = attachment.getSamples(); in createSubpassPipeline()
1715 DE_ASSERT(!rasterSamples || *rasterSamples == attachment.getSamples()); in createSubpassPipeline()
1716 rasterSamples = attachment.getSamples(); in createSubpassPipeline()
1720 if (!rasterSamples) in createSubpassPipeline()
1721 rasterSamples = VK_SAMPLE_COUNT_1_BIT; in createSubpassPipeline()
1817 *rasterSamples, // rasterSamples in createSubpassPipeline()
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp126 fFunctions.fRasterSamples = bind_to_member(this, &GrGLTestInterface::rasterSamples); in GrGLTestInterface()
DGrGLTestInterface.h127 virtual GrGLvoid rasterSamples(GrGLuint samples, GrGLboolean fixedsamplelocations) {} in rasterSamples() function