Home
last modified time | relevance | path

Searched refs:offsetType (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp95 , 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 if (m_spec.offsetType == OFFSETTYPE_INVALID || m_spec.offsetType == OFFSETTYPE_INVALID_DEFAULT || m_spec.bindingType == BINDINGTYPE_INVALID || m_spec.bindingType == BINDINGTYPE_INVALID_DEFAULT || m_spec.offsetType == OFFSETTYPE_INVALID_OVERLAPPING) in iterate()
1179 string layoutTypesToName (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType) in layoutTypesToName() argument
1197 if (bindingType != AtomicCounterTest::BINDINGTYPE_BASIC && offsetType ! in layoutTypesToName()
1237 layoutTypesToDesc(const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType) layoutTypesToDesc() argument
1403 const AtomicCounterTest::OffsetType offsetType = offsetTypes[offsetTypeNdx]; AtomicCounterTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp77 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(VkMultiDrawIndexedInfoEXT) : sizeof(VkMultiDrawInfoEXT)); in baseSize()
252 static deUint32 calcExtraBytes (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride) in calcExtraBytes() argument
258 const auto minStride = baseSize(drawType, offsetType); in calcExtraBytes()
270 DrawInfoPacker (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride, deUint32 estimatedInfoCount, deUint32 seed) in DrawInfoPacker() argument
272 , m_offsetType (offsetType) in DrawInfoPacker()
274 , m_extraBytes (calcExtraBytes(drawType, offsetType, strid in DrawInfoPacker()
1089 const auto offsetType = (m_params.vertexOffset ? tcu::just(m_params.vertexOffset->offsetType) : tcu::Nothing); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp77 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(VkMultiDrawIndexedInfoEXT) : sizeof(VkMultiDrawInfoEXT)); in baseSize()
252 static deUint32 calcExtraBytes (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride) in calcExtraBytes() argument
258 const auto minStride = baseSize(drawType, offsetType); in calcExtraBytes()
270 DrawInfoPacker (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride, deUint32 estimatedInfoCount, deUint32 seed) in DrawInfoPacker() argument
272 , m_offsetType (offsetType) in DrawInfoPacker()
274 , m_extraBytes (calcExtraBytes(drawType, offsetType, strid in DrawInfoPacker()
1087 const auto offsetType = (m_params.vertexOffset ? tcu::just(m_params.vertexOffset->offsetType) : tcu::Nothing); iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.hpp242 std::string offsetType; member
H A Dgl4cSparseTexture2Tests.cpp2533 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()
H A Dgl4cSparseTextureClampTests.cpp375 replaceToken("<OFFSET_TYPE>", s.offsetType.c_str(), fragment); in verifyLookupTextureData()
896 replaceToken("<OFFSET_TYPE>", s.offsetType.c_str(), fragment); in verifyLookupTextureData()
/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp608 GrSLType offsetType = egp.fUseScale ? kFloat3_GrSLType : kFloat2_GrSLType;
609 GrGLSLVarying ellipseOffsets(offsetType);
815 GrSLType offsetType = (diegp.fUseScale) ? kFloat3_GrSLType : kFloat2_GrSLType;
816 GrGLSLVarying offsets0(offsetType);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp6628 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/
H A DvktSpvAsmTypeTests.cpp681 const string offsetType = ((isSigned) ? "i" : "u") + de::toString(offsetWidth);
691 str += "%input" + offsetNdx + "_val_" + de::toString(offsetWidth) + " = OpSConvert %" + offsetType + " %input" + offsetNdx + "_val\n";
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp681 const string offsetType = ((isSigned) ? "i" : "u") + de::toString(offsetWidth);
691 str += "%input" + offsetNdx + "_val_" + de::toString(offsetWidth) + " = OpSConvert %" + offsetType + " %input" + offsetNdx + "_val\n";

Completed in 30 milliseconds