Home
last modified time | relevance | path

Searched refs:formatIdx (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp459 for (deUint32 formatIdx = 1; formatIdx <= VK_FORMAT_D32_SFLOAT_S8_UINT; ++formatIdx) in createGranularityQueryTests() local
461 VkFormat format = VkFormat(formatIdx); in createGranularityQueryTests()
474 …attachments.push_back(AttachmentInfo(VkFormat(formatIdx), rnd.getInt(1, maxDimension), rnd.getInt(… in createGranularityQueryTests()
481 …attachments.push_back(AttachmentInfo(VkFormat(formatIdx), rnd.getInt(1, maxDimension), rnd.getInt(… in createGranularityQueryTests()
/external/clang/lib/Sema/
DSemaChecking.cpp4149 unsigned formatIdx, bool inFunctionCall, in CheckFormatHandler() argument
4156 Args(Args), FormatIdx(formatIdx), in CheckFormatHandler()
4589 unsigned formatIdx, bool inFunctionCall, in CheckPrintfHandler() argument
4595 formatIdx, inFunctionCall, CallType, CheckedVarArgs, in CheckPrintfHandler()
5375 unsigned formatIdx, bool inFunctionCall, in CheckScanfHandler() argument
5381 Args, formatIdx, inFunctionCall, CallType, in CheckScanfHandler()