HomeSort by relevance Sort by last modified time
    Searched defs:descriptorType (Results 1 - 12 of 12) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmUtils.hpp 151 , descriptorType(descriptorType_)
159 virtual void setDescriptorType (vk::VkDescriptorType type) { descriptorType = type; }
160 virtual vk::VkDescriptorType getDescriptorType () const { return descriptorType; }
164 vk::VkDescriptorType descriptorType;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDynamicOffsetTests.cpp 68 VkDescriptorType descriptorType;
166 const VkDeviceSize offsetAlignment = de::max((VkDeviceSize)16, m_params.descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC ? deviceLimits.minUniformBufferOffsetAlignment : deviceLimits.minStorageBufferOffsetAlignment);
169 const VkDescriptorType nonDynamicDescriptorType = m_params.descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC ? VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER : VK_DESCRIPTOR_TYPE_STORAGE_BUFFER;
314 const VkDescriptorType descriptorType = binding >= m_params.numDynamicBindings ? nonDynamicDescriptorType : m_params.descriptorType;
318 descriptorType, // VkDescriptorType descriptorType;
359 const VkBufferUsageFlags usageFlags = m_params.descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC ? VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT : VK_BUFFER_USAGE_STORAGE_BUFFER_BIT;
384 poolBuilder.addType(m_params.descriptorType, m_params.numDynamicBindings);
405 const VkDescriptorType descriptorType = binding >= m_params.numDynamicBindings ? nonDynamicDescriptorType : m_params.descriptorType
    [all...]
vktPipelinePushDescriptorTests.cpp 70 VkDescriptorType descriptorType;
357 m_params.descriptorType, // VkDescriptorType descriptorType;
393 const VkBufferUsageFlags usageFlags = m_params.descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER ? VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT : VK_BUFFER_USAGE_STORAGE_BUFFER_BIT;
536 m_params.descriptorType, // VkDescriptorType descriptorType;
639 const string bufferType = m_params.descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER ? "uniform" : "buffer";
733 m_params.descriptorType, // VkDescriptorType descriptorType;
740 VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, // VkDescriptorType descriptorType;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 223 void checkSupported (const VkDescriptorType descriptorType);
251 void OpaqueTypeIndexingTestInstance::checkSupported (const VkDescriptorType descriptorType)
257 switch (descriptorType)
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/include/third_party/vulkan/vulkan/
vulkan_core.h     [all...]
  /external/skqp/include/third_party/vulkan/vulkan/
vulkan_core.h     [all...]
  /external/swiftshader/include/vulkan/
vulkan_core.h     [all...]
vulkan.hpp     [all...]
  /external/vulkan-headers/include/vulkan/
vulkan_core.h     [all...]
vulkan.hpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 2099 milliseconds