Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.cpp30 static AstcDecoder activeAstcDecoder = AstcDecoder::NewRgb; variable
92 switch (activeAstcDecoder) { in getShaderGroup()
183 string_AstcDecoder(activeAstcDecoder)); in GpuDecompressionPipeline()
231 activeAstcDecoder = value; in setAstcDecoder()
233 AstcDecoder GpuDecompressionPipelineManager::astcDecoder() { return activeAstcDecoder; } in astcDecoder()