Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp253 , xfbOffset (-1) in BlockLayoutEntry()
265 int xfbOffset; member
DvktTransformFeedbackFuzzLayoutCase.cpp163 << ", offset = " << entry.xfbOffset in operator <<()
811 blockEntry.xfbOffset = xfbBufferOffset; in computeXfbLayout()
828 …bufferUsedRanges[xfbBuffer].push_back(UsedRange(blockEntry.xfbOffset, blockEntry.xfbOffset + block… in computeXfbLayout()
890 int& xfbOffset = perBufferXfbOffsets[xfbBuffer]; in computeXfbLayout() local
892 xfbOffset = deAlign32(xfbOffset, xfbAlign); in computeXfbLayout()
1167 const int xfbOffset = layout.blocks[ndx].xfbOffset; in generateDeclaration() local
1174 src << ", " << LayoutFlagsFmt(block.getFlags() & LAYOUT_MASK, xfbBuffer, xfbStride, xfbOffset); in generateDeclaration()
1188 …generateDeclaration(src, *pUniform, indentOne, xfbBuffer, xfbStride, xfbOffset + getBlockMemberOff… in generateDeclaration()
1999 const int offset = dataXfbBufferStartOffset + m_interfaceLayout.blocks[blockNdx].xfbOffset; in delayedInit()
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp168 uint32_t xfbOffset, in SetXfbInfo() argument
199 xfb->offset = xfbOffset; in SetXfbInfo()
1855 spirv::IdRef xfbOffset,
2345 spirv::IdRef xfbOffset(SpirvTransformerBase::GetNewId(blobOut)); in writeTransformFeedbackEmulationOutput() local
2350 spirv::WriteCompositeExtract(blobOut, ids.intId(), xfbOffset, xfbOffsets, in writeTransformFeedbackEmulationOutput()
2437 writeComponentCapture(ids, bufferIndex, xfbOffset, varyingTypeId, in writeTransformFeedbackEmulationOutput()
2449 spirv::WriteIAdd(blobOut, ids.intId(), nextOffset, xfbOffset, mIntNIds[1]); in writeTransformFeedbackEmulationOutput()
2450 xfbOffset = nextOffset; in writeTransformFeedbackEmulationOutput()
2512 spirv::IdRef xfbOffset, in writeComponentCapture() argument
2551 {mIntNIds[0], xfbOffset}); in writeComponentCapture()