Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table.h43 DXGI_FORMAT blitSRVFormat,
65 DXGI_FORMAT blitSRVFormat; member
83 blitSRVFormat(DXGI_FORMAT_UNKNOWN), in Format()
98 DXGI_FORMAT blitSRVFormat, in Format() argument
111 blitSRVFormat(blitSRVFormat), in Format()
H A DTextureStorage11.cpp391 if (otherLevelSRVs[mipLevel].valid() && mFormatInfo.srvFormat == mFormatInfo.blitSRVFormat) in getSRVLevel()
401 srvType == SRVType::Blit ? mFormatInfo.blitSRVFormat : mFormatInfo.srvFormat; in getSRVLevel()
2756 if (mFormatInfo.blitSRVFormat != mFormatInfo.srvFormat) in getRenderTarget()
2758 ANGLE_TRY(createRenderTargetSRV(context, *texture, index, mFormatInfo.blitSRVFormat, in getRenderTarget()
3699 if (mFormatInfo.blitSRVFormat != mFormatInfo.srvFormat) in getRenderTarget()
3701 ANGLE_TRY(createRenderTargetSRV(context, *texture, index, mFormatInfo.blitSRVFormat, in getRenderTarget()
4248 if (mFormatInfo.blitSRVFormat != mFormatInfo.srvFormat) in getRenderTarget()
4250 ANGLE_TRY(createRenderTargetSRV(context, *texture, index, mFormatInfo.blitSRVFormat, in getRenderTarget()
H A DRenderer11.cpp2916 if (formatInfo.blitSRVFormat != formatInfo.srvFormat) in createRenderTarget()
2919 blitSRVDesc.Format = formatInfo.blitSRVFormat; in createRenderTarget()