Searched defs:CheckSupportParams (Results 1 – 1 of 1) sorted by relevance
63 struct CheckSupportParams struct65 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()