/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 190 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon1b31f67b0111::VertexIDCase 212 , m_method (drawMethod) in VertexIDCase() 224 if (m_method == deqp::gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_BASEVERTEX || in init() 225 m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX || in init() 226 m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED_BASEVERTEX) in init() 300 switch (m_method) in draw() 458 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon1b31f67b0111::BuiltInVariableGroup 463 , m_method (drawMethod) in BuiltInVariableGroup() 473 addChild(new VertexIDCase(m_context, m_method)); in init() 485 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon1b31f67b0111::IndexGroup [all …]
|
D | es31fDrawTests.cpp | 239 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon396b2ce50111::AttributeGroup 247 , m_method (drawMethod) in AttributeGroup() 269 spec.drawMethod = m_method; in init() 306 spec.drawMethod = m_method; in init() 354 spec.drawMethod = m_method; in init() 416 spec.drawMethod = m_method; in init() 483 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon396b2ce50111::IndexGroup 488 , m_method (drawMethod) in IndexGroup() 512 genBasicSpec(spec, m_context.getRenderContext().getType(), m_method); in init() 546 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon396b2ce50111::BaseVertexGroup [all …]
|
D | es31fGeometryShaderTests.cpp | 5484 const DrawMethod m_method; member in deqp::gles31::Functional::__anon128757fa0111::VertexFeedbackCase 5498 , m_method (method) in VertexFeedbackCase() 5532 switch (m_method) in init() 5683 switch (m_method) in iterate() 5855 const Method m_method; member in deqp::gles31::Functional::__anon128757fa0111::VertexFeedbackOverflowCase 5866 , m_method (method) in VertexFeedbackOverflowCase() 5917 if (m_method == METHOD_DRAW_ELEMENTS) in init() 5993 if (m_method == METHOD_DRAW_ELEMENTS) in iterate() 6006 if (m_method == METHOD_DRAW_ELEMENTS) in iterate() 6008 else if (m_method == METHOD_DRAW_ARRAYS) in iterate()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 285 const QueryMethod m_method; member in deqp::gles31::Functional::__anon7ff8adcf0111::QueryCase 290 , m_method (method) in QueryCase() 359 switch (m_method) in verifyState()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 120 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anon199062610111::AttributeGroup 128 , m_method (drawMethod) in AttributeGroup() 149 spec.drawMethod = m_method; in init() 184 spec.drawMethod = m_method; in init() 230 spec.drawMethod = m_method; in init() 294 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anon199062610111::IndexGroup 299 , m_method (drawMethod) in IndexGroup() 334 genBasicSpec(spec, m_method); in init() 377 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anon199062610111::FirstGroup 382 , m_method (drawMethod) in FirstGroup() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 150 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Functional::__anon56712bc30111::AttributeGroup 158 , m_method (drawMethod) in AttributeGroup() 172 const bool instanced = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED) || in init() 173 (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED); in init() 174 const bool ranged = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); in init() 185 spec.drawMethod = m_method; in init() 220 spec.drawMethod = m_method; in init() 266 spec.drawMethod = m_method; in init() 326 spec.drawMethod = m_method; in init() 392 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Functional::__anon56712bc30111::IndexGroup [all …]
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 92 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Stress::__anon247d617f0111::IndexGroup 97 , m_method (drawMethod) in IndexGroup() 124 genBasicSpec(spec, m_method); in init() 165 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Stress::__anon247d617f0111::MethodGroup 170 , m_method (drawMethod) in MethodGroup() 180 …xed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::… in init() 185 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 273 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Stress::__anonf6e782610111::IndexGroup 278 , m_method (drawMethod) in IndexGroup() 305 …const bool isRangedMethod = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED |… in init() 307 genBasicSpec(spec, m_method); in init() 354 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Stress::__anonf6e782610111::MethodGroup 359 , m_method (drawMethod) in MethodGroup() 369 …ed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::… in init() 374 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 339 TransferMethod getMethod (void) const { return m_method; } in getMethod() 341 TransferMethod m_method; member in vkt::pipeline::__anonbdddf8550111::TransferTimestampTestParam 354 m_method = (TransferMethod)methodNdx; in TransferTimestampTestParam() 369 result += "with_" + getTransferMethodStr(m_method, false); in generateTestName() 392 result += "with " + getTransferMethodStr(m_method, true); in generateTestDescription() 2303 TransferMethod m_method; member in vkt::pipeline::__anonbdddf8550111::TransferTest 2323 TransferMethod m_method; member in vkt::pipeline::__anonbdddf8550111::TransferTestInstance 2352 m_method = transferParam->getMethod(); in TransferTest() 2362 …return new TransferTestInstance(context, m_stages, m_inRenderPass, m_hostQueryReset, m_method, m_q… in createInstance() 2372 , m_method(method) in TransferTestInstance() [all …]
|
/third_party/node/tools/inspector_protocol/lib/ |
D | DispatcherBase_cpp.template | 76 , m_method(method) 98 m_backendImpl->get()->channel()->fallThrough(m_callId, m_method, m_message);
|
D | DispatcherBase_h.template | 82 String m_method;
|