Searched defs:offsetType (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 105 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
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 77 VertexOffsetType offsetType; member 240 static bool indexedWithOffset (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType) in indexedWithOffset() 246 static deUint32 baseSize (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType) in baseSize() 252 …static deUint32 calcExtraBytes (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType,… in calcExtraBytes() 270 …DrawInfoPacker (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride… in DrawInfoPacker() 1087 …const auto offsetType = (m_params.vertexOffset ? tcu::just(m_params.vertexOffset->offsetType) : tc… in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 77 VertexOffsetType offsetType; member 240 static bool indexedWithOffset (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType) in indexedWithOffset() 246 static deUint32 baseSize (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType) in baseSize() 252 …static deUint32 calcExtraBytes (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType,… in calcExtraBytes() 270 …DrawInfoPacker (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride… in DrawInfoPacker() 1087 …const auto offsetType = (m_params.vertexOffset ? tcu::just(m_params.vertexOffset->offsetType) : tc… in iterate() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseTexture2Tests.hpp | 242 std::string offsetType; member
|
/third_party/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 586 GrSLType offsetType = egp.fUseScale ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local 786 GrSLType offsetType = (diegp.fUseScale) ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.cpp | 6628 const TType &offsetType = in checkTextureOffset() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 681 const string offsetType = ((isSigned) ? "i" : "u") + de::toString(offsetWidth); in getFullOperationWithDifferentInputWidthStr() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 681 const string offsetType = ((isSigned) ? "i" : "u") + de::toString(offsetWidth); in getFullOperationWithDifferentInputWidthStr() local
|