Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp573 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2…
608 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets() function in tcu::Texture2DView
730 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2…
769 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets() function in tcu::Texture2D
771 return m_view.gatherOffsets(sampler, s, t, componentNdx, offsets); in gatherOffsets()
911 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co…
1004 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co…
1038 inline Vec4 Texture2DArray::gatherOffsets (const Sampler& sampler, float s, float t, float r, int c… in gatherOffsets() function in tcu::Texture2DArray
1040 return m_view.gatherOffsets(sampler, s, t, r, componentNdx, offsets); in gatherOffsets()
DtcuTexture.cpp3542 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/delocate/
Ddelocate.go526 func (d *delocation) gatherOffsets(symRef *node32, offsets string) (*node32, string) { func
547 symRef, offset = d.gatherOffsets(symRef, offset)
562 symRef, offset = d.gatherOffsets(symRef, offset)
570 symRef, offset = d.gatherOffsets(symRef, offset)
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp524 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()
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()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp740 OSALIGNSIMD16(uint32_t) gatherOffsets[SimdWidth]; in TransposeSOAtoAOS()
744 gatherOffsets[i] = srcVertexStride * i; in TransposeSOAtoAOS()
746 auto vGatherOffsets = SIMD_T::load_si((typename SIMD_T::Integer*)&gatherOffsets[0]); in TransposeSOAtoAOS()