/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.hpp | 564 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const; 598 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::Texture2DView 671 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const; 704 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float l… in sampleCompare() function in tcu::Texture2D 706 return m_view.sampleCompare(sampler, ref, s, t, lod); in sampleCompare() 740 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo… 777 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo… 801 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::TextureCube 803 return m_view.sampleCompare(sampler, ref, s, t, r, lod); in sampleCompare() 832 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const; [all …]
|
D | tcuTexture.cpp | 3779 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare() function in tcu::TextureCubeView 3972 float Texture1DArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::Texture1DArrayView 4001 float Texture2DArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::Texture2DArrayView 4210 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::TextureCubeArrayView
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 202 return c.textures[0].tex2D->sampleCompare(c.textures[0].sampler, ref, s, t, lod); in texture2DShadow() 206 return c.textures[0].tex2DArray->sampleCompare(c.textures[0].sampler, ref, s, t, r, lod); in texture2DArrayShadow() 210 return c.textures[0].texCube->sampleCompare(c.textures[0].sampler, ref, s, t, r, lod); in textureCubeShadow() 215 return c.textures[0].texCubeArray->sampleCompare(c.textures[0].sampler, ref, s, t, r, q, lod); in textureCubeArrayShadow()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 347 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, lod), 0.0, 0.0, 1.0f); in execSample() 355 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, lod), 0.0, 0.0, 1.0f); in execSample() 363 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, lod), 0.0, 0.0, 1.0f); in execSample() 371 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, lod), 0.0, 0.0, 1.0f); in execSample() 379 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, q, lod), 0.0, 0.0, 1.0f); in execSample() 387 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, lod), 0.0, 0.0, 1.0f); in execSample()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 284 …float ref, float s, float t, float lod) { return c.textures[0].tex2D->sampleCompare(c.textures[0].… in texture2DShadow() 285 …float s, float t, float r, float lod) { return c.textures[0].texCube->sampleCompare(c.textures[0].… in textureCubeShadow() 286 …at s, float t, float r, float lod) { return c.textures[0].tex2DArray->sampleCompare(c.textures[0].… in texture2DArrayShadow()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 420 …t ref, float s, float t, float lod) { return c.textures[0].tex2D->sampleCompare(c.textures[0].… in texture2DShadow() 421 …oat s, float t, float r, float lod) { return c.textures[0].texCube->sampleCompare(c.textures[0].… in textureCubeShadow() 422 … s, float t, float r, float lod) { return c.textures[0].tex2DArray->sampleCompare(c.textures[0].… in texture2DArrayShadow() 423 …, float ref, float s, float lod) { return c.textures[0].tex1D->sampleCompare(c.textures[0].… in texture1DShadow() 424 …, float s, float t, float lod) { return c.textures[0].tex1DArray->sampleCompare(c.textures[0].… in texture1DArrayShadow() 425 … t, float r, float q, float lod) { return c.textures[0].texCubeArray->sampleCompare(c.textures[0].… in textureCubeArrayShadow()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 420 …t ref, float s, float t, float lod) { return c.textures[0].tex2D->sampleCompare(c.textures[0].… in texture2DShadow() 421 …oat s, float t, float r, float lod) { return c.textures[0].texCube->sampleCompare(c.textures[0].… in textureCubeShadow() 422 … s, float t, float r, float lod) { return c.textures[0].tex2DArray->sampleCompare(c.textures[0].… in texture2DArrayShadow() 423 …, float ref, float s, float lod) { return c.textures[0].tex1D->sampleCompare(c.textures[0].… in texture1DShadow() 424 …, float s, float t, float lod) { return c.textures[0].tex1DArray->sampleCompare(c.textures[0].… in texture1DArrayShadow() 425 … t, float r, float q, float lod) { return c.textures[0].texCubeArray->sampleCompare(c.textures[0].… in textureCubeArrayShadow()
|