Searched refs:offsetRange (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 510 DynamicSinglePixelOffsets (const IVec2& offsetRange) : m_offsetRange(offsetRange) {} in DynamicSinglePixelOffsets() argument 832 …PixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange) in makePixelOffsetsFunctor() argument 841 return MovePtr<PixelOffsets>(new DynamicSinglePixelOffsets(offsetRange)); in makePixelOffsetsFunctor() 918 …erations (GatherType gatherType, const tcu::TextureFormat& textureFormat, const IVec2& offsetRange) in generateBasic2DCaseIterations() argument 935 const int min = offsetRange.x(); in generateBasic2DCaseIterations() 936 const int max = offsetRange.y(); in generateBasic2DCaseIterations() 962 const int min = offsetRange.x(); in generateBasic2DCaseIterations() 963 const int max = offsetRange.y(); in generateBasic2DCaseIterations() 1178 …const IVec2 offsetRange = getOffsetRange(m_baseParams.offsetSize, m_context.getDeviceProperties(… in init() local 1179 …herOffset", "Implementation's value for minTexelGatherOffset", "", QP_KEY_TAG_NONE, offsetRange[0]) in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 481 DynamicSinglePixelOffsets (const IVec2& offsetRange) : m_offsetRange(offsetRange) {} in DynamicSinglePixelOffsets() argument 830 …PixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gatherArgs, const IVec2& offsetRange) in makePixelOffsetsFunctor() argument 839 return MovePtr<PixelOffsets>(new DynamicSinglePixelOffsets(offsetRange)); in makePixelOffsetsFunctor() 1020 …extureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange, int indentatio… 1021 …e, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange); 1162 …at, const GatherArgs& gatherArgs, const string& refZExpr, const IVec2& offsetRange, int indentatio… in genGatherFuncCall() argument 1202 … "pixCoord.yx % ivec2(" + de::toString(offsetRange.y() - offsetRange.x() + 1) + ") + " + de::toStr… in genGatherFuncCall() 1236 const IVec2& offsetRange) in genProgramSources() argument 1244 … funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, offsetRange, 1); in genProgramSources() 1265 const IVec2 offsetRange = getOffsetRange(); in init() local [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 1126 TRange offsetRange(offset, offset + numOffsets - 1); in addUsedOffsets() local 1127 TOffsetRange range(bindingRange, offsetRange); in addUsedOffsets()
|