Searched refs:locationCounter (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 348 deUint32 locationCounter = 0; in createGenericLoopCase() local 355 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff"<< locationCounter <<" {\n"; in createGenericLoopCase() local 359 locationCounter++; in createGenericLoopCase() 365 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\n"; in createGenericLoopCase() local 369 locationCounter++; in createGenericLoopCase() 373 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\n"; in createGenericLoopCase() local 377 locationCounter in createGenericLoopCase() 543 deUint32 locationCounter = 0; createSpecialLoopCase() local 573 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\\n"; createSpecialLoopCase() local 597 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\\n"; createSpecialLoopCase() local 606 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\\n"; createSpecialLoopCase() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 350 deUint32 locationCounter = 0; in createGenericLoopCase() local 357 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff"<< locationCounter <<" {\n"; in createGenericLoopCase() local 361 locationCounter++; in createGenericLoopCase() 367 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\n"; in createGenericLoopCase() local 371 locationCounter++; in createGenericLoopCase() 375 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\n"; in createGenericLoopCase() local 379 locationCounter in createGenericLoopCase() 546 deUint32 locationCounter = 0; createSpecialLoopCase() local 576 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\\n"; createSpecialLoopCase() local 600 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\\n"; createSpecialLoopCase() local 609 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\\n"; createSpecialLoopCase() local [all...] |
Completed in 3 milliseconds