Home
last modified time | relevance | path

Searched refs:draw_call (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.hpp278 static bool isDrawCallSupported(_draw_call_type draw_call, const glw::Functions& gl);
280 static bool isInstancedDrawCall(_draw_call_type draw_call);
Dgl4cPipelineStatisticsQueryTests.cpp1035 bool PipelineStatisticsQueryUtilities::isDrawCallSupported(_draw_call_type draw_call, const glw::Fu… in isDrawCallSupported() argument
1040 switch (draw_call) in isDrawCallSupported()
1095 bool PipelineStatisticsQueryUtilities::isInstancedDrawCall(_draw_call_type draw_call) in isInstancedDrawCall() argument
1098 (draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWARRAYSINDIRECT || in isInstancedDrawCall()
1099 draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWARRAYSINSTANCED || in isInstancedDrawCall()
1100draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWARRAYSINSTANCEDBASEINSTANCE || in isInstancedDrawCall()
1101 draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWELEMENTSINDIRECT || in isInstancedDrawCall()
1102 draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWELEMENTSINSTANCED || in isInstancedDrawCall()
1103draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWELEMENTSINSTANCEDBASEINSTANCE … in isInstancedDrawCall()
1104draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWELEMENTSINSTANCEDBASEVERTEXBAS… in isInstancedDrawCall()
Dgl4cVertexAttrib64BitTest.cpp3106 bool executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor);
3113 …bool verifyXFBData(const void* data, _draw_call_type draw_call, bool instanced, bool zero_vertex_a…
3336 bool VAOTest::executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_diviso… in executeTest() argument
3365 switch (draw_call) in executeTest()
3415 result = verifyXFBData(pXFBData, draw_call, instanced, zero_vertex_attrib_divisor); in executeTest()
3802 _draw_call_type draw_call = (_draw_call_type)n_draw_call_type; in iterate() local
3815 result &= executeTest(draw_call, instanced_draw_call, zero_vertex_attrib_divisor); in iterate()
3832 bool VAOTest::verifyXFBData(const void* data, _draw_call_type draw_call, bool instanced, in verifyXFBData() argument
3836 bool is_indiced = (draw_call == DRAW_CALL_TYPE_ELEMENTS); in verifyXFBData()
Dgl4cSparseBufferTests.hpp937 const char* getDrawCallTypeString(_draw_call draw_call);
Dgl4cSparseBufferTests.cpp5798 const char* TransformFeedbackBufferStorageTestCase::getDrawCallTypeString(_draw_call draw_call) in getDrawCallTypeString() argument
5802 switch (draw_call) in getDrawCallTypeString()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h275 unsigned draw_call; member
Ddd_draw.c959 record->draw_call, driver ? "YES" : "NO ", prev_bop, top, bop); in dd_report_hang()
1070 record->draw_call = dctx->num_draw_calls; in dd_create_record()
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp2624 for (GLuint draw_call = 0; draw_call < n_draw_calls; ++draw_call) in iterate() local
2626 prepareUniforms(program, draw_call); in iterate()
2631 getClearSettings(is_clear, draw_call, depth_value); in iterate()
2652 bool result = checkResults(texture_0, texture_1, draw_call); in iterate()