Home
last modified time | relevance | path

Searched refs:refOffset (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp257 …const deUint32 refOffset = stride.x()*refGlobalID.z() + stride.y()*refGlobalID.y() + refGlobalID… in iterate() local
260 …const deUint32* resPtr = (const deUint32*)((const deUint8*)ptr + refOffset*outVarInfo.arrayStri… in iterate()
266 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed at offset " << refOffset in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp529 …const deUint32 refOffset = stride.x()*refGlobalID.z() + stride.y()*refGlobalID.y() + refGlobalID.… in iterate() local
533 const deUint32* resPtr = (const deUint32*)(ptr + refOffset * resultBufferStride); in iterate()
541 << "ERROR: comparison failed at offset " << refOffset in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1256 int refOffset = TFI->getFrameIndexReferencePreferSP( in replaceFrameIndices() local
1258 Offset.setImm(Offset.getImm() + refOffset + SPAdj); in replaceFrameIndices()