Searched refs:DataType (Results 151 - 175 of 216) sorted by relevance

123456789

/external/deqp/framework/opengl/
H A DgluVarType.cpp41 VarType::VarType (DataType basicType, Precision precision)
/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp65 glu::DataType type;
H A DglsShaderLibraryCase.cpp831 const DataType dataType = val.dataType;
1111 DataType floatType = getDataTypeFloatScalars(val.dataType);
1272 DataType floatType = getDataTypeFloatScalars(val.dataType);
1320 DataType floatType = getDataTypeFloatScalars(val.dataType);
1389 DataType floatType = getDataTypeFloatScalars(val.dataType);
1450 DataType floatType = getDataTypeFloatScalars(val.dataType);
1652 DataType dataType = val.dataType;
H A DglsShaderLibrary.cpp184 DataType mapDataTypeToken (Token token);
189 void parseValueElement (DataType dataType, ShaderCase::Value& result);
578 DataType ShaderParser::mapDataTypeToken (Token token)
729 void ShaderParser::parseValueElement (DataType expectedDataType, ShaderCase::Value& result)
731 DataType scalarType = getDataTypeScalarType(expectedDataType);
/external/chromium_org/dbus/
H A Dmessage.cc98 const DataType type = reader->GetDataType();
933 Message::DataType MessageReader::GetDataType() {
935 return static_cast<Message::DataType>(dbus_type);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c495 immediate.DataType = TGSI_IMM_FLOAT32;
509 immediate.DataType = type;
557 *immediate = tgsi_build_immediate( header, full_imm->Immediate.DataType );
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp84 DataType type = src->insn->sType;
358 ImmediateValue::ImmediateValue(const ImmediateValue *proto, DataType ty)
593 Instruction::Instruction(Function *fn, operation opr, DataType ty)
H A Dnv50_ir_lowering_nv50.cpp45 DataType fTy = mul->sType; // full type
46 DataType hTy;
387 const DataType ty = div->sType;
H A Dnv50_ir_from_sm4.cpp141 DataType inferSrcType(enum sm4_opcode op) const;
142 DataType inferDstType(enum sm4_opcode op) const;
157 DataType dTy, sTy;
265 DataType
326 DataType
/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp275 static ShaderLoopCase* createGenericLoopCase (Context& context, const char* caseName, const char* description, bool isVertexCase, LoopType loopType, LoopCountType loopCountType, Precision loopCountPrecision, DataType loopCountDataType)
1273 static const DataType s_countDataType[] =
1300 DataType loopDataType = s_countDataType[dataTypeNdx];
H A Des2fShaderTextureFunctionTests.cpp429 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps);
434 glu::DataType samplerType = glu::TYPE_LAST;
583 // Type Format DataType W H L Sampler
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c495 immediate.DataType = TGSI_IMM_FLOAT32;
509 immediate.DataType = type;
557 *immediate = tgsi_build_immediate( header, full_imm->Immediate.DataType );
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp84 DataType type = src->insn->sType;
358 ImmediateValue::ImmediateValue(const ImmediateValue *proto, DataType ty)
593 Instruction::Instruction(Function *fn, operation opr, DataType ty)
H A Dnv50_ir_lowering_nv50.cpp45 DataType fTy = mul->sType; // full type
46 DataType hTy;
387 const DataType ty = div->sType;
H A Dnv50_ir_from_sm4.cpp141 DataType inferSrcType(enum sm4_opcode op) const;
142 DataType inferDstType(enum sm4_opcode op) const;
157 DataType dTy, sTy;
265 DataType
326 DataType
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp197 static string generateMultiTexFragmentShader (int numUnits, const vector<GLenum>& unitTypes, const vector<glu::DataType>& samplerTypes)
248 static sglr::pdec::ShaderProgramDeclaration generateShaderProgramDeclaration (int numUnits, const vector<GLenum>& unitTypes, const vector<glu::DataType>& samplerTypes)
336 const vector<glu::DataType>& samplerTypes,
359 const vector<glu::DataType>& samplerTypes,
935 vector<glu::DataType> samplerTypes;
H A Des3fFboRenderTest.cpp530 glu::DataType fboSamplerType = glu::getSampler2DType(colorFormat);
531 glu::DataType fboOutputType = getFragmentOutputType(colorFormat);
751 glu::DataType fboSamplerType = glu::getSampler2DType(colorFormat);
1112 glu::DataType fboSamplerType = glu::getSampler2DType(colorFormat);
1113 glu::DataType fboOutputType = getFragmentOutputType(colorFormat);
1268 glu::DataType fboSamplerType = glu::getSampler2DType(colorFormat);
1269 glu::DataType fboOutputType = getFragmentOutputType(colorFormat);
H A Des3fShaderPrecisionTests.cpp66 glu::DataType type = glu::TYPE_FLOAT;
67 glu::DataType outType = glu::TYPE_UINT;
124 static glu::ShaderProgram* createIntUintPrecisionEvalProgram (const glu::RenderContext& context, glu::DataType type, glu::Precision precision, const char* evalOp, bool isVertexCase)
H A Des3fShaderOperatorTests.cpp621 ShaderValue (DataType type_, const FloatScalar& rangeMin_, const FloatScalar& rangeMax_)
635 DataType type;
658 DataType output;
752 DataType inType = m_spec.inputs[i].type;
1830 static const DataType s_floatTypes[] =
1838 static const DataType s_intTypes[] =
1846 static const DataType s_uintTypes[] =
1854 static const DataType s_boolTypes[] =
1892 DataType outDataType = isFloatOut ? s_floatTypes[outScalarSize - 1]
1961 DataType prevInDataTyp
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp837 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& format)
861 static inline glu::DataType getSamplerGatherResultType (glu::DataType samplerType)
1003 static glu::FragmentSource genFragmentShaderSource (bool requireGpuShader5, int numTexCoordComponents, glu::DataType samplerType, const string& funcCall, bool useNormalizedCoordInput, bool usePixCoord);
1114 glu::DataType samplerType,
1223 const glu::DataType samplerType = getSamplerType(textureType, textureFormat);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_file_util.cc67 PicasaDataProvider::DataType GetDataTypeForURL(
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Darray_serialization.h221 typedef typename internal::WrapperTraits<E>::DataType F;
H A Darray_internal.h505 typedef String_Data* DataType; typedef in struct:mojo::internal::WrapperTraits
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp60 void emitLoadStoreType(DataType ty);
126 inline bool isLIMM(const ValueRef&, DataType ty);
161 bool CodeEmitterNVC0::isLIMM(const ValueRef& ref, DataType ty)
1327 CodeEmitterNVC0::emitLoadStoreType(DataType ty)

Completed in 2052 milliseconds

123456789