Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DConstantInitBuilder.cpp129 ConstantAggregateBuilderBase::getRelativeOffset(llvm::IntegerType *offsetType, in getRelativeOffset()
136 llvm::IntegerType *offsetType, llvm::Constant *target, size_t position) { in getRelativeOffsetToPosition()
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp105 OffsetType offsetType; member
1179 … (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetTy… in layoutTypesToName()
1237 … (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetTy… in layoutTypesToDesc()
1403 const AtomicCounterTest::OffsetType offsetType = offsetTypes[offsetTypeNdx]; in AtomicCounterTests() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTexture2Tests.hpp242 std::string offsetType; member
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp591 GrSLType offsetType = egp.fUseScale ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local
799 GrSLType offsetType = (diegp.fUseScale) ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp681 const string offsetType = ((isSigned) ? "i" : "u") + de::toString(offsetWidth); in getFullOperationWithDifferentInputWidthStr() local