Home
last modified time | relevance | path

Searched refs:SetShaderVaryingSubgroupSize (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/amber/src/
Dpipeline.h286 Result SetShaderVaryingSubgroupSize(const Shader* shader, const bool isSet);
Dpipeline.cc204 Result Pipeline::SetShaderVaryingSubgroupSize(const Shader* shader, in SetShaderVaryingSubgroupSize() function in amber::Pipeline
/external/deqp-deps/amber/src/amberscript/
Dparser.cc901 Result r = pipeline->SetShaderVaryingSubgroupSize(shader, isOn); in ParsePipelineSubgroup()