Home
last modified time | relevance | path

Searched refs:dstClass (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSMInstructions.td111 RegisterClass dstClass> {
113 (outs dstClass:$sdst),
124 (outs dstClass:$sdst),
DR600Instructions.td709 multiclass RegisterLoadStore <RegisterClass dstClass, Operand addrClass,
714 (outs dstClass:$dst),
724 (ins dstClass:$val, addrClass:$addr, i32imm:$chan),
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp1200 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy() local
1202 …bool dstIsInt = dstClass == TEXTURECHANNELCLASS_SIGNED_INTEGER || dstClass == TEXTURECHANNELCL… in copy()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp3077 tcu::TextureChannelClass dstClass = tcu::getTextureChannelClass(dst.getFormat().type); in blitResolveMultisampleFramebuffer() local
3078 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() local
3228 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()