HomeSort by relevance Sort by last modified time
    Searched refs:dstPtrBase (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 667 deUint32* dstPtrBase = static_cast<deUint32*>(outputs[outNdx]);
681 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*outVecSize*sizeof(deUint32));
687 deUint32* dstPtr = &dstPtrBase[outSize*valNdx + outVecSize*locNdx];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]

Completed in 84 milliseconds