/external/deqp/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 118 bool isFloatType = supportFloatConfigs ? in getDefaultEglConfigList() local 126 bool isOk = isRenderable && isConformant && (numSamples == 0) && !isFloatType && !isYUV; in getDefaultEglConfigList() 145 DE_ASSERT(!isRenderable || !isConformant || (numSamples != 0) || isFloatType || isYUV); in getDefaultEglConfigList() 152 isFloatType ? EXCLUDEREASON_FLOAT : EXCLUDEREASON_YUV)); in getDefaultEglConfigList()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 1014 if (!isFloatType(i->dType)) in emitMINMAX() 1059 const bool f2f = isFloatType(i->dType) && isFloatType(i->sType); in emitCVT() 1090 if (!isFloatType(i->sType)) in emitCVT() 1110 if (isFloatType(dType)) { in emitCVT() 1111 if (!isFloatType(i->sType)) in emitCVT() 1114 if (isFloatType(i->sType)) in emitCVT() 1123 if (isFloatType(dType)) { in emitCVT() 1124 if (isFloatType(i->sType)) in emitCVT() 1129 assert(isFloatType(i->sType)); in emitCVT() 1151 if (!isFloatType(i->sType)) in emitSET() [all …]
|
D | nv50_ir_emit_gk110.cpp | 1011 const bool f2f = isFloatType(i->dType) && isFloatType(i->sType); in emitCVT() 1012 const bool f2i = !isFloatType(i->dType) && isFloatType(i->sType); in emitCVT() 1013 const bool i2f = isFloatType(i->dType) && !isFloatType(i->sType); in emitCVT() 1120 if (isFloatType(i->sType)) in emitSET() 1143 isFloatType(i->sType) ? 0x33 : 0x34, in emitSET() 1144 isFloatType(i->sType) ? 0xf : 0x7); in emitSET() 2426 else if (isFloatType(insn->dType)) in emitInstruction() 2434 else if (isFloatType(insn->dType)) in emitInstruction() 2443 else if (isFloatType(insn->dType)) in emitInstruction()
|
D | nv50_ir_target_nv50.cpp | 341 if ((i->op == OP_MUL || i->op == OP_MAD) && !isFloatType(i->dType)) { in insnCanLoad() 446 return !isFloatType(ty); in isOpSupported() 455 if (!isFloatType(insn->dType)) { in isModSupported()
|
D | nv50_ir_peephole.cpp | 305 if (insn->op == OP_ADD && !isFloatType(insn->dType)) { in visit() 313 } else if (insn->op == OP_SUB && !isFloatType(insn->dType)) { in visit() 958 assert(!isFloatType(i->sType)); in opnd() 1012 if (!isFloatType(i->sType) && !imm0.isNegative() && imm0.isPow2()) { in opnd() 1187 assert(!isFloatType(si->dType)); in opnd() 1305 if (isFloatType(si->dType)) in opnd() 1322 if (isFloatType(si->dType)) in opnd() 1720 isFloatType(add->dType) != isFloatType(src->getInsn()->dType)) in tryADDToMADOrSAD() 1935 if (!isFloatType(cvt->dType) || !isFloatType(insn->sType)) in handleCVT_CVT() 2093 if (isFloatType(i->sType) || !src || src->op != OP_AND) in handleNEG() [all …]
|
D | nv50_ir_target_gm107.cpp | 166 !isFloatType(insn->dType)) in isBarrierRequired()
|
D | nv50_ir_emit_gm107.cpp | 316 if (isFloatType(insn->sType)) { in longIMMD() 3109 } else if (isFloatType(insn->dType)) { in emitInstruction() 3110 if (isFloatType(insn->sType)) in emitInstruction() 3115 if (isFloatType(insn->sType)) in emitInstruction() 3126 if (isFloatType(insn->dType)) { in emitInstruction() 3136 if (isFloatType(insn->dType)) { in emitInstruction() 3147 if (isFloatType(insn->dType)) { in emitInstruction() 3161 if (isFloatType(insn->dType)) { in emitInstruction() 3189 if (isFloatType(insn->dType)) in emitInstruction() 3199 if (isFloatType(insn->sType)) in emitInstruction() [all …]
|
D | nv50_ir_emit_nv50.cpp | 241 if (ty != TYPE_NONE && !isFloatType(ty)) in emitCondCode() 1345 const bool f2f = isFloatType(i->dType) && isFloatType(i->sType); in emitCVT() 1889 else if (isFloatType(insn->dType)) in emitInstruction() 1899 else if (isFloatType(insn->dType)) in emitInstruction() 1908 else if (isFloatType(insn->dType)) in emitInstruction()
|
D | nv50_ir_inlines.h | 122 static inline bool isFloatType(DataType ty) in isFloatType() function
|
D | nv50_ir_target_nvc0.cpp | 435 if (!isFloatType(insn->dType)) { in isModSupported()
|
D | nv50_ir_lowering_nv50.cpp | 455 if (isFloatType(mul->sType) || typeSizeof(mul->sType) <= 2) in handleMUL() 1228 if (!isFloatType(i->dType)) in handleDIV()
|
D | nv50_ir_lowering_nvc0.cpp | 2533 if (!isFloatType(i->dType)) in handleDIV() 2545 if (!isFloatType(i->dType)) in handleMOD()
|
D | nv50_ir_from_tgsi.cpp | 3723 if (!isFloatType(dstTy)) in handleInstruction()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 243 if (isFloatType(descriptor)) /* For floating type. */ in prepareSourceTexture() 574 if (isFloatType(descriptor)) in getDestinationFormatForChannel() 679 if (isFloatType(descriptor) || isFixedSignedType(descriptor) || isFixedUnsignedType(descriptor) || in prepareProgram() 835 if (isFloatType(descriptor) || isDepthType(descriptor) || isStencilType(descriptor)) in checkDestinationTexture() 1007 bool FunctionalTest::isFloatType(TextureInternalFormatDescriptor descriptor) in isFloatType() function in gl3cts::TextureSizePromotion::FunctionalTest 1105 if (isFloatType(descriptor)) in getMinPrecision()
|
D | gl3cTextureSizePromotion.hpp | 283 bool isFloatType(TextureInternalFormatDescriptor descriptor);
|
D | gl4cEnhancedLayoutsTests.hpp | 3022 bool isFloatType(const Utils::Type& type); 3094 bool isFloatType(const Utils::Type& type); 3166 bool isFloatType(const Utils::Type& type);
|
D | gl4cEnhancedLayoutsTests.cpp | 17774 const bool is_float_type_gohan = isFloatType(type_gohan); in test() 17785 const bool is_float_type_goten = isFloatType(type_goten); in test() 17873 bool VaryingLocationAliasingWithMixedTypesTest::isFloatType(const Utils::Type& type) in test() function in gl4cts::EnhancedLayouts::VaryingLocationAliasingWithMixedTypesTest 18288 const bool is_float_type_gohan = isFloatType(type_gohan); in test() 18299 const bool is_float_type_goten = isFloatType(type_goten); in test() 18427 bool VaryingLocationAliasingWithMixedInterpolationTest::isFloatType(const Utils::Type& type) in test() function in gl4cts::EnhancedLayouts::VaryingLocationAliasingWithMixedInterpolationTest 18860 const bool is_float_type_gohan = isFloatType(type_gohan); in test() 18873 const bool is_float_type_goten = isFloatType(type_goten); in test() 18989 bool VaryingLocationAliasingWithMixedAuxiliaryStorageTest::isFloatType(const Utils::Type& type) in test() function in gl4cts::EnhancedLayouts::VaryingLocationAliasingWithMixedAuxiliaryStorageTest
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 281 static inline bool isFloatType (ValueType type) in isFloatType() function 1921 … const DataType prevInDataType = isFloatType(prevV.valueType) ? s_floatTypes[prevInScalarSize - 1] in init() 1928 const DataType curInDataType = isFloatType(v.valueType) ? s_floatTypes[curInScalarSize - 1] in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 301 static inline bool isFloatType (ValueType type) in isFloatType() function 1961 … DataType prevInDataType = isFloatType(prevV.valueType) ? s_floatTypes[prevInScalarSize - 1] in init() 1968 DataType curInDataType = isFloatType(v.valueType) ? s_floatTypes[curInScalarSize - 1] in init()
|