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.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()
DvktTransformFeedbackFuzzLayoutCase.hpp253 , xfbOffset (-1) in BlockLayoutEntry()
265 int xfbOffset; member
/external/angle/src/libANGLE/renderer/vulkan/
Dspv_utils.cpp166 uint32_t xfbOffset, in SetXfbInfo() argument
197 xfb->offset = xfbOffset; in SetXfbInfo()
1677 spirv::IdRef xfbOffset,
2180 spirv::IdRef xfbOffset(SpirvTransformerBase::GetNewId(blobOut)); in writeTransformFeedbackEmulationOutput() local
2185 spirv::WriteCompositeExtract(blobOut, ID::Int, xfbOffset, xfbOffsets, in writeTransformFeedbackEmulationOutput()
2274 writeComponentCapture(bufferIndex, xfbOffset, varyingTypeId, varyingTypePtr, in writeTransformFeedbackEmulationOutput()
2286 spirv::WriteIAdd(blobOut, ID::Int, nextOffset, xfbOffset, ID::IntOne); in writeTransformFeedbackEmulationOutput()
2287 xfbOffset = nextOffset; in writeTransformFeedbackEmulationOutput()
2347 spirv::IdRef xfbOffset, in writeComponentCapture() argument
2394 {ID::IntZero, xfbOffset}); in writeComponentCapture()