Home
last modified time | relevance | path

Searched refs:combinerOp1 (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
DesextcFragmentShadingRateCombinedTests.cpp107 if (m_tcParam.combinerOp1 != GL_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_EXT) in init()
113 if (!isTrivialCombiner(m_tcParam.combinerOp0) || !isTrivialCombiner(m_tcParam.combinerOp1)) in init()
434 gl.shadingRateCombinerOpsEXT(m_tcParam.combinerOp0, m_tcParam.combinerOp1); in iterate()
675 Extent2D final = combine(packedShadingRateToExtent(i), extent2, m_tcParam.combinerOp1); in simulate()
681 Extent2D final = combine(intermediate, extent2, m_tcParam.combinerOp1); in simulate()
DesextcFragmentShadingRateCombinedTests.hpp49 glw::GLenum combinerOp1; member
/third_party/openGLES/extensions/EXT/
DEXT_fragment_shading_rate.txt105 Accepted by the <combinerOp0> and <combinerOp1> parameters of
132 void ShadingRateCombinerOpsEXT(enum combinerOp0, enum combinerOp1)
423 void ShadingRateCombinerOpsEXT(enum combinerOp0, enum combinerOp1)
451 … selected by combinerOp1. The result of the second combination is used as the final fragment
478 An INVALID_ENUM error is generated if <combinerOp1> is not
495 is FALSE and <combinerOp1> is not
504 An INVALID_OPERATION error is generated if <combinerOp1> is not
/third_party/openGLES/api/GLES2/
Dgl2ext.h1452 …ef void (GL_APIENTRYP PFNGLSHADINGRATECOMBINEROPSEXTPROC) (GLenum combinerOp0, GLenum combinerOp1);
1457 GL_APICALL void GL_APIENTRY glShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1);
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl5768 GLW_APICALL void GLW_APIENTRY glShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1) argument
5771 DE_UNREF(combinerOp1);
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl4890 void CallLogWrapper::glShadingRateCombinerOpsEXT (glw::GLenum combinerOp0, glw::GLenum combinerOp1) argument
4893 … "glShadingRateCombinerOpsEXT(" << toHex(combinerOp0) << ", " << toHex(combinerOp1) << ");" << Tes…
4894 m_gl.shadingRateCombinerOpsEXT(combinerOp0, combinerOp1);
DgluCallLogWrapperApi.inl670 void glShadingRateCombinerOpsEXT (glw::GLenum combinerOp0, glw::GLenum combinerOp1);
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwImpl.inl5319 void glwShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1) argument
5324 gl->shadingRateCombinerOpsEXT(combinerOp0, combinerOp1);
DglwFunctionTypes.inl670 …d (GLW_APIENTRY* glShadingRateCombinerOpsEXTFunc) (GLenum combinerOp0, GLenum combinerOp1);
DglwApi.inl1580 void glwShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1);