Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcToRgb.comp12 uint smallBlock; // TODO(gregschlom) Remove this once we remove the old decoder.
DAstc.comp32 uint smallBlock;
436 if (u_pushConstant.smallBlock != 0) {
DAstcToBc3.comp82 uint smallBlock; // TODO(gregschlom) Remove this once we remove the old decoder.
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.h40 uint32_t smallBlock; member
DCompressedImageInfo.cpp751 uint32_t smallBlock = false; in decompress() local
761 smallBlock = true; in decompress()
769 .smallBlock = smallBlock}; in decompress()