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 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 …]
|
D | context.h | 106 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()
|
D | rasterizer_impl.h | 632 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 …]
|
D | backend.h | 57 const SWR_RECT& rect);
|
D | binner.h | 139 static void GatherScissors(const SWR_RECT* pScissorsInFixedPoint, in GatherScissors() 180 static void GatherScissors(const SWR_RECT* pScissorsInFixedPoint, in GatherScissors()
|
D | backend_clear.cpp | 66 const SWR_RECT& rect) in ClearMacroTile() 90 SWR_RECT clearTile = { in ClearMacroTile()
|
D | api.cpp | 49 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()
|
D | rasterizer.cpp | 69 const SWR_RECT& scissorInFixedPoint = in RasterizeLine() 166 OSALIGNSIMD(SWR_RECT) bboxA; in RasterizeLine()
|
D | frontend.h | 340 void calcBoundingBoxInt(const __m128i& vX, const __m128i& vY, SWR_RECT& bbox) in calcBoundingBoxInt()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_clear.cpp | 76 SWR_RECT clear_rect = {0, 0, (int32_t)fb->width, (int32_t)fb->height}; in swr_clear()
|
D | swr_draw.cpp | 302 SWR_RECT full_rect = in swr_invalidate_render_target() 325 SWR_RECT full_rect = in swr_store_render_target()
|
D | swr_context.h | 160 SWR_RECT swr_scissors[KNOB_NUM_VIEWPORTS_SCISSORS];
|