/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 95 , offsetType (OFFSETTYPE_NONE) in TestSpec() 105 OffsetType offsetType; member 195 switch (spec.offsetType) in generateShaderSource() 262 if (spec.offsetType == OFFSETTYPE_RESET_DEFAULT && counterNdx == spec.atomicCounterCount/2) in generateShaderSource() 285 switch (spec.offsetType) in generateShaderSource() 928 …offsetType == OFFSETTYPE_INVALID || m_spec.offsetType == OFFSETTYPE_INVALID_DEFAULT || m_spec.bind… in iterate() 1179 …const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType) in layoutTypesToName() argument 1197 …if (bindingType != AtomicCounterTest::BINDINGTYPE_BASIC && offsetType != AtomicCounterTest::OFFSET… in layoutTypesToName() 1200 switch (offsetType) in layoutTypesToName() 1237 …const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType) in layoutTypesToDesc() argument [all …]
|
/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() argument 242 return (drawType == DrawType::INDEXED && *offsetType != VertexOffsetType::CONSTANT_PACK); in indexedWithOffset() 246 static deUint32 baseSize (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType) in baseSize() argument 248 …return static_cast<deUint32>(indexedWithOffset(drawType, offsetType) ? sizeof(VkMultiDrawIndexedIn… in baseSize() 252 …static deUint32 calcExtraBytes (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType,… in calcExtraBytes() argument 258 const auto minStride = baseSize(drawType, offsetType); in calcExtraBytes() 270 …DrawInfoPacker (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride… in DrawInfoPacker() argument 272 , m_offsetType (offsetType) in DrawInfoPacker() 274 , m_extraBytes (calcExtraBytes(drawType, offsetType, stride)) in DrawInfoPacker() [all …]
|
/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() argument 242 return (drawType == DrawType::INDEXED && *offsetType != VertexOffsetType::CONSTANT_PACK); in indexedWithOffset() 246 static deUint32 baseSize (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType) in baseSize() argument 248 …return static_cast<deUint32>(indexedWithOffset(drawType, offsetType) ? sizeof(VkMultiDrawIndexedIn… in baseSize() 252 …static deUint32 calcExtraBytes (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType,… in calcExtraBytes() argument 258 const auto minStride = baseSize(drawType, offsetType); in calcExtraBytes() 270 …DrawInfoPacker (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride… in DrawInfoPacker() argument 272 , m_offsetType (offsetType) in DrawInfoPacker() 274 , m_extraBytes (calcExtraBytes(drawType, offsetType, stride)) in DrawInfoPacker() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseTexture2Tests.hpp | 242 std::string offsetType; member
|
D | gl4cSparseTextureClampTests.cpp | 375 replaceToken("<OFFSET_TYPE>", s.offsetType.c_str(), fragment); in verifyLookupTextureData() 896 replaceToken("<OFFSET_TYPE>", s.offsetType.c_str(), fragment); in verifyLookupTextureData()
|
D | gl4cSparseTexture2Tests.cpp | 2533 s.offsetType = "ivec"; in createLookupShaderTokens() 2539 s.offsetType = "int"; in createLookupShaderTokens() 2546 s.offsetType = "int"; in createLookupShaderTokens() 2947 replaceToken("<OFFSET_TYPE>", s.offsetType.c_str(), shader); in verifyLookupTextureData()
|
/third_party/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 586 GrSLType offsetType = egp.fUseScale ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local 587 GrGLSLVarying ellipseOffsets(offsetType); in onEmitCode() 786 GrSLType offsetType = (diegp.fUseScale) ? kFloat3_GrSLType : kFloat2_GrSLType; in onEmitCode() local 787 GrGLSLVarying offsets0(offsetType); in onEmitCode()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.cpp | 6628 const TType &offsetType = in checkTextureOffset() local 6630 if (offsetType.getNumArraySizes() != 1 || offsetType.getArraySizes()[0] != kOffsetsCount) in checkTextureOffset() 6637 size_t size = offsetType.getObjectSize() / kOffsetsCount; in checkTextureOffset()
|
/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 691 … offsetNdx + "_val_" + de::toString(offsetWidth) + " = OpSConvert %" + offsetType + " %input" + of… in getFullOperationWithDifferentInputWidthStr()
|
/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 691 … offsetNdx + "_val_" + de::toString(offsetWidth) + " = OpSConvert %" + offsetType + " %input" + of… in getFullOperationWithDifferentInputWidthStr()
|