Searched refs:m_samplers (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsStateChangePerfTestCases.cpp | 447 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()
|
D | glsStateChangePerfTestCases.hpp | 95 std::vector<deUint32> m_samplers; member in deqp::gls::StateChangePerformanceCase
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.hpp | 669 m_samplers[0] = first_sampler; in testConfiguration() 670 m_samplers[1] = second_sampler; in testConfiguration() 676 glw::GLuint m_samplers[2]; member
|
D | gl4cShaderSubroutineTests.cpp | 5706 if (false == testDraw(test_configurations[i].m_routines, test_configurations[i].m_samplers, in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 374 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/ |
D | es3pRedundantStateChangeTests.cpp | 1456 gl.bindSampler(0, m_samplers[0]); in init() 1461 gl.bindSampler(0, m_samplers[0]); in init()
|
D | es3pStateChangeTests.cpp | 1643 gl.bindSampler(0, m_samplers[ndx]); in init() 1651 gl.bindSampler(0, m_samplers[stateId]); in init()
|