HomeSort by relevance Sort by last modified time
    Searched refs:SNORM (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_formats.c 157 C4(A, R10G10B10A2_SNORM, NONE, R, G, B, A, SNORM, A2B10G10R10, T),
158 C4(A, B10G10R10A2_SNORM, NONE, B, G, R, A, SNORM, A2B10G10R10, T),
166 F3(A, L8_SNORM, R8_SNORM, R, R, R, xx, SNORM, R8, TC),
170 F3(A, L16_SNORM, R16_SNORM, R, R, R, xx, SNORM, R16, TC),
179 C4(A, I8_SNORM, R8_SNORM, R, R, R, R, SNORM, R8, TR),
183 C4(A, I16_SNORM, R16_SNORM, R, R, R, R, SNORM, R16, TR),
192 A1(A, A8_SNORM, R8_SNORM, xx, xx, xx, R, SNORM, R8, T),
196 A1(A, A16_SNORM, R16_SNORM, xx, xx, xx, R, SNORM, R16, T),
206 C4(A, L8A8_SNORM, RG8_SNORM, R, R, R, G, SNORM, G8R8, T),
211 C4(A, L16A16_SNORM, RG16_SNORM, R, R, R, G, SNORM, R16_G16, T)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp 1006 { "RGBA16_SNORM", 4, { 16, 16, 16, 16 }, SNORM },
1007 { "RGBA8_SNORM", 4, { 8, 8, 8, 8 }, SNORM },
1008 { "RG16_SNORM", 2, { 16, 16, 0, 0 }, SNORM },
1009 { "RG8_SNORM", 2, { 8, 8, 0, 0 }, SNORM },
1010 { "R16_SNORM", 1, { 16, 0, 0, 0 }, SNORM },
1011 { "R8_SNORM", 1, { 8, 0, 0, 0 }, SNORM },
nv50_ir_lowering_nvc0.cpp     [all...]
nv50_ir.h 430 SNORM,
    [all...]

Completed in 118 milliseconds