Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp1038 … const std::string stringFmtLayout = isUniform ? "" : strLayoutFormat(m_bufferViewTestInfo.format); in initPrograms() local
1039 const char *const fmtLayout = isUniform ? "" : stringFmtLayout.c_str(); in initPrograms()