OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:queueproperties
(Results
1 - 3
of
3
) 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
...]
/frameworks/native/vulkan/api/
vulkan.api
[
all
...]
Completed in 191 milliseconds