Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dpipeline.cc159 Result Pipeline::SetShaderRequiredSubgroupSize( in SetShaderRequiredSubgroupSize() function in amber::Pipeline
178 Result Pipeline::SetShaderRequiredSubgroupSize(const Shader* shader, in SetShaderRequiredSubgroupSize() function in amber::Pipeline
189 return SetShaderRequiredSubgroupSize(shader, setting, subgroupSize); in SetShaderRequiredSubgroupSize()
195 return SetShaderRequiredSubgroupSize(shader, subgroupSizeSetting, 0); in SetShaderRequiredSubgroupSizeToMinimum()
201 return SetShaderRequiredSubgroupSize(shader, subgroupSizeSetting, 0); in SetShaderRequiredSubgroupSizeToMaximum()
Dpipeline.h277 Result SetShaderRequiredSubgroupSize(const Shader* shader,
420 Result SetShaderRequiredSubgroupSize(
/external/deqp-deps/amber/src/amberscript/
Dparser.cc914 r = pipeline->SetShaderRequiredSubgroupSize(shader, token->AsUint32()); in ParsePipelineSubgroup()