Home
last modified time | relevance | path

Searched defs:offsetType (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp105 OffsetType offsetType; member
1256 const AtomicCounterTest::OffsetType &offsetType) in layoutTypesToName()
1315 const AtomicCounterTest::OffsetType &offsetType) in layoutTypesToDesc()
1469 const AtomicCounterTest::OffsetType offsetType = offsetTypes[offsetTypeNdx]; in AtomicCounterTests() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp85 VertexOffsetType offsetType; member
260 static bool indexedWithOffset(DrawType drawType, const tcu::Maybe<VertexOffsetType> &offsetType) in indexedWithOffset()
266 static bool indexedPacked(DrawType drawType, const tcu::Maybe<VertexOffsetType> &offsetType) in indexedPacked()
272 static uint32_t baseSize(DrawType drawType, const tcu::Maybe<VertexOffsetType> &offsetType) in baseSize()
279 …static uint32_t calcExtraBytes(DrawType drawType, const tcu::Maybe<VertexOffsetType> &offsetType, … in calcExtraBytes()
297 … DrawInfoPacker(DrawType drawType, const tcu::Maybe<VertexOffsetType> &offsetType, uint32_t stride, in DrawInfoPacker()
1121 …const auto offsetType = (m_params.vertexOffset ? tcu::just(m_params.vertexOffset->offsetType) : … in iterate() local
/external/angle/src/compiler/translator/tree_ops/spirv/
DRewriteInterpolateAtOffset.cpp110 TType *offsetType = new TType(*vec2Type); in getRotateFunc() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTexture2Tests.hpp242 std::string offsetType; member
/external/skia/src/gpu/ganesh/ops/
DGrOvalOpFactory.cpp595 SkSLType offsetType = egp.fUseScale ? SkSLType::kFloat3 : SkSLType::kFloat2; in onEmitCode() local
795 SkSLType offsetType = (diegp.fUseScale) ? SkSLType::kFloat3 : SkSLType::kFloat2; in onEmitCode() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp741 const string offsetType = ((isSigned) ? "i" : "u") + de::toString(offsetWidth); in getFullOperationWithDifferentInputWidthStr() local
/external/angle/src/compiler/translator/
DParseContext.cpp7432 const TType &offsetType = in checkTextureOffset() local