Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3433 const std::string setNdxPostfix = (numSets == 1) ? "" : de::toString(setNdx); in genResourceDeclarations() local
3439 …nding = " << (descBinding) << ", std140) " << storageType << " BufferName" << setNdxPostfix << "\n" in genResourceDeclarations()
3443 << "} b_instance" << setNdxPostfix << ";\n"; in genResourceDeclarations()
3447 …ding = " << (descBinding) << ", std140) " << storageType << " BufferName" << setNdxPostfix << "A\n" in genResourceDeclarations()
3451 << "} b_instance" << setNdxPostfix << "A;\n" in genResourceDeclarations()
3452 … = " << (descBinding + 1) << ", std140) " << storageType << " BufferName" << setNdxPostfix << "B\n" in genResourceDeclarations()
3456 << "} b_instance" << setNdxPostfix << "B;\n"; in genResourceDeclarations()
3460 …de::toString(descBinding) << ", std140) " << storageType << " BufferName" << setNdxPostfix << "A\n" in genResourceDeclarations()
3464 << "} b_instance" << setNdxPostfix << "A;\n" in genResourceDeclarations()
3465 …toString(descBinding + 2) << ", std140) " << storageType << " BufferName" << setNdxPostfix << "B\n" in genResourceDeclarations()
[all …]