Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp580 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets() function in tcu::Texture2DView
686 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets() function in tcu::Texture2D
1067 inline Vec4 Texture2DArray::gatherOffsets (const Sampler& sampler, float s, float t, float r, int c… in gatherOffsets() function in tcu::Texture2DArray
DtcuTexture.cpp3895 Vec4 Texture2DArrayView::gatherOffsets (const Sampler& sampler, float s, float t, float r, int comp… in gatherOffsets() function in tcu::Texture2DArrayView
/third_party/vk-gl-cts/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