Home
last modified time | relevance | path

Searched defs:CheckSupportParams (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp60 struct CheckSupportParams struct
62 bool needsScalar;
63 bool needsInt8;
64 bool needsInt16;
65 bool needsInt64;
66 bool needsFloat16;
67 bool needsFloat64;
69 void useType(glu::DataType dt) in useType()