HomeSort by relevance Sort by last modified time
    Searched refs:R8_UINT (Results 1 - 25 of 27) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
StoreTile_TileW.cpp 34 sStoreTilesTableColor[SWR_TILE_MODE_WMAJOR][R8_UINT] = StoreMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R32G32B32A32_FLOAT, R8_UINT>::Store;
LoadTile.cpp 91 SWR_ASSERT(pSrcSurface->format == R8_UINT);
92 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R8_UINT, R8_UINT>::Load;
118 SWR_ASSERT(pSrcSurface->format == R8_UINT);
122 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_NONE, 8>, R8_UINT, R8_UINT>::Load;
125 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R8_UINT, R8_UINT>::Load;
TilingFunctions.h 100 struct SimdTile <R8_UINT,R8_UINT>
103 uint8_t color[FormatTraits<R8_UINT>::numComps][KNOB_SIMD_WIDTH];
123 for (uint32_t i = 0; i < FormatTraits<R8_UINT>::numComps; ++i)
125 uint32_t src = this->color[FormatTraits<R8_UINT>::swizzle(i)][offset[index]];
149 for (uint32_t i = 0; i < FormatTraits<R8_UINT>::numComps; ++i)
209 struct SimdTile_16 <R8_UINT, R8_UINT>
212 uint8_t color[FormatTraits<R8_UINT>::numComps][KNOB_SIMD16_WIDTH];
228 for (uint32_t i = 0; i < FormatTraits<R8_UINT>::numComps; ++i
    [all...]
ClearTile.cpp 167 SWR_ASSERT(pDstSurface->format == R8_UINT);
168 pfnStoreTilesClear = StoreMacroTileClear<R8_UINT, R8_UINT>::StoreClear;
260 sStoreTilesClearColorTable[R8_UINT] = StoreMacroTileClear<R32G32B32A32_FLOAT, R8_UINT>::StoreClear; \
Convert.h 675 case R8_UINT: ConvertPixelFromFloat<R8_UINT>(pDst, srcPixel); break;
LoadTile.h 289 table[R8_UINT] = LoadMacroTile<TilingTraits<TTileMode, 8>, R8_UINT, R32G32B32A32_FLOAT>::Load;
StoreTile.h     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
knobs.h 136 #define KNOB_STENCIL_HOT_TILE_FORMAT R8_UINT
depthstencil.h 124 static_assert(KNOB_STENCIL_HOT_TILE_FORMAT == R8_UINT, "Unsupported stencil hot tile format");
186 LoadSOA<R8_UINT>(pStencilBase, sbuf);
235 LoadSOA<R8_UINT>(pStencilBase, sbuf);
280 StoreSOA<R8_UINT>(stencilResult, pStencilBase);
backend.cpp     [all...]
frontend.cpp     [all...]
api.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 175 return R8_UINT;
swr_screen.cpp 522 {PIPE_FORMAT_R8_UINT, R8_UINT},
690 * res->secondary will have an identically-laid-out but R8_UINT-formatted
761 case 1: res->swr.format = R8_UINT; break;
794 res->secondary.format = R8_UINT;
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_format.c 81 VT(R8_UINT, 8_UINT, R8_UINT, WZYX),
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
formats.h 173 R8_UINT = 0x143,
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_formats.c 168 I3(A, L8_UINT, R8_UINT, R, R, R, xx, UINT, R8, TR),
181 C4(A, I8_UINT, R8_UINT, R, R, R, R, UINT, R8, TR),
194 A1(A, A8_UINT, R8_UINT, xx, xx, xx, R, UINT, R8, T),
349 I1(A, R8_UINT, R8_UINT, R, xx, xx, xx, UINT, R8, IR),
450 VF(A, R8_UINT, UINT, 8, 0),
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_format.c 78 VT(R8_UINT, 8_UINT, R8_UINT, WZYX),
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_format.c 83 VT(R8_UINT, 8_UINT, R8_UINT, WZYX),
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_format.c 85 V_(R8_UINT, UNSIGNED_BYTE, NONE),
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 221 ATTRIB( R8_UINT, 1, uint32_t, ubyte, TO_INT )
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp 135 case R8_UINT:
    [all...]
  /external/mesa3d/src/intel/isl/
isl_format.c 230 SF( Y, x, x, x, Y, x, Y, x, x, x, R8_UINT)
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 256 STR(R8_UINT);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gk104.asm 528 // R8_UINT

Completed in 622 milliseconds

1 2