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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
binner.cpp     [all...]
pa.h 404 OSALIGNSIMD16(uint32_t) indices[MAX_NUM_VERTS_PER_PRIM][SIMD_WIDTH]; // current index buffer for gather
    [all...]
clip.h 750 static const OSALIGNSIMD16(uint32_t) elemOffset[16] =
    [all...]
frontend.cpp 740 OSALIGNSIMD16(uint32_t) gatherOffsets[SimdWidth];
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 264 #define OSALIGNSIMD16(RWORD) OSALIGN(RWORD, KNOB_SIMD16_BYTES)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
StoreTile.h 360 OSALIGNSIMD16(uint8_t) soaTile[MAX_RASTER_TILE_BYTES];
361 OSALIGNSIMD16(uint8_t) aosTile[MAX_RASTER_TILE_BYTES];
409 OSALIGNSIMD16(uint8_t) aosTile[MAX_RASTER_TILE_BYTES];
448 OSALIGNSIMD16(uint8_t) aosTile[MAX_RASTER_TILE_BYTES];
    [all...]

Completed in 182 milliseconds