HomeSort by: relevance | last modified time | path
    Searched refs:SpvImageFormatRgba16Snorm (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/src/compiler/spirv/
spirv_info.c 472 case SpvImageFormatRgba16Snorm: return "SpvImageFormatRgba16Snorm";
  /xsrc/external/mit/MesaLib/src/compiler/spirv/
spirv_info.c 597 case SpvImageFormatRgba16Snorm: return "SpvImageFormatRgba16Snorm";
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv.h 231 SpvImageFormatRgba16Snorm = 16,
spirv_to_nir.c 1051 case SpvImageFormatRgba16Snorm: return 0x8F9B; /* GL_RGBA16_SNORM */
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv.h 267 SpvImageFormatRgba16Snorm = 16,
spirv_to_nir.c 1356 case SpvImageFormatRgba16Snorm: return PIPE_FORMAT_R16G16B16A16_SNORM;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.c 748 return SpvImageFormatRgba16Snorm;

Completed in 26 milliseconds