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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 290 PFN_BLEND_JIT_FUNC pfnBlendFunc[SWR_NUM_RENDERTARGETS];
309 uint8_t* pColor[SWR_NUM_RENDERTARGETS];
338 typedef void(*PFN_OUTPUT_MERGER)(SWR_PS_CONTEXT &, uint8_t* (&)[SWR_NUM_RENDERTARGETS], uint32_t, const SWR_BLEND_STATE*,
339 const PFN_BLEND_JIT_FUNC (&)[SWR_NUM_RENDERTARGETS], simdscalar&, simdscalar);
state.h 132 #define SWR_NUM_RENDERTARGETS 8
324 simdvector shaded[SWR_NUM_RENDERTARGETS];
796 SWR_RENDER_TARGET_BLEND_STATE renderTarget[SWR_NUM_RENDERTARGETS];
    [all...]
backend.h 464 inline void SetupRenderBuffers(uint8_t *pColorBuffer[SWR_NUM_RENDERTARGETS], uint8_t **pDepthBuffer, uint8_t **pStencilBuffer, uint32_t colorBufferCount, RenderOutputBuffers &renderBuffers)
466 assert(colorBufferCount <= SWR_NUM_RENDERTARGETS);
    [all...]
tilemgr.h 269 HOTTILE Color[SWR_NUM_RENDERTARGETS];
backend.cpp 467 uint8_t *pColorBuffer[SWR_NUM_RENDERTARGETS], *pDepthBuffer, *pStencilBuffer;
662 uint8_t *pColorBuffer[SWR_NUM_RENDERTARGETS], *pDepthBuffer, *pStencilBuffer;
    [all...]
api.cpp 674 SWR_ASSERT(renderTarget < SWR_NUM_RENDERTARGETS);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 67 target < std::min(SWR_NUM_RENDERTARGETS, PIPE_MAX_COLOR_BUFS);
935 for (unsigned i = fb->nr_cbufs; i < SWR_NUM_RENDERTARGETS; ++i)
    [all...]

Completed in 245 milliseconds