HomeSort by relevance Sort by last modified time
    Searched defs:valueInfo (Results 1 - 4 of 4) sorted by null

  /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...]
es31fShaderImageLoadStoreTests.cpp     [all...]
  /external/deqp/executor/
xeTestResultParser.cpp 126 { 0x2aa6f14e, "ValueInfo", ri::TYPE_VALUEINFO },
172 { 0xddf2d0d1, "Predictor", ri::ValueInfo::VALUETAG_PREDICTOR },
173 { 0x9bee2c34, "Response", ri::ValueInfo::VALUETAG_RESPONSE },
250 static ri::ValueInfo::ValueTag getSampleValueTag (const char* tag)
252 return (ri::ValueInfo::ValueTag)getEnumValue("sample value tag", s_sampleValueTagMap, DE_LENGTH_OF_ARRAY(s_sampleValueTagMap), tag);
661 throw TestResultParseError("<ValueInfo> outside of <SampleInfo>");
664 ri::ValueInfo* valueInfo = sampleInfo->valueInfos.allocItem<ri::ValueInfo>();
666 valueInfo->name = getAttribute("Name")
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 314 milliseconds