Searched refs:attachmentMask (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | backend_clear.cpp | 169 SWR_ASSERT(pClear->attachmentMask != 0); // shouldn't be here without a reason. in ProcessClearBE() 173 if (pClear->attachmentMask & SWR_ATTACHMENT_MASK_COLOR) in ProcessClearBE() 176 uint32_t mask = pClear->attachmentMask & SWR_ATTACHMENT_MASK_COLOR; in ProcessClearBE() 200 if (pClear->attachmentMask & SWR_ATTACHMENT_DEPTH_BIT) in ProcessClearBE() 214 if (pClear->attachmentMask & SWR_ATTACHMENT_STENCIL_BIT) in ProcessClearBE() 237 if (pClear->attachmentMask & SWR_ATTACHMENT_MASK_COLOR) in ProcessClearBE() 249 uint32_t mask = pClear->attachmentMask & SWR_ATTACHMENT_MASK_COLOR; in ProcessClearBE() 264 if (pClear->attachmentMask & SWR_ATTACHMENT_DEPTH_BIT) in ProcessClearBE() 280 if (pClear->attachmentMask & SWR_ATTACHMENT_STENCIL_BIT) in ProcessClearBE()
|
D | api.h | 586 uint32_t attachmentMask, 595 SWR_FUNC(void, SwrDiscardRect, HANDLE hContext, uint32_t attachmentMask, const SWR_RECT& rect); 624 uint32_t attachmentMask, 640 uint32_t attachmentMask,
|
D | api.cpp | 1480 uint32_t attachmentMask, in SwrInvalidateTiles() argument 1493 pDC->FeWork.desc.discardInvalidateTiles.attachmentMask = attachmentMask; in SwrInvalidateTiles() 1512 void SWR_API SwrDiscardRect(HANDLE hContext, uint32_t attachmentMask, const SWR_RECT& rect) in SwrDiscardRect() argument 1525 pDC->FeWork.desc.discardInvalidateTiles.attachmentMask = attachmentMask; in SwrDiscardRect() 1586 uint32_t attachmentMask, in SwrStoreTiles() argument 1602 pDC->FeWork.desc.storeTiles.attachmentMask = attachmentMask; in SwrStoreTiles() 1625 uint32_t attachmentMask, in SwrClearRenderTarget() argument 1646 pDC->FeWork.desc.clear.attachmentMask = attachmentMask; in SwrClearRenderTarget()
|
D | context.h | 107 uint32_t attachmentMask; member 116 uint32_t attachmentMask; member 133 uint32_t attachmentMask; member
|
D | backend.cpp | 205 uint32_t mask = pDesc->attachmentMask; in ProcessStoreTilesBE() 225 if (pDesc->attachmentMask & (1 << i)) in ProcessDiscardInvalidateTilesBE()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.h | 791 gl::DrawBufferMask attachmentMask); 794 gl::DrawBufferMask attachmentMask);
|
D | vk_cache_utils.cpp | 4019 gl::DrawBufferMask attachmentMask) in updateBlendEquations() argument 4023 for (size_t attachmentIndex : attachmentMask) in updateBlendEquations() 4038 gl::DrawBufferMask attachmentMask) in updateBlendFuncs() argument 4041 for (size_t attachmentIndex : attachmentMask) in updateBlendFuncs()
|
D | ContextVk.cpp | 5132 const gl::DrawBufferMask attachmentMask = in updateDither() local 5135 for (size_t colorIndex : attachmentMask) in updateDither()
|