Searched refs:DataType (Results 126 - 150 of 216) sorted by relevance

123456789

/external/lldb/include/lldb/Core/
H A DRangeMap.h743 typedef T DataType; typedef in struct:lldb_private::RangeData
745 DataType data;
759 RangeData (B base, S size, DataType d) :
1365 typedef T DataType; typedef in struct:lldb_private::AddressData
1368 DataType data;
1376 AddressData (B a, DataType d) :
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp217 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
225 DataType dataType;
1392 std::string genGLSLMatToVec3Reduction (const glu::DataType& matType, const char* varName);
1425 DataType resultType = TYPE_LAST;
1470 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType;
1471 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType;
1716 std::string ShaderMatrixCase::genGLSLMatToVec3Reduction (const glu::DataType& matType, const char* varName)
1841 static const DataType matrixTypes[] =
1885 DataType matType = matrixTypes[matTypeNdx];
1908 DataType colVecTyp
[all...]
H A Des3fUniformBlockTests.cpp335 static const glu::DataType basicTypes[] =
418 glu::DataType type = basicTypes[basicTypeNdx];
455 glu::DataType type = basicTypes[basicTypeNdx];
618 glu::DataType type = basicTypes[basicTypeNdx];
H A Des3fFragmentOutputTests.cpp103 FragmentOutput (glu::DataType type_, glu::Precision precision_, int location_, int arrayLength_ = 0)
111 glu::DataType type;
898 static const glu::DataType outputTypes[] =
967 vector<glu::DataType> outTypes;
981 glu::DataType basicType = rnd.choose<glu::DataType>(&outputTypes[0], &outputTypes[0] + DE_LENGTH_OF_ARRAY(outputTypes));
998 glu::DataType outType = outTypes[targets.size()];
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_data_provider.cc56 void PicasaDataProvider::RefreshData(DataType needed_data,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c156 switch (imm->Immediate.DataType) {
H A Dtgsi_dump.c459 ENM( imm->Immediate.DataType, tgsi_immediate_type_names );
462 imm->Immediate.DataType);
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_shader_tokens.h207 unsigned DataType : 4; /**< one of TGSI_IMM_x */ member in struct:tgsi_immediate
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp101 const glu::DataType samplerType = glu::getSampler2DType(texFormat);
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.hpp89 glu::DataType dataType;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c156 switch (imm->Immediate.DataType) {
H A Dtgsi_dump.c459 ENM( imm->Immediate.DataType, tgsi_immediate_type_names );
462 imm->Immediate.DataType);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h207 unsigned DataType : 4; /**< one of TGSI_IMM_x */ member in struct:tgsi_immediate
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp368 ShaderValue (DataType type_, float rangeMin_, float rangeMax_)
382 DataType type;
401 DataType output;
474 DataType inType = spec.inputs[i].type;
1200 static const DataType s_floatTypes[] =
1208 static const DataType s_intTypes[] =
1216 static const DataType s_boolTypes[] =
1255 DataType outDataType = isFloatOut ? s_floatTypes[outScalarSize - 1]
1321 DataType curInDataType = isFloatCase ? s_floatTypes[curInScalarSize - 1]
1391 DataType typ
[all...]
/external/libmtp/src/
H A Dptp.c1616 if (dpd->DataType == PTP_DTC_STR) {
2714 ptp_free_devicepropvalue (dpd->DataType, &dpd->FactoryDefaultValue);
2715 ptp_free_devicepropvalue (dpd->DataType, &dpd->CurrentValue);
2718 ptp_free_devicepropvalue (dpd->DataType, &dpd->FORM.Range.MinimumValue);
2719 ptp_free_devicepropvalue (dpd->DataType, &dpd->FORM.Range.MaximumValue);
2720 ptp_free_devicepropvalue (dpd->DataType, &dpd->FORM.Range.StepSize);
2725 ptp_free_devicepropvalue (dpd->DataType, dpd->FORM.Enum.SupportedValue+i);
2736 ptp_free_devicepropvalue (opd->DataType, &opd->FactoryDefaultValue);
2741 ptp_free_devicepropvalue (opd->DataType, &opd->FORM.Range.MinimumValue);
2742 ptp_free_devicepropvalue (opd->DataType,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp62 void emitCondCode(CondCode cc, DataType ty, int pos);
79 void emitLoadStoreSizeLG(DataType ty, int pos);
80 void emitLoadStoreSizeCS(DataType ty);
197 void CodeEmitterNV50::emitCondCode(CondCode cc, DataType ty, int pos)
552 CodeEmitterNV50::emitLoadStoreSizeLG(DataType ty, int pos)
577 CodeEmitterNV50::emitLoadStoreSizeCS(DataType ty)
H A Dnv50_ir_from_tgsi.cpp189 nv50_ir::DataType inferSrcType() const;
190 nv50_ir::DataType inferDstType() const;
361 nv50_ir::DataType Instruction::inferSrcType() const
402 nv50_ir::DataType Instruction::inferDstType() const
763 info->immd.type[n] = imm->Immediate.DataType;
1112 DataType dstTy;
1113 DataType srcTy;
1230 DataType ty = tgsi.inferSrcType();
H A Dnv50_ir_target_nv50.cpp363 TargetNV50::isAccessSupported(DataFile file, DataType ty) const
373 TargetNV50::isOpSupported(operation op, DataType ty) const
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp61 static int getTypeSize (glu::DataType type)
263 Variable (const SharedPtr& enclosing, glu::DataType dataType)
276 const glu::DataType m_dataType;
430 static glu::Precision getDataTypeDefaultPrecision (const glu::DataType& type)
465 const glu::DataType basicType = static_cast<const ResourceDefinition::Variable*>(resource)->m_dataType;
2768 static bool isDataTypeLayoutQualified (glu::DataType type)
2778 glu::DataType dataType;
2838 glu::DataType dataType;
3047 static void generateBufferBackedVariableAggregateTypeCases (Context& context, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, ProgramResourcePropFlags targetProp, glu::DataType dataType, const std::string& nameSuffix, int depth)
3109 static void generateBufferBackedArrayStrideTypeAggregateSubCases (Context& context, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const std::string& namePrefix, ProgramInterface interface, glu::DataType typ
[all...]
H A Des31fLayoutBindingTests.cpp831 glu::DataType getSamplerTexCoordType (void) const;
1003 glu::DataType SamplerBindingRenderCase::getSamplerTexCoordType (void) const
1034 glu::DataType getSamplerTexCoordType (void) const;
1095 glu::DataType SamplerBindingNegativeCase::getSamplerTexCoordType(void) const
1130 glu::DataType getImageTexCoordType (void) const;
1302 glu::DataType ImageBindingRenderCase::getImageTexCoordType(void) const
1333 glu::DataType getImageTexCoordType (void) const;
1394 glu::DataType ImageBindingNegativeCase::getImageTexCoordType(void) const
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp62 void emitCondCode(CondCode cc, DataType ty, int pos);
79 void emitLoadStoreSizeLG(DataType ty, int pos);
80 void emitLoadStoreSizeCS(DataType ty);
197 void CodeEmitterNV50::emitCondCode(CondCode cc, DataType ty, int pos)
552 CodeEmitterNV50::emitLoadStoreSizeLG(DataType ty, int pos)
577 CodeEmitterNV50::emitLoadStoreSizeCS(DataType ty)
H A Dnv50_ir_from_tgsi.cpp189 nv50_ir::DataType inferSrcType() const;
190 nv50_ir::DataType inferDstType() const;
361 nv50_ir::DataType Instruction::inferSrcType() const
402 nv50_ir::DataType Instruction::inferDstType() const
763 info->immd.type[n] = imm->Immediate.DataType;
1112 DataType dstTy;
1113 DataType srcTy;
1230 DataType ty = tgsi.inferSrcType();
H A Dnv50_ir_target_nv50.cpp363 TargetNV50::isAccessSupported(DataFile file, DataType ty) const
373 TargetNV50::isOpSupported(operation op, DataType ty) const
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp446 TargetNVC0::isAccessSupported(DataFile file, DataType ty) const
458 TargetNVC0::isOpSupported(operation op, DataType ty) const
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp446 TargetNVC0::isAccessSupported(DataFile file, DataType ty) const
458 TargetNVC0::isOpSupported(operation op, DataType ty) const

Completed in 408 milliseconds

123456789