Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp128 fFunctions.fRasterSamples = bind_to_member(this, &GrGLTestInterface::rasterSamples); in GrGLTestInterface()
DGrGLTestInterface.h129 virtual GrGLvoid rasterSamples(GrGLuint samples, GrGLboolean fixedsamplelocations) {} in rasterSamples() function
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1809 Maybe<VkSampleCountFlagBits> rasterSamples; in createSubpassPipeline() local
1816 DE_ASSERT(!rasterSamples || *rasterSamples == attachment.getSamples()); in createSubpassPipeline()
1818 rasterSamples = attachment.getSamples(); in createSubpassPipeline()
1842 DE_ASSERT(!rasterSamples || *rasterSamples == attachment.getSamples()); in createSubpassPipeline()
1843 rasterSamples = attachment.getSamples(); in createSubpassPipeline()
1847 if (!rasterSamples) in createSubpassPipeline()
1848 rasterSamples = VK_SAMPLE_COUNT_1_BIT; in createSubpassPipeline()
1931 *rasterSamples, // rasterSamples in createSubpassPipeline()