Home
last modified time | relevance | path

Searched refs:SampleCoverage (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_msaa.c121 if (st->ctx->Multisample.SampleCoverage) { in st_update_sample_state()
/third_party/mesa3d/src/mesa/main/
Dattrib.c191 attr->SampleCoverage = ctx->Multisample.SampleCoverage; in _mesa_PushAttrib()
461 TEST_AND_UPDATE(ctx->Multisample.SampleCoverage, in pop_enable_group()
462 enable->SampleCoverage, in pop_enable_group()
1112 TEST_AND_UPDATE(ctx->Multisample.SampleCoverage, in _mesa_PopAttrib()
1113 attr->Multisample.SampleCoverage, in _mesa_PopAttrib()
1125 Multisample.SampleCoverageInvert, SampleCoverage); in _mesa_PopAttrib()
Dmultisample.c73 ctx->Multisample.SampleCoverage = GL_FALSE; in _mesa_init_multisample()
Denable.c1023 if (ctx->Multisample.SampleCoverage == state) in _mesa_set_enable()
1028 ctx->Multisample.SampleCoverage = state; in _mesa_set_enable()
1828 return ctx->Multisample.SampleCoverage; in _mesa_IsEnabled()
Dmtypes.h571 GLboolean SampleCoverage; member
3163 GLboolean SampleCoverage; /* GL_ARB_multisample */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp196 SampleCoverage.clear(); in clear()
214 FunctionSamplesCoverageMap SampleCoverage; member in __anon8b1c592f0111::SampleCoverageTracker
551 unsigned &Count = SampleCoverage[FS][Loc]; in markSamplesUsed()
564 auto I = SampleCoverage.find(FS); in countUsedRecords()
568 unsigned Count = (I != SampleCoverage.end()) ? I->second.size() : 0; in countUsedRecords()
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp557 TEST_P(GLES1CovglTest, SampleCoverage) in TEST_P() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp882 struct SampleCoverage struct in vkt::pipeline::__anon7a1c83fb0111::SampleMaskWithDepthTestInstance
884 SampleCoverage() {} in SampleCoverage() function
885 SampleCoverage(deUint32 min_, deUint32 max_) in SampleCoverage() argument
908 std::map<VkSampleCountFlagBits, SampleCoverage> m_refCoverageAfterDepthTest;
3099 …m_refCoverageAfterDepthTest[VK_SAMPLE_COUNT_2_BIT] = SampleCoverage(1u, 1u); // !< Sample coverage… in SampleMaskWithDepthTestInstance()
3100 …m_refCoverageAfterDepthTest[VK_SAMPLE_COUNT_4_BIT] = SampleCoverage(2u, 2u); // !< with max possib… in SampleMaskWithDepthTestInstance()
3101 m_refCoverageAfterDepthTest[VK_SAMPLE_COUNT_8_BIT] = SampleCoverage(2u, 6u); // !< in SampleMaskWithDepthTestInstance()
3102 m_refCoverageAfterDepthTest[VK_SAMPLE_COUNT_16_BIT] = SampleCoverage(6u, 11u); // !< in SampleMaskWithDepthTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp882 struct SampleCoverage struct in vkt::pipeline::__anoncfda09bb0111::SampleMaskWithDepthTestInstance
884 SampleCoverage() {} in SampleCoverage() function
885 SampleCoverage(deUint32 min_, deUint32 max_) in SampleCoverage() argument
908 std::map<VkSampleCountFlagBits, SampleCoverage> m_refCoverageAfterDepthTest;
3099 …m_refCoverageAfterDepthTest[VK_SAMPLE_COUNT_2_BIT] = SampleCoverage(1u, 1u); // !< Sample coverage… in SampleMaskWithDepthTestInstance()
3100 …m_refCoverageAfterDepthTest[VK_SAMPLE_COUNT_4_BIT] = SampleCoverage(2u, 2u); // !< with max possib… in SampleMaskWithDepthTestInstance()
3101 m_refCoverageAfterDepthTest[VK_SAMPLE_COUNT_8_BIT] = SampleCoverage(2u, 6u); // !< in SampleMaskWithDepthTestInstance()
3102 m_refCoverageAfterDepthTest[VK_SAMPLE_COUNT_16_BIT] = SampleCoverage(6u, 11u); // !< in SampleMaskWithDepthTestInstance()
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1006 { "glSampleCoverage", _O(SampleCoverage) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp698 return gl::SampleCoverage(value, invert); in glSampleCoverage()
1664 this->glSampleCoverage = gl::SampleCoverage; in LibGLESv2exports()
Dentry_points.h146 void GL_APIENTRY SampleCoverage(GLclampf value, GLboolean invert);
DlibGLESv2.cpp4244 void GL_APIENTRY SampleCoverage(GLclampf value, GLboolean invert) in SampleCoverage() function
6483 FUNCTION(SampleCoverage), in es2GetProcAddress()
/third_party/openGLES/extensions/NV/
DNV_explicit_multisample.txt61 control provided by SampleCoverage
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_explicit_multisample.txt61 control provided by SampleCoverage
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_multisample.txt48 control provided by SampleCoverage
DARB_gpu_shader5.txt1687 SampleCoverage and SampleMask state? Will samples be removed from the
/third_party/openGLES/extensions/ARB/
DARB_texture_multisample.txt58 control provided by SampleCoverage
DARB_gpu_shader5.txt1697 SampleCoverage and SampleMask state? Will samples be removed from the
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_texture_multisample.txt56 control provided by SampleCoverage
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp2639 ANGLE_CAPTURE(SampleCoverage, isCallValid, context, value, invert); in GL_SampleCoverage()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp9512 ANGLE_CAPTURE(SampleCoverage, isCallValid, context, value, invert); in GL_SampleCoverage()