Searched refs:blitSRVFormat (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table.h | 43 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 D | TextureStorage11.cpp | 391 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 D | Renderer11.cpp | 2916 if (formatInfo.blitSRVFormat != formatInfo.srvFormat) in createRenderTarget() 2919 blitSRVDesc.Format = formatInfo.blitSRVFormat; in createRenderTarget()
|