Searched refs:descBinding (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 3432 …const int descBinding = numUsedBindings - ((m_activeStages & vk::VK_SHADER_STAGE_COMPUTE_BIT) ?… in genResourceDeclarations() local 3439 …buf << "layout(set = " << descriptorSet << ", binding = " << (descBinding) << ", std140) " << stor… in genResourceDeclarations() 3447 …buf << "layout(set = " << descriptorSet << ", binding = " << (descBinding) << ", std140) " << stor… in genResourceDeclarations() 3452 …<< "layout(set = " << descriptorSet << ", binding = " << (descBinding + 1) << ", std140) " << stor… in genResourceDeclarations() 3460 …buf << "layout(set = " << descriptorSet << ", binding = " << de::toString(descBinding) << ", std14… in genResourceDeclarations() 3465 …<< "layout(set = " << descriptorSet << ", binding = " << de::toString(descBinding + 2) << ", std14… in genResourceDeclarations() 3486 …buf << "layout(set = " << descriptorSet << ", binding = " << (descBinding) << ", std140) " << stor… in genResourceDeclarations() 7182 …const int descBinding = numUsedBindings - ((m_activeStages & vk::VK_SHADER_STAGE_COMPUTE_BIT) ?… in genResourceDeclarations() local 7193 …set = " + de::toString(descriptorSet) + ", binding = " + de::toString(descBinding) + ") uniform h… in genResourceDeclarations() 7194 …"layout(set = " + de::toString(descriptorSet) + ", binding = " + de::toString(descBinding + 1) + "… in genResourceDeclarations() [all …]
|