HomeSort by relevance Sort by last modified time
    Searched full:m_descriptortype (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.hpp 313 VkDescriptorType m_descriptorType;
320 , m_descriptorType (descriptorType)
333 executor.setupUniformData(vkDevice, vk, queue, queueFamilyIndex, memAlloc, m_bindingLocation, m_descriptorType, sizeof(T), &m_data);
345 VkDescriptorType m_descriptorType;
352 , m_descriptorType (descriptorType)
366 executor.setupUniformArray(vkDevice, vk, queue, queueFamilyIndex, memAlloc, m_bindingLocation, m_descriptorType, (deUint32)m_data.size(), sizeof(T), &m_data[0]);
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]

Completed in 406 milliseconds