Searched refs:gatherArgs (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 830 …ets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& of… in makePixelOffsetsFunctor() argument 834 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0]; in makePixelOffsetsFunctor() 842 return MovePtr<PixelOffsets>(new MultiplePixelOffsets(gatherArgs.offsets[0], in makePixelOffsetsFunctor() 843 gatherArgs.offsets[1], in makePixelOffsetsFunctor() 844 gatherArgs.offsets[2], in makePixelOffsetsFunctor() 845 gatherArgs.offsets[3])); in makePixelOffsetsFunctor() 988 const GatherArgs& gatherArgs) const; 1162 …gatherType, const tcu::TextureFormat& textureFormat, const GatherArgs& gatherArgs, const string& r… in genGatherFuncCall() argument 1186 DE_ASSERT(gatherArgs.componentNdx < 0); in genGatherFuncCall() 1198 result += "ivec2" + de::toString(gatherArgs.offsets[0]); in genGatherFuncCall() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 832 …ets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& of… in makePixelOffsetsFunctor() argument 836 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0]; in makePixelOffsetsFunctor() 844 return MovePtr<PixelOffsets>(new MultiplePixelOffsets(gatherArgs.offsets[0], in makePixelOffsetsFunctor() 845 gatherArgs.offsets[1], in makePixelOffsetsFunctor() 846 gatherArgs.offsets[2], in makePixelOffsetsFunctor() 847 gatherArgs.offsets[3])); in makePixelOffsetsFunctor() 1116 const GatherArgs& gatherArgs) const; 1319 const GatherArgs& gatherArgs = getGatherArgs(m_currentIteration); in setupUniforms() local 1320 …addUniform(binding++, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::IVec2), gatherArgs.offset… in setupUniforms() 1336 const GatherArgs& gatherArgs) const in verify() [all …]
|