Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp63 struct CheckSupportParams struct
65 bool needsScalar;
66 bool needsInt8;
67 bool needsInt16;
68 bool needsInt64;
69 bool needsFloat16;
70 bool needsFloat64;
71 vk::ComputePipelineConstructionType computePipelineConstructionType;
73 void useType(glu::DataType dt) in useType()