/external/deqp/framework/common/ |
D | tcuTexture.hpp | 557 …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()
|
D | tcuTexture.cpp | 3534 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/ |
D | delocate.go | 523 func (d *delocation) gatherOffsets(symRef *node32, offsets string) (*node32, string) { func 544 symRef, offset = d.gatherOffsets(symRef, offset) 559 symRef, offset = d.gatherOffsets(symRef, offset) 567 symRef, offset = d.gatherOffsets(symRef, offset)
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 524 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu:… in gatherOffsets() function 526 …return texture.gatherOffsets(sampler, coord.x(), coord.y(), componentNdx, offsets).cast<ColorScala… in gatherOffsets() 530 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const… in gatherOffsets() function 532 …return texture.gatherOffsets(sampler, coord.x(), coord.y(), coord.z(), componentNdx, offsets).cast… in gatherOffsets() 536 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tc… in gatherOffsets() function 617 …const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNd… in verifyGatherOffsets()
|
D | es31fTextureBorderClampTests.cpp | 1131 …const tcu::Vec4 referenceValue = effectiveView.gatherOffsets(samplerParams.sampler, texCoord.x()… in verifyTextureGatherResult()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 553 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()
|