Home
last modified time | relevance | path

Searched refs:m_samplers (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp447 if ((int)m_samplers.size() >= count) in requireSamplers()
450 m_samplers.reserve(count); in requireSamplers()
452 while ((int)m_samplers.size() < count) in requireSamplers()
457 m_samplers.push_back(sampler); in requireSamplers()
518 if (!m_samplers.empty()) in deinit()
520 gl.deleteSamplers((GLsizei)m_samplers.size(), &m_samplers[0]); in deinit()
521 m_samplers.clear(); in deinit()
DglsStateChangePerfTestCases.hpp95 std::vector<deUint32> m_samplers; member in deqp::gls::StateChangePerformanceCase
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp669 m_samplers[0] = first_sampler; in testConfiguration()
670 m_samplers[1] = second_sampler; in testConfiguration()
676 glw::GLuint m_samplers[2]; member
Dgl4cShaderSubroutineTests.cpp5706 if (false == testDraw(test_configurations[i].m_routines, test_configurations[i].m_samplers, in iterate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp374 vector<SharedPtrVkSampler> m_samplers; member in vkt::__anon104c10a40111::ExternalDependencyTestInstance
403 …, m_samplers (createSamplers(context.getDeviceInterface(), context.getDevice(), testConfig.ren… in ExternalDependencyTestInstance()
408 …Layouts (createDescriptorSetLayouts(context.getDeviceInterface(), context.getDevice(), m_samplers)) in ExternalDependencyTestInstance()
410 …xt.getDevice(), m_subpassDescriptorPools, m_subpassDescriptorSetLayouts, m_imageViews, m_samplers)) in ExternalDependencyTestInstance()
/external/deqp/modules/gles3/performance/
Des3pRedundantStateChangeTests.cpp1456 gl.bindSampler(0, m_samplers[0]); in init()
1461 gl.bindSampler(0, m_samplers[0]); in init()
Des3pStateChangeTests.cpp1643 gl.bindSampler(0, m_samplers[ndx]); in init()
1651 gl.bindSampler(0, m_samplers[stateId]); in init()