Home
last modified time | relevance | path

Searched refs:SWR_RECT (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h45 struct SWR_RECT struct
52 bool operator==(const SWR_RECT& rhs) argument
58 bool operator!=(const SWR_RECT& rhs) { return !(*this == rhs); }
60 SWR_RECT& Intersect(const SWR_RECT& other) in Intersect() argument
75 SWR_RECT& operator&=(const SWR_RECT& other) { return Intersect(other); }
77 SWR_RECT& Union(const SWR_RECT& other) in Union() argument
87 SWR_RECT& operator|=(const SWR_RECT& other) { return Union(other); }
587 const SWR_RECT& invalidateRect);
595 SWR_FUNC(void, SwrDiscardRect, HANDLE hContext, uint32_t attachmentMask, const SWR_RECT& rect);
626 const SWR_RECT& storeRect);
[all …]
Dcontext.h106 SWR_RECT rect;
117 SWR_RECT rect;
135 SWR_RECT rect;
299 SWR_RECT scissorRects[KNOB_NUM_VIEWPORTS_SCISSORS]; in OSALIGNLINE()
300 SWR_RECT scissorsInFixedPoint[KNOB_NUM_VIEWPORTS_SCISSORS]; in OSALIGNLINE()
Drasterizer_impl.h632 INLINE ComputeScissorEdges(const SWR_RECT& triBBox,
633 const SWR_RECT& scissorBBox,
649 INLINE ComputeScissorEdges(const SWR_RECT& triBBox,
650 const SWR_RECT& scissorBBox,
657 SWR_RECT scissor;
705 INLINE ComputeScissorEdges(const SWR_RECT&,
706 const SWR_RECT& scissorBBox,
712 const SWR_RECT& scissor = scissorBBox;
1061 OSALIGNSIMD(SWR_RECT) bbox;
1064 const SWR_RECT& scissorInFixedPoint =
[all …]
Dbackend.h57 const SWR_RECT& rect);
Dbinner.h139 static void GatherScissors(const SWR_RECT* pScissorsInFixedPoint, in GatherScissors()
180 static void GatherScissors(const SWR_RECT* pScissorsInFixedPoint, in GatherScissors()
Dbackend_clear.cpp66 const SWR_RECT& rect) in ClearMacroTile()
90 SWR_RECT clearTile = { in ClearMacroTile()
Dapi.cpp49 static const SWR_RECT g_MaxScissorRect = {0, 0, KNOB_MAX_SCISSOR_X, KNOB_MAX_SCISSOR_Y};
769 void SwrSetScissorRects(HANDLE hContext, uint32_t numScissors, const SWR_RECT* pScissors) in SwrSetScissorRects()
786 SWR_RECT& scissorInFixedPoint = pState->scissorsInFixedPoint[index]; in SetupMacroTileScissors()
1481 const SWR_RECT& invalidateRect) in SwrInvalidateTiles()
1512 void SWR_API SwrDiscardRect(HANDLE hContext, uint32_t attachmentMask, const SWR_RECT& rect) in SwrDiscardRect()
1588 const SWR_RECT& storeRect) in SwrStoreTiles()
1630 const SWR_RECT& clearRect) in SwrClearRenderTarget()
Drasterizer.cpp69 const SWR_RECT& scissorInFixedPoint = in RasterizeLine()
166 OSALIGNSIMD(SWR_RECT) bboxA; in RasterizeLine()
Dfrontend.h340 void calcBoundingBoxInt(const __m128i& vX, const __m128i& vY, SWR_RECT& bbox) in calcBoundingBoxInt()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_clear.cpp76 SWR_RECT clear_rect = {0, 0, (int32_t)fb->width, (int32_t)fb->height}; in swr_clear()
Dswr_draw.cpp302 SWR_RECT full_rect = in swr_invalidate_render_target()
325 SWR_RECT full_rect = in swr_store_render_target()
Dswr_context.h160 SWR_RECT swr_scissors[KNOB_NUM_VIEWPORTS_SCISSORS];