Home
last modified time | relevance | path

Searched refs:gatherOffsets (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.hpp557 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2…
592 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets() function in tcu::Texture2DView
713 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2…
752 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets() function in tcu::Texture2D
754 return m_view.gatherOffsets(sampler, s, t, componentNdx, offsets); in gatherOffsets()
894 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co…
987 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co…
1021 inline Vec4 Texture2DArray::gatherOffsets (const Sampler& sampler, float s, float t, float r, int c… in gatherOffsets() function in tcu::Texture2DArray
1023 return m_view.gatherOffsets(sampler, s, t, r, componentNdx, offsets); in gatherOffsets()
DtcuTexture.cpp3534 Vec4 Texture2DArrayView::gatherOffsets (const Sampler& sampler, float s, float t, float r, int comp… in gatherOffsets() function in tcu::Texture2DArrayView
/external/boringssl/src/util/fipstools/
Ddelocate.go525 func (d *delocation) gatherOffsets(symRef *node32, offsets string) (*node32, string) { func
546 symRef, offset = d.gatherOffsets(symRef, offset)
561 symRef, offset = d.gatherOffsets(symRef, offset)
569 symRef, offset = d.gatherOffsets(symRef, offset)
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp508 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu:… in gatherOffsets() function
510 …return texture.gatherOffsets(sampler, coord.x(), coord.y(), componentNdx, offsets).cast<ColorScala… in gatherOffsets()
514 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const… in gatherOffsets() function
516 …return texture.gatherOffsets(sampler, coord.x(), coord.y(), coord.z(), componentNdx, offsets).cast… in gatherOffsets()
520 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tc… in gatherOffsets() function
601 …const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNd… in verifyGatherOffsets()
Des31fTextureBorderClampTests.cpp1131 …const tcu::Vec4 referenceValue = effectiveView.gatherOffsets(samplerParams.sampler, texCoord.x()… in verifyTextureGatherResult()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp553 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu:… in gatherOffsets() function
555 …return texture.gatherOffsets(sampler, coord.x(), coord.y(), componentNdx, offsets).cast<ColorScala… in gatherOffsets()
559 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const… in gatherOffsets() function
561 …return texture.gatherOffsets(sampler, coord.x(), coord.y(), coord.z(), componentNdx, offsets).cast… in gatherOffsets()
565 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tc… in gatherOffsets() function
646 …const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNd… in verifyGatherOffsets()