Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp338 …* sampler, deUint32 count = 1u) { for (deUint32 i = 0; i < count; i++) m_samplers.push_back(sample… in addSampler()
340 vector<SamplerDescriptor*> m_samplers; member in vkt::BindingModel::__anonb0ac94750111::SampledImageDescriptor
356 vector<VkSamplerSp> m_samplers; member in vkt::BindingModel::__anonb0ac94750111::SamplerDescriptor
1251 if ((m_data[i].written || m_data[i].copiedInto) && m_samplers.size() > i) in getShaderVerifyCode()
1253 … + de::toString(m_id) + getArrayString(i) + ", sampler" + de::toString(m_samplers[i]->getId()) + "… in getShaderVerifyCode()
1321m_samplers.push_back(VkSamplerSp(new Unique<VkSampler>(createSampler(vk, device, &samplerParams)))… in init()
1329 **m_samplers[i], // VkSampler sampler in init()
/third_party/vk-gl-cts/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.cpp5704 if (false == testDraw(test_configurations[i].m_routines, test_configurations[i].m_samplers, in iterate()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp478 vector<SharedPtrVkSampler> m_samplers; member in vkt::__anonaf246e430111::ExternalDependencyTestInstance
508 …, m_samplers (createSamplers(context.getDeviceInterface(), context.getDevice(), testConfig.ren… in ExternalDependencyTestInstance()
513 …Layouts (createDescriptorSetLayouts(context.getDeviceInterface(), context.getDevice(), m_samplers)) in ExternalDependencyTestInstance()
515 …xt.getDevice(), m_subpassDescriptorPools, m_subpassDescriptorSetLayouts, m_imageViews, m_samplers)) in ExternalDependencyTestInstance()