Searched refs:xfbOffset (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 163 << ", 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()
|
D | vktTransformFeedbackFuzzLayoutCase.hpp | 253 , xfbOffset (-1) in BlockLayoutEntry() 265 int xfbOffset; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 166 uint32_t xfbOffset, in SetXfbInfo() argument 197 xfb->offset = xfbOffset; in SetXfbInfo() 1904 spirv::IdRef xfbOffset, 2394 spirv::IdRef xfbOffset(SpirvTransformerBase::GetNewId(blobOut)); in writeTransformFeedbackEmulationOutput() local 2399 spirv::WriteCompositeExtract(blobOut, ids.intId(), xfbOffset, xfbOffsets, in writeTransformFeedbackEmulationOutput() 2486 writeComponentCapture(ids, bufferIndex, xfbOffset, varyingTypeId, in writeTransformFeedbackEmulationOutput() 2498 spirv::WriteIAdd(blobOut, ids.intId(), nextOffset, xfbOffset, mIntNIds[1]); in writeTransformFeedbackEmulationOutput() 2499 xfbOffset = nextOffset; in writeTransformFeedbackEmulationOutput() 2561 spirv::IdRef xfbOffset, in writeComponentCapture() argument 2600 {mIntNIds[0], xfbOffset}); in writeComponentCapture()
|