Searched refs:stagesBits (Results 1 – 1 of 1) sorted by relevance
2078 const VkShaderStageFlagBits stagesBits[] = in test() local2087 const deUint32 inputDatasCount = DE_LENGTH_OF_ARRAY(stagesBits) * 4u; in test()2090 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(stagesBits); ++ndx) in test()2098 inputDatas[index].stages = stagesBits[ndx]; in test()2105 inputDatas[index + 1].stages = stagesBits[ndx]; in test()2112 inputDatas[index + 2].stages = stagesBits[ndx]; in test()2120 inputDatas[index + 3].stages = stagesBits[ndx]; in test()