Home
last modified time | relevance | path

Searched defs:isMultiSample (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderHelperInvocationTests.cpp381 …tic bool verifyHelperInvocationValue (TestLog& log, const tcu::Surface& result, bool isMultiSample) in verifyHelperInvocationValue()
570 … bool verifyHelperInvocationDerivate (TestLog& log, const tcu::Surface& result, bool isMultiSample) in verifyHelperInvocationDerivate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp1636 const bool isMultiSample = (m_params.sampleCount != vk::VK_SAMPLE_COUNT_1_BIT); in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp1632 const bool isMultiSample = (m_params.sampleCount != vk::VK_SAMPLE_COUNT_1_BIT); in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/
DvktFragmentShadingBarycentricTests.cpp290 const bool isMultiSample = (rasterizationSamples > VK_SAMPLE_COUNT_1_BIT); in makeGraphicsPipeline() local
/third_party/glslang/glslang/Include/
DTypes.h117 bool isMultiSample() const { return ms; } in isMultiSample() function