Searched refs:SpvImageFormatRgba16Snorm (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dspirv_info.c472 case SpvImageFormatRgba16Snorm: return "SpvImageFormatRgba16Snorm";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c597 case SpvImageFormatRgba16Snorm: return "SpvImageFormatRgba16Snorm";
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h231 SpvImageFormatRgba16Snorm = 16, enumerator in enum:SpvImageFormat_
H A Dspirv_to_nir.c1051 case SpvImageFormatRgba16Snorm: return 0x8F9B; /* GL_RGBA16_SNORM */
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h267 SpvImageFormatRgba16Snorm = 16, enumerator in enum:SpvImageFormat_
H A Dspirv_to_nir.c1356 case SpvImageFormatRgba16Snorm: return PIPE_FORMAT_R16G16B16A16_SNORM;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c748 return SpvImageFormatRgba16Snorm;

Completed in 34 milliseconds