Searched refs:dstClass (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 471 multiclass RegisterLoadStore <RegisterClass dstClass, Operand addrClass, 476 (outs dstClass:$dst), 486 (ins dstClass:$val, addrClass:$addr, i32imm:$chan),
|
D | SIInstrInfo.td | 1112 RegisterClass dstClass> { 1114 op, opName#"_IMM", (outs dstClass:$sdst), 1120 (outs dstClass:$sdst), (ins baseClass:$sbase, smrd_literal_offset:$offset), 1127 op, opName#"_SGPR", (outs dstClass:$sdst),
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 1088 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy() local 1090 …bool dstIsInt = dstClass == TEXTURECHANNELCLASS_SIGNED_INTEGER || dstClass == TEXTURECHANNELCL… in copy()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3040 tcu::TextureChannelClass dstClass = tcu::getTextureChannelClass(dst.getFormat().type); in blitResolveMultisampleFramebuffer() local 3041 bool dstIsFloat = dstClass == tcu::TEXTURECHANNELCLASS_FLOATING_POINT || in blitResolveMultisampleFramebuffer() 3042 dstClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT || in blitResolveMultisampleFramebuffer() 3043 dstClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in blitResolveMultisampleFramebuffer() 3190 tcu::TextureChannelClass dstClass = tcu::getTextureChannelClass(dst.getFormat().type); in blitFramebuffer() local 3191 bool dstIsFloat = dstClass == tcu::TEXTURECHANNELCLASS_FLOATING_POINT || in blitFramebuffer() 3192 dstClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT || in blitFramebuffer() 3193 dstClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in blitFramebuffer()
|