Searched refs:dstClass (Results 1 – 4 of 4) sorted by relevance
111 RegisterClass dstClass> {113 (outs dstClass:$sdst),124 (outs dstClass:$sdst),
709 multiclass RegisterLoadStore <RegisterClass dstClass, Operand addrClass,714 (outs dstClass:$dst),724 (ins dstClass:$val, addrClass:$addr, i32imm:$chan),
1200 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy() local1202 …bool dstIsInt = dstClass == TEXTURECHANNELCLASS_SIGNED_INTEGER || dstClass == TEXTURECHANNELCL… in copy()
3077 tcu::TextureChannelClass dstClass = tcu::getTextureChannelClass(dst.getFormat().type); in blitResolveMultisampleFramebuffer() local3078 bool dstIsFloat = dstClass == tcu::TEXTURECHANNELCLASS_FLOATING_POINT || in blitResolveMultisampleFramebuffer()3079 dstClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT || in blitResolveMultisampleFramebuffer()3080 dstClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in blitResolveMultisampleFramebuffer()3227 tcu::TextureChannelClass dstClass = tcu::getTextureChannelClass(dst.getFormat().type); in blitFramebuffer() local3228 bool dstIsFloat = dstClass == tcu::TEXTURECHANNELCLASS_FLOATING_POINT || in blitFramebuffer()3229 dstClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT || in blitFramebuffer()3230 dstClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in blitFramebuffer()