Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h170 SpvImageFormatRgba8Snorm = 5, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h170 SpvImageFormatRgba8Snorm = 5, enumerator
Dspirv_to_nir.c653 case SpvImageFormatRgba8Snorm: return 0x8F97; /* GL_RGBA8_SNORM */ in translate_image_format()