HomeSort by relevance Sort by last modified time
    Searched full:valueinfo (Results 1 - 25 of 54) sorted by null

1 2 3

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h 40 ValueInfo* getValueInfo() {return &mVinfo;}
44 void setValueInfo(ValueInfo& vinfo) {memcpy(&mVinfo, &vinfo, sizeof(ValueInfo));}
56 VASurfaceID CreateSurfaceFromExternalBuf(intptr_t value, ValueInfo& vinfo);
69 ValueInfo mVinfo;
IntelMetadataBuffer.cpp 376 mInfo = new ValueInfo(*imb.mInfo);
405 mInfo = new ValueInfo(*imb.mInfo);
494 IMB_Result IntelMetadataBuffer::GetValueInfo(ValueInfo* &info)
501 IMB_Result IntelMetadataBuffer::SetValueInfo(ValueInfo* info)
506 mInfo = new ValueInfo;
508 memcpy(mInfo, info, sizeof(ValueInfo));
554 ValueInfo* info = NULL;
569 if (extrasize >0 && extrasize < sizeof(ValueInfo))
572 if (extrasize > sizeof(ValueInfo)) //has extravalues
574 if ( (extrasize - sizeof(ValueInfo)) % sizeof(mValue) != 0
    [all...]
IntelMetadataBuffer.h 67 }ValueInfo;
92 IMB_Result GetValueInfo(ValueInfo* &info);
93 IMB_Result SetValueInfo(ValueInfo *info);
107 ValueInfo* mInfo;
VideoEncoderBase.h 34 ValueInfo vinfo;
106 VASurfaceID CreateSurfaceFromExternalBuf(int32_t value, ValueInfo& vinfo);
VideoEncoderUtils.cpp 170 Encode_Status GetGfxBufferInfo(intptr_t handle, ValueInfo& vinfo){
213 ValueInfo vinfo;
260 memset(&mVinfo, 0, sizeof(ValueInfo));
295 //do not trust valueinfo for gfx case, directly get from structure
296 ValueInfo tmp;
460 LOG_V("format = 0x%08x, lumaStride = %d in ValueInfo\n", mVinfo.format, mVinfo.lumaStride);
469 ValueInfo tmp;
480 ValueInfo vinfo;
481 memset(&vinfo, 0, sizeof(ValueInfo));
559 //do not trust valueinfo, directly get from structur
    [all...]
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 174 const InterfaceVariableInfo valueInfo = getProgramInterfaceVariableInfo(gl, program.getProgram(), GL_UNIFORM, valueIndex);
182 for (deUint32 ndx = 0; ndx < de::min(valueInfo.arraySize, (deUint32)inputValues.size()); ndx++)
183 *(deUint32*)((deUint8*)bufMap.getPtr() + valueInfo.offset + ndx*valueInfo.arrayStride) = inputValues[ndx];
211 const InterfaceVariableInfo valueInfo = getProgramInterfaceVariableInfo(gl, program.getProgram(), GL_BUFFER_VARIABLE, valueIndex);
214 TCU_CHECK(valueInfo.arraySize == (deUint32)inputValues.size());
215 for (deUint32 ndx = 0; ndx < valueInfo.arraySize; ndx++)
217 const deUint32 res = *((const deUint32*)((const deUint8*)bufMap.getPtr() + valueInfo.offset + valueInfo.arrayStride*ndx));
294 const InterfaceVariableInfo valueInfo = getProgramInterfaceVariableInfo(gl, program.getProgram(), GL_BUFFER_VARIABLE, valueIndex)
    [all...]
  /external/deqp/modules/internal/
ditTestLogTests.cpp 53 << TestLog::ValueInfo("NumDrawCalls", "Number of draw calls", "", QP_SAMPLE_VALUE_TAG_PREDICTOR)
54 << TestLog::ValueInfo("NumOps", "Number of ops in shader", "op", QP_SAMPLE_VALUE_TAG_PREDICTOR)
55 << TestLog::ValueInfo("RenderTime", "Rendering time", "ms", QP_SAMPLE_VALUE_TAG_RESPONSE)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /external/deqp/executor/
xeTestResultParser.cpp 127 { 0x2aa6f14e, "ValueInfo", ri::TYPE_VALUEINFO },
174 { 0xddf2d0d1, "Predictor", ri::ValueInfo::VALUETAG_PREDICTOR },
175 { 0x9bee2c34, "Response", ri::ValueInfo::VALUETAG_RESPONSE },
252 static ri::ValueInfo::ValueTag getSampleValueTag (const char* tag)
254 return (ri::ValueInfo::ValueTag)getEnumValue("sample value tag", s_sampleValueTagMap, DE_LENGTH_OF_ARRAY(s_sampleValueTagMap), tag);
671 throw TestResultParseError("<ValueInfo> outside of <SampleInfo>");
674 ri::ValueInfo* valueInfo = sampleInfo->valueInfos.allocItem<ri::ValueInfo>();
676 valueInfo->name = getAttribute("Name")
    [all...]
  /external/llvm/lib/Analysis/
CFLSteensAliasAnalysis.cpp 207 auto &ValueInfo = Mapping.second;
209 assert(ValueInfo.getNumLevels() > 0);
212 ValueInfo.getNodeInfoAtLevel(0).Attr);
213 for (unsigned I = 0, E = ValueInfo.getNumLevels() - 1; I < E; ++I) {
216 ValueInfo.getNodeInfoAtLevel(I + 1).Attr);
227 auto &ValueInfo = Mapping.second;
229 for (unsigned I = 0, E = ValueInfo.getNumLevels(); I < E; ++I) {
231 for (auto &Edge : ValueInfo.getNodeInfoAtLevel(I).Edges)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;

Completed in 1171 milliseconds

1 2 3