Lines Matching defs:ComputeShaderBuiltinVarTests
580 class ComputeShaderBuiltinVarTests : public tcu::TestCaseGroup
583 ComputeShaderBuiltinVarTests (tcu::TestContext& context, vk::ComputePipelineConstructionType computePipelineConstructionType);
588 ComputeShaderBuiltinVarTests (const ComputeShaderBuiltinVarTests& other);
589 ComputeShaderBuiltinVarTests& operator= (const ComputeShaderBuiltinVarTests& other);
594 ComputeShaderBuiltinVarTests::ComputeShaderBuiltinVarTests (tcu::TestContext& context, vk::ComputePipelineConstructionType computePipelineConstructionType)
600 void ComputeShaderBuiltinVarTests::init (void)
620 return new ComputeShaderBuiltinVarTests(testCtx, computePipelineConstructionType);