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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dspirv_info.c461 case SpvImageFormatRgba8Snorm: return "SpvImageFormatRgba8Snorm";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c586 case SpvImageFormatRgba8Snorm: return "SpvImageFormatRgba8Snorm";
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h220 SpvImageFormatRgba8Snorm = 5, enumerator in enum:SpvImageFormat_
H A Dspirv_to_nir.c1040 case SpvImageFormatRgba8Snorm: return 0x8F97; /* GL_RGBA8_SNORM */
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h256 SpvImageFormatRgba8Snorm = 5, enumerator in enum:SpvImageFormat_
H A Dspirv_to_nir.c1345 case SpvImageFormatRgba8Snorm: return PIPE_FORMAT_R8G8B8A8_SNORM;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c701 return SpvImageFormatRgba8Snorm;

Completed in 33 milliseconds