OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:queueProperties
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTimestampTests.cpp
682
const std::vector<VkQueueFamilyProperties>
queueProperties
= vk::getPhysicalDeviceQueueFamilyProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice());
684
DE_ASSERT(queueFamilyIndex < (deUint32)
queueProperties
.size());
686
if (!
queueProperties
[queueFamilyIndex].timestampValidBits)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp
[
all
...]
Completed in 63 milliseconds