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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 297 PFN_BLEND_JIT_FUNC pfnBlendFunc[SWR_NUM_RENDERTARGETS];
316 uint8_t* pColor[SWR_NUM_RENDERTARGETS];
345 typedef void(*PFN_OUTPUT_MERGER)(SWR_PS_CONTEXT &, uint8_t* (&)[SWR_NUM_RENDERTARGETS], uint32_t, const SWR_BLEND_STATE*,
346 const PFN_BLEND_JIT_FUNC (&)[SWR_NUM_RENDERTARGETS], simdscalar&, simdscalar const &);
state.h 135 #define SWR_NUM_RENDERTARGETS 8
352 simdvector shaded[SWR_NUM_RENDERTARGETS];
360 uint8_t* pColorBuffer[SWR_NUM_RENDERTARGETS]; // IN: Pointers to render target hottiles
872 SWR_RENDER_TARGET_BLEND_STATE renderTarget[SWR_NUM_RENDERTARGETS];
    [all...]
backend_impl.h 478 inline void SetupRenderBuffers(uint8_t *pColorBuffer[SWR_NUM_RENDERTARGETS], uint8_t **pDepthBuffer, uint8_t **pStencilBuffer, uint32_t colorHotTileMask, RenderOutputBuffers &renderBuffers)
484 assert(index < SWR_NUM_RENDERTARGETS);
    [all...]
tilemgr.h 269 HOTTILE Color[SWR_NUM_RENDERTARGETS];
api.cpp 721 SWR_ASSERT(renderTarget < SWR_NUM_RENDERTARGETS);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 70 target < std::min(SWR_NUM_RENDERTARGETS, PIPE_MAX_COLOR_BUFS);
    [all...]

Completed in 87 milliseconds