Searched refs:SWR_RECT (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | api.h | 45 struct SWR_RECT struct 52 bool operator == (const SWR_RECT& rhs) argument 60 bool operator != (const SWR_RECT& rhs) 65 SWR_RECT& Intersect(const SWR_RECT& other) in Intersect() argument 81 SWR_RECT& operator &= (const SWR_RECT& other) 86 SWR_RECT& Union(const SWR_RECT& other) in Union() argument 96 SWR_RECT& operator |= (const SWR_RECT& other) 569 const SWR_RECT& invalidateRect); 580 const SWR_RECT& rect); 607 const SWR_RECT& storeRect); [all …]
|
D | context.h | 104 SWR_RECT rect; 115 SWR_RECT rect; 133 SWR_RECT rect; 281 SWR_RECT scissorRects[KNOB_NUM_VIEWPORTS_SCISSORS]; in OSALIGNLINE() 282 SWR_RECT scissorsInFixedPoint[KNOB_NUM_VIEWPORTS_SCISSORS]; in OSALIGNLINE()
|
D | rasterizer_impl.h | 596 …INLINE ComputeScissorEdges(const SWR_RECT &triBBox, const SWR_RECT &scissorBBox, const int32_t x, … 609 …INLINE ComputeScissorEdges(const SWR_RECT &triBBox, const SWR_RECT &scissorBBox, const int32_t x, … 613 SWR_RECT scissor; 656 …INLINE ComputeScissorEdges(const SWR_RECT &, const SWR_RECT &scissorBBox, const int32_t x, const i… 659 const SWR_RECT &scissor = scissorBBox; 980 OSALIGNSIMD(SWR_RECT) bbox; 983 … const SWR_RECT &scissorInFixedPoint = state.scissorsInFixedPoint[workDesc.triFlags.viewportIndex]; 994 OSALIGNSIMD(SWR_RECT) intersect;
|
D | backend.h | 44 …DRAW_CONTEXT*, SWR_RENDERTARGET_ATTACHMENT rt, uint32_t, uint32_t, DWORD[4], const SWR_RECT& rect);
|
D | backend_clear.cpp | 79 …MENT rt, uint32_t macroTile, uint32_t renderTargetArrayIndex, DWORD clear[4], const SWR_RECT& rect) in ClearMacroTile() 118 SWR_RECT clearTile = in ClearMacroTile()
|
D | binner.h | 135 static void GatherScissors(const SWR_RECT *pScissorsInFixedPoint, const uint32_t *pViewportIndex, in GatherScissors() 176 static void GatherScissors(const SWR_RECT *pScissorsInFixedPoint, const uint32_t *pViewportIndex, in GatherScissors()
|
D | api.cpp | 48 static const SWR_RECT g_MaxScissorRect = { 0, 0, KNOB_MAX_SCISSOR_X, KNOB_MAX_SCISSOR_Y }; 773 const SWR_RECT* pScissors) in SwrSetScissorRects() 790 SWR_RECT &scissorInFixedPoint = pState->scissorsInFixedPoint[index]; in SetupMacroTileScissors() 1431 const SWR_RECT& invalidateRect) in SwrInvalidateTiles() 1465 const SWR_RECT& rect) in SwrDiscardRect() 1536 const SWR_RECT& storeRect) in SwrStoreTiles() 1579 const SWR_RECT& clearRect) in SwrClearRenderTarget()
|
D | rasterizer.cpp | 69 … const SWR_RECT &scissorInFixedPoint = state.scissorsInFixedPoint[workDesc.triFlags.viewportIndex]; in RasterizeLine() 161 OSALIGNSIMD(SWR_RECT) bboxA; in RasterizeLine()
|
D | frontend.h | 319 void calcBoundingBoxInt(const __m128i &vX, const __m128i &vY, SWR_RECT &bbox) in calcBoundingBoxInt()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_draw.cpp | 285 SWR_RECT full_rect = in swr_invalidate_render_target() 308 SWR_RECT full_rect = in swr_store_render_target()
|
D | swr_context.h | 136 SWR_RECT swr_scissor;
|
D | swr_clear.cpp | 71 SWR_RECT clear_rect; in swr_clear()
|