Lines Matching refs:formats
390 // double formats with more than 2 components will take 2 locations
1235 // Create vertex attribute array and check if their VK formats are supported
1829 // Scaled formats
1849 // SRGB formats
1857 // Double formats
1863 // Packed formats
1978 const std::vector<VkFormat>& formats = compatibleFormats[newAttributeInfos[i].glslType].compatibleVkFormats;
1979 newAttributeInfos[i].vkType = formats[randomFunc.getUint32() % formats.size()];
2000 // Required vertex formats, unpacked
2062 // Find compatible VK formats for each GLSL vertex type
2139 // Required vertex formats, unpacked
2194 // Find compatible VK formats for each GLSL vertex type
2222 const std::vector<VkFormat>& formats = compatibleFormats[glslType].compatibleVkFormats;
2223 const VkFormat format = formats[randomFunc.getUint32() % formats.size()];