Searched refs:draw_call (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cPipelineStatisticsQueryTests.hpp | 280 static bool isDrawCallSupported(_draw_call_type draw_call, const glw::Functions& gl); 282 static bool isInstancedDrawCall(_draw_call_type draw_call);
|
H A D | gl4cPipelineStatisticsQueryTests.cpp | 1048 * @param draw_call Draw call type to use for the query. 1052 bool PipelineStatisticsQueryUtilities::isDrawCallSupported(_draw_call_type draw_call, const glw::Functions& gl) in isDrawCallSupported() argument 1057 switch (draw_call) in isDrawCallSupported() 1100 } /* switch (draw_call) */ in isDrawCallSupported() 1107 * @param draw_call Input value to use for the conversion. 1109 * @return true if @param draw_call corresponds to an instanced draw call, 1112 bool PipelineStatisticsQueryUtilities::isInstancedDrawCall(_draw_call_type draw_call) in isInstancedDrawCall() argument 1115 (draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWARRAYSINDIRECT || in isInstancedDrawCall() 1116 draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWARRAYSINSTANCED || in isInstancedDrawCall() 1117 draw_call in isInstancedDrawCall() [all...] |
H A D | gl4cVertexAttrib64BitTest.cpp | 3106 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_attrib_divisor); 3329 * @param draw_call Type of the draw call that should be issued. 3336 bool VAOTest::executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor) in executeTest() argument 3365 switch (draw_call) in executeTest() 3404 } /* 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() 3827 * @param draw_call Typ 3832 verifyXFBData(const void* data, _draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor) verifyXFBData() argument [all...] |
H A D | gl4cSparseBufferTests.hpp | 937 const char* getDrawCallTypeString(_draw_call draw_call);
|
H A D | gl4cSparseBufferTests.cpp | 5794 * @param draw_call Draw call type to return a string for. 5798 const char* TransformFeedbackBufferStorageTestCase::getDrawCallTypeString(_draw_call draw_call) 5802 switch (draw_call) 5852 } /* switch (draw_call) */
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_pipe.h | 284 unsigned draw_call; member
|
H A D | dd_draw.c | 1049 record->draw_call, driver ? "YES" : "NO ", prev_bop, top, bop); in dd_report_hang() 1171 record->draw_call = dctx->num_draw_calls; in dd_create_record()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.cpp | 2624 for (GLuint draw_call = 0; draw_call < n_draw_calls; ++draw_call) in iterate() 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()
|
Completed in 25 milliseconds