Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp339 const char *typeStrC = componentTypeInfo[m_data.outputType].typeName; in initPrograms() local
349 css << "layout(buffer_reference) buffer InputC { " << typeStrC << " x[]; };\n"; in initPrograms()
357 css << "layout(set=0, binding=2) coherent buffer InputC { " << typeStrC << " x[]; } inputC;\n"; in initPrograms()
365 …css << "shared " << typeStrC << " sharedC[" << dims[2].rows << " * " << dims[2].cols << " * subgro… in initPrograms()