Home
last modified time | relevance | path

Searched refs:SetBitField (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1430 SetBitField(packedFormat, formatID); in packColorAttachment()
1434 SetBitField(mColorAttachmentRange, std::max<size_t>(mColorAttachmentRange, colorIndexGL + 1)); in packColorAttachment()
1447 SetBitField(packedFormat, angle::FormatID::NONE); in packColorAttachmentGap()
1458 SetBitField(packedFormat, formatID); in packDepthStencilAttachment()
1515 SetBitField(mSrgbWriteControl, mode); in setWriteControlMode()
1605 SetBitField(packedAttrib.stride, 0); in initDefaults()
1606 SetBitField(packedAttrib.divisor, 0); in initDefaults()
1607 SetBitField(packedAttrib.format, defaultFormat); in initDefaults()
1608 SetBitField(packedAttrib.compressed, 0); in initDefaults()
1609 SetBitField(packedAttrib.offset, 0); in initDefaults()
[all …]
Dvk_helpers.cpp1480 SetBitField(mAttachmentOps[packedAttachmentIndex].finalLayout, in finalizeColorImageLayout()
1680 SetBitField(dsOps.loadOp, depthLoadOp); in finalizeDepthStencilLoadStore()
1681 SetBitField(dsOps.storeOp, depthStoreOp); in finalizeDepthStencilLoadStore()
1682 SetBitField(dsOps.stencilLoadOp, stencilLoadOp); in finalizeDepthStencilLoadStore()
1683 SetBitField(dsOps.stencilStoreOp, stencilStoreOp); in finalizeDepthStencilLoadStore()
1825 SetBitField(mAttachmentOps[attachmentIndex].storeOp, RenderPassStoreOp::DontCare); in invalidateRenderPassColorAttachment()
8387 SetBitField(range.level, level.get()); in MakeImageSubresourceReadRange()
8388 SetBitField(range.levelCount, levelCount); in MakeImageSubresourceReadRange()
8389 SetBitField(range.layer, layer); in MakeImageSubresourceReadRange()
8390 SetBitField(range.layerMode, layerMode); in MakeImageSubresourceReadRange()
[all …]
Dvk_cache_utils.h61 #define SetBitField(lhs, rhs) \ macro