Searched refs:zero_vertex_attrib_divisor (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttrib64BitTest.cpp | 3113 bool executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor); 3120 …Data(const void *data, _draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor); 3344 …ol VAOTest::executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor) in executeTest() argument 3351 …const glw::GLint divisor = (zero_vertex_attrib_divisor) ? 0 : m_nonzero_vertex_attrib_divisor; in executeTest() 3422 result = verifyXFBData(pXFBData, draw_call, instanced, zero_vertex_attrib_divisor); in executeTest() 3822 bool zero_vertex_attrib_divisor = (n_vertex_attrib_divisor == 0); in iterate() local 3825 result &= executeTest(draw_call, instanced_draw_call, zero_vertex_attrib_divisor); in iterate() 3843 bool zero_vertex_attrib_divisor) in verifyXFBData() argument 3859 if (!zero_vertex_attrib_divisor) in verifyXFBData() 3899 if (!zero_vertex_attrib_divisor) in verifyXFBData() [all …]
|