Searched defs:gatherOffsetsCompare (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 563 static Vec4 gatherOffsetsCompare(const tcu::Texture2DView &texture, const tcu::Sampler &sampler, fl… in gatherOffsetsCompare() function 569 static Vec4 gatherOffsetsCompare(const tcu::Texture2DArrayView &texture, const tcu::Sampler &sample… in gatherOffsetsCompare() function 575 static Vec4 gatherOffsetsCompare(const tcu::TextureCubeView &texture, const tcu::Sampler &sampler, … in gatherOffsetsCompare() function
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTexture.hpp | 744 inline Vec4 Texture2DView::gatherOffsetsCompare(const Sampler &sampler, float ref, float s, float t, in gatherOffsetsCompare() function in tcu::Texture2DView 893 inline Vec4 Texture2D::gatherOffsetsCompare(const Sampler &sampler, float ref, float s, float t, in gatherOffsetsCompare() function in tcu::Texture2D 1443 inline Vec4 Texture2DArray::gatherOffsetsCompare(const Sampler &sampler, float ref, float s, float … in gatherOffsetsCompare() function in tcu::Texture2DArray
|
H A D | tcuTexture.cpp | 4676 Vec4 Texture2DArrayView::gatherOffsetsCompare(const Sampler &sampler, float ref, float s, float t, … in gatherOffsetsCompare() function in tcu::Texture2DArrayView
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 643 static Vec4 gatherOffsetsCompare(const tcu::Texture2DView &texture, const tcu::Sampler &sampler, fl… in gatherOffsetsCompare() function 649 static Vec4 gatherOffsetsCompare(const tcu::Texture2DArrayView &texture, const tcu::Sampler &sample… in gatherOffsetsCompare() function 655 static Vec4 gatherOffsetsCompare(const tcu::TextureCubeView &texture, const tcu::Sampler &sampler, … in gatherOffsetsCompare() function
|