Searched refs:csSpec (Results 1 – 1 of 1) sorted by relevance
3164 ComputeShaderSpec& csSpec) const;3166 ComputeShaderSpec& csSpec) const;3338 ComputeShaderSpec csSpec; in createOperationTests() local3340 fillShaderSpec(testCaseInfo, csSpec); in createOperationTests()3343 group->addChild(new SpvAsmComputeShaderCase(testCtx, testName.c_str(), "", csSpec)); in createOperationTests()3445 ComputeShaderSpec csSpec; in createSettingsTests() local3446 fillShaderSpec(testCase, csSpec); in createSettingsTests()3447 group->addChild(new SpvAsmComputeShaderCase(testCtx, testCase.name, "", csSpec)); in createSettingsTests()3454 ComputeShaderSpec& csSpec) const in fillShaderSpec()3603 csSpec.inputs.push_back(Resource(inBufferSp, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)); in fillShaderSpec()[all …]