Home
last modified time | relevance | path

Searched refs:sparseFamilyIndex (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1574 …const deUint32 sparseFamilyIndex = (m_imageBackingMode == IMAGE_BACKING_MODE_SPARSE) ? getSpar… in createSamplerUniform() local
1592 …const VkSharingMode sharingMode = (queueFamilyIndex != sparseFamilyIndex) ? VK_SHARING_MODE_C… in createSamplerUniform()
1597 const deUint32 queueIndexCount = (queueFamilyIndex != sparseFamilyIndex) ? 2 : 1; in createSamplerUniform()
1601 sparseFamilyIndex in createSamplerUniform()