Searched defs:gatherArgs (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp814 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange) argument
818 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0];
826 return MovePtr<PixelOffsets>(new MultiplePixelOffsets(gatherArgs.offsets[0],
827 gatherArgs.offsets[1],
828 gatherArgs.offsets[2],
829 gatherArgs.offsets[3]));
972 const GatherArgs& gatherArgs) const;
1143 string TextureGatherCase::genGatherFuncCall (GatherType gatherType, const tcu::TextureFormat& textureFormat, const GatherArgs& gatherArgs, const string& refZExpr, const IVec2& offsetRange, int indentationDepth) argument
1167 DE_ASSERT(gatherArgs.componentNdx < 0);
1179 result += "ivec2" + de::toString(gatherArgs
1212 genProgramSources(GatherType gatherType, TextureType textureType, const tcu::TextureFormat& textureFormat, const GatherArgs& gatherArgs, const string& refZExpr, const IVec2& offsetRange) argument
1339 const GatherArgs& gatherArgs = getGatherArgs(m_currentIteration); local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp832 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange) argument
836 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0];
844 return MovePtr<PixelOffsets>(new MultiplePixelOffsets(gatherArgs.offsets[0],
845 gatherArgs.offsets[1],
846 gatherArgs.offsets[2],
847 gatherArgs.offsets[3]));
1115 const GatherArgs& gatherArgs) const;
1318 const GatherArgs& gatherArgs = getGatherArgs(m_currentIteration); local
1319 addUniform(binding++, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::IVec2), gatherArgs.offsets[0].getPtr());
1335 const GatherArgs& gatherArgs) cons
1523 genGatherFuncCall(GatherType gatherType, const tcu::TextureFormat& textureFormat, const GatherArgs& gatherArgs, const string& refZExpr, const IVec2& offsetRange, int indentationDepth, OffsetSize offsetSize, const ImageBackingMode sparseCase) argument
1648 const GatherArgs& gatherArgs = iterations[iterNdx]; local
1818 GatherArgs gatherArgs; member in struct:vkt::sr::__anon3991::Gather2DArrayArgs
2032 GatherArgs gatherArgs; member in struct:vkt::sr::__anon3991::GatherCubeArgs
[all...]

Completed in 97 milliseconds