HomeSort by relevance Sort by last modified time
    Searched refs:VkQueueFamilyProperties (Results 1 - 25 of 50) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 79 typedef std::vector<vk::VkQueueFamilyProperties> QueueFamilyPropertiesVec;
vktSparseResourcesBase.cpp 62 std::vector<VkQueueFamilyProperties> queueFamilyProperties;
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.h 57 std::vector<VkQueueFamilyProperties> queues;
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.cpp 51 vector<VkQueueFamilyProperties> getPhysicalDeviceQueueFamilyProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice)
54 vector<VkQueueFamilyProperties> properties;
vkConcreteInstanceInterface.inl 10 virtual void getPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const;
vkVirtualInstanceInterface.inl 10 virtual void getPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const = 0;
vkQueryUtil.hpp 38 std::vector<VkQueueFamilyProperties> getPhysicalDeviceQueueFamilyProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
vkInstanceDriverImpl.inl 35 void InstanceDriver::getPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const
vkNullDriver.cpp 483 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice, deUint32* count, VkQueueFamilyProperties* props)
487 deMemset(props, 0, sizeof(VkQueueFamilyProperties));
  /external/vulkan-validation-layers/demos/smoke/
Helpers.h 91 inline VkResult get(VkPhysicalDevice phy, std::vector<VkQueueFamilyProperties> &queues)
Shell.cpp 236 std::vector<VkQueueFamilyProperties> queues;
241 const VkQueueFamilyProperties &q = queues[i];
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 104 std::vector<VkQueueFamilyProperties> PhysicalDevice::queue_properties() const {
105 std::vector<VkQueueFamilyProperties> info;
278 const std::vector<VkQueueFamilyProperties> queue_props =
332 VkQueueFamilyProperties *queue_props =
333 new VkQueueFamilyProperties[queue_node_count];
vkrenderframework.h 54 const VkQueueFamilyProperties *queue_props;
  /external/vulkan-validation-layers/layers/
object_tracker.h 112 static VkQueueFamilyProperties *queueInfo = NULL;
272 queueInfo = (VkQueueFamilyProperties *)realloc((void *)queueInfo, count * sizeof(VkQueueFamilyProperties));
274 memcpy(queueInfo, pData, count * sizeof(VkQueueFamilyProperties));
    [all...]
device_limits.cpp 71 vector<unique_ptr<VkQueueFamilyProperties>> queueFamilyProperties;
270 VkQueueFamilyProperties *pQueueFamilyProperties) {
308 phy_dev_data->queueFamilyProperties.emplace_back(new VkQueueFamilyProperties(pQueueFamilyProperties[i]));
    [all...]
core_validation.h 516 vector<VkQueueFamilyProperties> queue_family_properties;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 528 deUint32 getGlobalMaxQueueCount(const vector<VkQueueFamilyProperties>& queueFamilyProperties)
548 const vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instanceDriver, physicalDevice);
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 111 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice);
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 102 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties));
104 VkQueueFamilyProperties* queueProps = (VkQueueFamilyProperties*)queuePropsAlloc.get();
    [all...]
  /external/vulkan-validation-layers/loader/
loader.h 594 VkQueueFamilyProperties *pProperties);
  /frameworks/native/vulkan/tools/
vkinfo.cpp 42 std::vector<VkQueueFamilyProperties> queue_families;
535 const VkQueueFamilyProperties& qprops = info.queue_families[family];
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 120 VkQueueFamilyProperties *queue_props;
    [all...]
cube.c 348 VkQueueFamilyProperties *queue_props;
    [all...]
tri.c 178 VkQueueFamilyProperties *queue_props;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTimestampTests.cpp 682 const std::vector<VkQueueFamilyProperties> queueProperties = vk::getPhysicalDeviceQueueFamilyProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice());
    [all...]

Completed in 613 milliseconds

1 2