Searched refs:zero_vertex_attrib_divisor (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 3106 bool executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor); 3113 …Data(const void* data, _draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor); 3336 …ol VAOTest::executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor) in executeTest() argument 3343 const glw::GLint divisor = (zero_vertex_attrib_divisor) ? 0 : m_nonzero_vertex_attrib_divisor; in executeTest() 3415 result = verifyXFBData(pXFBData, draw_call, instanced, zero_vertex_attrib_divisor); in executeTest() 3812 bool zero_vertex_attrib_divisor = (n_vertex_attrib_divisor == 0); in iterate() local 3815 result &= executeTest(draw_call, instanced_draw_call, zero_vertex_attrib_divisor); in iterate() 3833 bool zero_vertex_attrib_divisor) in verifyXFBData() argument 3849 if (!zero_vertex_attrib_divisor) in verifyXFBData() 3888 if (!zero_vertex_attrib_divisor) in verifyXFBData() [all …]
|