/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderAdjacency.cpp | 296 gl.transformFeedbackVaryings(m_po_id, 2, varyings, GL_SEPARATE_ATTRIBS); in initTest() 302 gl.transformFeedbackVaryings(m_po_id, 1, varyings, GL_SEPARATE_ATTRIBS); in initTest()
|
D | esextcGeometryShaderPrimitiveQueries.cpp | 352 GL_SEPARATE_ATTRIBS); in iterate()
|
D | esextcGeometryShaderInput.cpp | 844 …formFeedbackVaryings(info.po_id, n_captured_varyings_size, captured_varyings, GL_SEPARATE_ATTRIBS); in initCaseProgram()
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderMaxPatchVertices.cpp | 544 gl.transformFeedbackVaryings(m_po_id_2, 2 /* count */, m_tf_varyings, GL_SEPARATE_ATTRIBS); in initTransformFeedbackBufferObjects() 586 gl.transformFeedbackVaryings(m_po_id_1, 2 /* count */, m_tf_varyings, GL_SEPARATE_ATTRIBS); in initProgramObjects() 602 gl.transformFeedbackVaryings(m_po_id_2, 2 /* count */, m_tf_varyings, GL_SEPARATE_ATTRIBS); in initProgramObjects()
|
D | esextcTessellationShaderXFB.cpp | 210 gl.transformFeedbackVaryings(po_id, n_varyings, varyings, GL_SEPARATE_ATTRIBS); in createSeparableProgram() 541 gl.transformFeedbackVaryings(m_po_id, 1 /* count */, &varying_name, GL_SEPARATE_ATTRIBS); in initTest()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 281 if (tfMode == GL_SEPARATE_ATTRIBS && numComponents > maxTfSeparateComponents) in isProgramSupported() 288 if (tfMode == GL_SEPARATE_ATTRIBS && totalTfAttribs > maxTfSeparateAttribs) in isProgramSupported() 473 int bufNdx = (bufferMode == GL_SEPARATE_ATTRIBS ? varNdx : 0); in computeTransformFeedbackOutputs() 474 int offset = (bufferMode == GL_SEPARATE_ATTRIBS ? 0 : accumulatedSize); in computeTransformFeedbackOutputs() 959 if (m_bufferMode == GL_SEPARATE_ATTRIBS) in init() 1354 if (glu::isDataTypeMatrix(type) || m_bufferMode == GL_SEPARATE_ATTRIBS) in BasicArrayCase() 1444 bool isSeparateMode = m_bufferMode == GL_SEPARATE_ATTRIBS; in init() 1552 { "separate", GL_SEPARATE_ATTRIBS }, in init()
|
/external/angle/src/tests/gl_tests/ |
D | ProvokingVertexTest.cpp | 61 mProgram = CompileProgramWithTransformFeedback(kVS, kFS, tfVaryings, GL_SEPARATE_ATTRIBS); in testSetUp()
|
D | MultiviewDrawTest.cpp | 749 GL_SEPARATE_ATTRIBS); in TEST_P() 756 dualViewTFVaryings, GL_SEPARATE_ATTRIBS); in TEST_P()
|
D | ProgramBinaryTest.cpp | 978 GL_SEPARATE_ATTRIBS); in testSetUp()
|
D | TransformFeedbackTest.cpp | 1070 compileDefaultProgram(tfVaryings, GL_SEPARATE_ATTRIBS); in testSetUp()
|
/external/mesa3d/src/mesa/main/ |
D | transformfeedback.c | 938 case GL_SEPARATE_ATTRIBS: in _mesa_TransformFeedbackVaryings() 947 (bufferMode == GL_SEPARATE_ATTRIBS && in _mesa_TransformFeedbackVaryings()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackTests.cpp | 226 s_fragment_shader, NULL, 0, GL_SEPARATE_ATTRIBS); in iterate() 833 …ackVaryings(m_program_id_with_output, more_than_max_separate_attribs, attrib, GL_SEPARATE_ATTRIBS); in testExtension1() 1293 ….transformFeedbackVaryings(m_program_id_with_output, 1, &tf_varying_names[i], GL_SEPARATE_ATTRIBS); in testExtension3() 1965 …ransform_feedback_varyings_c[0], more_than_max_transform_feedback_components, GL_SEPARATE_ATTRIBS); in testTooManyVaryings() 3077 m_attrib_type = GL_SEPARATE_ATTRIBS; in CaptureVertexSeparate() 3354 if (s_capture_ways[capture_way] == GL_SEPARATE_ATTRIBS) in numberOfAttributes() 3365 if (s_capture_ways[capture_way] == GL_SEPARATE_ATTRIBS && in numberOfAttributes() 3739 GL_SEPARATE_ATTRIBS }; 4364 case GL_SEPARATE_ATTRIBS: in bindBOForXFB() 4681 GL_SEPARATE_ATTRIBS };
|
D | gl3cTransformFeedbackOverflowQueryTests.cpp | 1524 return GL_SEPARATE_ATTRIBS; in bufferMode() 1699 return GL_SEPARATE_ATTRIBS; in bufferMode()
|
D | gl4cShaderAtomicCountersTests.cpp | 1743 glTransformFeedbackVaryings(prog_, 2, xfb_var, GL_SEPARATE_ATTRIBS); in Run() 1900 glTransformFeedbackVaryings(prog_, 2, xfb_var, GL_SEPARATE_ATTRIBS); in Run() 2048 glTransformFeedbackVaryings(prog_, 2, xfb_var, GL_SEPARATE_ATTRIBS); in Run() 2201 glTransformFeedbackVaryings(prog_, 2, xfb_var, GL_SEPARATE_ATTRIBS); in Run() 2730 glTransformFeedbackVaryings(prog_[i], 1, &xfb_var, GL_SEPARATE_ATTRIBS); in Run()
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5FmaPrecision.cpp | 179 gl.transformFeedbackVaryings(m_po_id, 2, varyings, GL_SEPARATE_ATTRIBS); in initTest()
|
/external/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 1161 if (prog->TransformFeedback.BufferMode == GL_SEPARATE_ATTRIBS && in assign_location() 1498 prog->TransformFeedback.BufferMode == GL_SEPARATE_ATTRIBS; in store_tfeedback_info() 1984 (prog->TransformFeedback.BufferMode == GL_SEPARATE_ATTRIBS && in assign_locations()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 1170 bool separateAttribs = (mState.getTransformFeedbackBufferMode() == GL_SEPARATE_ATTRIBS); in loadBinaryShaderExecutables() 1560 (mState.getTransformFeedbackBufferMode() == GL_SEPARATE_ATTRIBS), in getPixelExecutableForCachedOutputLayout() 1603 (mState.getTransformFeedbackBufferMode() == GL_SEPARATE_ATTRIBS), in getVertexExecutableForCachedInputLayout() 1661 (mState.getTransformFeedbackBufferMode() == GL_SEPARATE_ATTRIBS), in getGeometryExecutableForPrimitiveType()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 655 #define GL_SEPARATE_ATTRIBS 0x8C8D macro
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleFunctionalTests.cpp | 1543 gl.transformFeedbackVaryings(po_verify_id, 1, &vs_verify_varying_name, GL_SEPARATE_ATTRIBS); in iterate() 2101 gl.transformFeedbackVaryings(po_verify_id, 1, &vs_verify_varying_name, GL_SEPARATE_ATTRIBS); in iterate()
|
D | es31cShaderAtomicCountersTests.cpp | 1797 glTransformFeedbackVaryings(prog_, 2, xfb_var, GL_SEPARATE_ATTRIBS); in Run() 1961 glTransformFeedbackVaryings(prog_, 2, xfb_var, GL_SEPARATE_ATTRIBS); in Run() 2496 glTransformFeedbackVaryings(prog_[i], 1, &xfb_var, GL_SEPARATE_ATTRIBS); in Run()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferOperations.cpp | 1179 gl.transformFeedbackVaryings(m_tf_po_id, 1, varyings, GL_SEPARATE_ATTRIBS); in initializeBufferObjectData()
|
D | esextcTextureBufferTextureBufferRange.cpp | 912 gl.transformFeedbackVaryings(m_vsfs_po_id, 2, varyings, GL_SEPARATE_ATTRIBS); in iterate()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.cpp | 1236 case GL_SEPARATE_ATTRIBS: in applyTransformFeedback() 1479 if(transformFeedbackBufferMode == GL_SEPARATE_ATTRIBS && in linkTransformFeedback()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 606 #define GL_SEPARATE_ATTRIBS 0x8C8D macro
|
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
D | esextcDrawElementsBaseVertexTests.cpp | 320 tf_varyings, GL_SEPARATE_ATTRIBS); in buildProgram()
|