Searched refs:uniformInformations (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp342 std::vector<BaseUniformType> uniformInformations; local
351 uniformInformations.push_back(getIntUniformType(numLoopIters));
361 uniformInformations.push_back(getFloatFractionUniformType(numLoopIters));
369 uniformInformations.push_back(UF_ONE);
518 UniformSetup* uniformSetup = new LoopUniformSetup(uniformInformations);
534 std::vector<BaseUniformType> uniformInformations; local
568 uniformInformations.push_back(UB_TRUE);
592 uniformInformations.push_back(uniforms[i].type);
601 uniformInformations.push_back(UI_ONEHUNDREDONE);
1247 UniformSetup* uniformSetup = new LoopUniformSetup(uniformInformations);
[all...]

Completed in 30 milliseconds