Home
last modified time | relevance | path

Searched defs:gatherOffsets (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go808 func (d *delocation) gatherOffsets(symRef *node32, offsets string) (*node32, string) { func
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp525 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu:… in gatherOffsets() function
531 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const… in gatherOffsets() function
537 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tc… in gatherOffsets() function
/external/deqp/framework/common/
DtcuTexture.hpp629 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets() function in tcu::Texture2DView
790 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets() function in tcu::Texture2D
1064 inline Vec4 Texture2DArray::gatherOffsets (const Sampler& sampler, float s, float t, float r, int c… in gatherOffsets() function in tcu::Texture2DArray
DtcuTexture.cpp3821 Vec4 Texture2DArrayView::gatherOffsets (const Sampler& sampler, float s, float t, float r, int comp… in gatherOffsets() function in tcu::Texture2DArrayView
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp556 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu:… in gatherOffsets() function
562 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const… in gatherOffsets() function
568 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tc… in gatherOffsets() function