Searched defs:gatherOffsets (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 525 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/ |
D | tcuTexture.hpp | 580 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
|
D | tcuTexture.cpp | 3895 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/ |
D | vktShaderRenderTextureGatherTests.cpp | 556 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
|