Searched refs:layoutNdx (Results 1 – 4 of 4) sorted by relevance
319 for (int layoutNdx = 1; layoutNdx < (int)layoutDeclarationList.size(); ++layoutNdx) in operator <<() local320 str << ", " << layoutDeclarationList[layoutNdx]; in operator <<()
226 for (size_t layoutNdx = 0; layoutNdx < samplers.size(); layoutNdx++) in createDescriptorSetLayouts() local234 &**samplers[layoutNdx] // const VkSampler* pImmutableSamplers in createDescriptorSetLayouts()1259 for (size_t layoutNdx = 0; layoutNdx < attachmentCount - 1; layoutNdx++) in createDescriptorSetLayouts() local
2253 const int layoutNdx = findBlockIndex(glLayout, instName); in iterate() local2255 if (layoutNdx >= 0) in iterate()2257 const BlockLocation& blockLoc = blockLocations[layoutNdx]; in iterate()
7902 for (size_t layoutNdx = 0; layoutNdx < DE_LENGTH_OF_ARRAY(layouts); layoutNdx++) in getNumberOfSupportedLayouts() local7904 const vk::VkImageLayout layout = layouts[layoutNdx]; in getNumberOfSupportedLayouts()7935 for (size_t layoutNdx = 0; layoutNdx < DE_LENGTH_OF_ARRAY(layouts); layoutNdx++) in getRandomNextLayout() local7937 const vk::VkImageLayout layout = layouts[layoutNdx]; in getRandomNextLayout()