HomeSort by relevance Sort by last modified time
    Searched refs:dType (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gm107.cpp 793 emitField(0x08, 2, util_logbase2(typeSizeof(insn->dType)));
833 emitField(0x0c, 1, isSignedType(insn->dType));
835 emitField(0x08, 2, util_logbase2(typeSizeof(insn->dType)));
877 emitField(0x08, 2, util_logbase2(typeSizeof(insn->dType)));
908 emitField(0x0c, 1, isSignedType(insn->dType));
910 emitField(0x08, 2, util_logbase2(typeSizeof(insn->dType)));
1179 emitField(0x34, 1, insn->dType == TYPE_F32);
    [all...]
nv50_ir_target_gm107.cpp 108 if (insn->dType == TYPE_F64 || insn->sType == TYPE_F64)
166 !isFloatType(insn->dType))
232 if (insn->dType != TYPE_F64)
nv50_ir_peephole.cpp 136 if (i->op != OP_MERGE || typeSizeof(i->dType) != 8)
172 ((typeSizeof(ld->dType) != 4) && (typeSizeof(ld->dType) != 8)))
305 if (insn->op == OP_ADD && !isFloatType(insn->dType)) {
313 } else if (insn->op == OP_SUB && !isFloatType(insn->dType)) {
524 DataType type = i->dType;
532 if (i->dnz && i->dType == TYPE_F32) {
538 switch (i->dType) {
562 switch (i->dType) {
572 switch (i->dType) {
    [all...]
nv50_ir_emit_gk110.cpp 770 assert(i->dType == TYPE_S32 || i->dType == TYPE_U32);
774 if (i->dType == TYPE_S32)
915 if (i->dType == TYPE_S32)
926 if (i->dType == TYPE_S32)
947 if (isSignedType(i->dType))
1008 switch (i->dType) {
1030 if (i->dType == TYPE_S32)
1051 const bool f2f = isFloatType(i->dType) && isFloatType(i->sType);
1052 const bool f2i = !isFloatType(i->dType) && isFloatType(i->sType)
    [all...]
nv50_ir_target_nvc0.cpp 434 if (!isFloatType(insn->dType)) {
493 if (insn->dType == TYPE_U32)
503 return insn->dType == TYPE_F32;
524 if (i->dType == TYPE_F64 || i->sType == TYPE_F64)
539 if (i->op == OP_MUL && i->dType != TYPE_F32)
566 if (i->dType == TYPE_F32) {
593 if (i->dType == TYPE_U32 || i->dType == TYPE_S32) {
616 if (i->dType == TYPE_F64) {
656 return (a->dType == TYPE_F32 || a->op == OP_ADD |
    [all...]
nv50_ir_target_nv50.cpp 341 if ((i->op == OP_MUL || i->op == OP_MAD) && !isFloatType(i->dType)) {
351 ldSize = typeSizeof(ld->dType);
455 if (!isFloatType(insn->dType)) {
504 if (insn->dType != TYPE_F32)
537 if (i->dType == TYPE_F32) {
551 if (i->dType == TYPE_U32 || i->dType == TYPE_S32) {
554 if (i->dType == TYPE_F64) {
nv50_ir_emit_nvc0.cpp 653 if (i->dType == TYPE_S32)
766 if (isSignedType(i->dType))
843 assert(i->dType == TYPE_S32 || i->dType == TYPE_U32);
848 if (i->dType == TYPE_S32)
934 if (i->dType == TYPE_S32)
945 if (i->dType == TYPE_S32)
966 | (isSignedType(i->dType) ? 0x20 : 0x00));
1029 if (!isFloatType(i->dType)) {
1030 op |= isSignedType(i->dType) ? 0x23 : 0x03
    [all...]
nv50_ir_emit_nv50.cpp 634 if (typeSizeof(i->dType) == 4)
643 if (typeSizeof(i->dType) == 4)
657 if (typeSizeof(i->dType) == 4)
705 emitLoadStoreSizeLG(i->dType, 21 + 32);
711 emitLoadStoreSizeLG(i->dType, 21 + 32);
717 switch (typeSizeof(i->dType)) {
790 code[1] = (typeSizeof(i->dType) == 2) ? 0 : 0x04000000;
943 if (i->dType == TYPE_F64) {
952 switch (i->dType) {
1090 code[1] = (typeSizeof(i->dType) == 2) ? 0 : 0x04000000
    [all...]
nv50_ir_lowering_nv50.cpp 310 if (typeSizeof(i->dType) == 8) {
561 if (mod->dType != TYPE_U32 && mod->dType != TYPE_S32)
568 bld.mkOp2(OP_DIV, mod->dType, q, mod->getSrc(0), mod->getSrc(1));
1051 if (i->dType == TYPE_F32) {
1053 i->dType = TYPE_U32;
    [all...]
nv50_ir_lowering_nvc0.cpp 69 switch (i->dType) {
78 bld.mkClobber(FILE_PREDICATE, (i->dType == TYPE_S32) ? 0xf : 0x3, 0);
89 assert(i->dType == TYPE_F64);
203 DataType type = isSignedIntType(lo->dType) ? TYPE_S32 : TYPE_U32;
234 lo->dType = TYPE_U32;
300 if (i->dType == TYPE_F64)
754 if (typeSizeof(i->sType) == 8 || typeSizeof(i->dType) == 8) {
    [all...]
nv50_ir_print.cpp 640 PRINT("%s%s", dnz ? "dnz " : (ftz ? "ftz " : ""), DataTypeStr[dType]);
661 if (sType != dType)
nv50_ir.cpp 588 dType = sType = TYPE_F32;
599 dType = sType = ty;
738 i = new_Instruction(pol.context(), op, dType);
1049 cmp->dType = dType;
nv50_ir_target.cpp 395 if ((typeSizeof(i->sType) == 8 || typeSizeof(i->dType) == 8) &&
396 (isFloatType(i->sType) || isFloatType(i->dType)))
nv50_ir_lowering_gm107.cpp 73 if (typeSizeof(i->dType) != 4)
nv50_ir.h 832 inline void setType(DataType type) { dType = sType = type; }
834 inline void setType(DataType dtype, DataType stype)
836 dType = dtype;
867 DataType dType; // destination or defining type
    [all...]
nv50_ir_build_util.cpp 567 switch (i->dType) {
nv50_ir_ra.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cSeparateShaderObjsTests.cpp     [all...]
  /frameworks/av/media/codec2/hidl/1.0/utils/
types.cpp 242 C2FieldSupportedValuesQuery::type_t dType;
245 dType = C2FieldSupportedValuesQuery::POSSIBLE;
248 dType = C2FieldSupportedValuesQuery::CURRENT;
254 dType = static_cast<C2FieldSupportedValuesQuery::type_t>(s.type);
256 *d = C2FieldSupportedValuesQuery(C2ParamFieldBuilder(s.field), dType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 65 VkDescriptorType dtype,
73 switch (dtype)
109 Move<VkImage> createImageAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, deUint32 queueFamilyIndex, AllocationMp* outMemory)
113 switch (dtype)
386 VkImageUsageFlags getMatchingComputeImageUsageFlags (VkDescriptorType dType)
388 switch (dType)
vktSpvAsmGraphicsShaderTestUtil.hpp 252 VkBufferUsageFlagBits getMatchingBufferUsageFlagBit (VkDescriptorType dType);
vktSpvAsmGraphicsShaderTestUtil.cpp 188 VkBufferUsageFlagBits getMatchingBufferUsageFlagBit (VkDescriptorType dType)
190 switch (dType)
202 VkImageUsageFlags getMatchingImageUsageFlags (VkDescriptorType dType)
204 switch (dType)
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 397 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
    [all...]
RewriteModernObjC.cpp 486 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
    [all...]

Completed in 324 milliseconds