/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 544 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord, const IVec2 (&offsets)[4]) in gatherOffsetsCompare() argument 546 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare() 549 static Vec4 gatherOffsetsCompare (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4]) in gatherOffsetsCompare() argument 551 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare() 554 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4]) in gatherOffsetsCompare() argument 558 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare() 695 const float refZ = getPixelRefZ(IVec2(px, py)); in verifyGatherOffsetsCompare() local 697 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets); in verifyGatherOffsetsCompare() 703 if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, resultPix)) in verifyGatherOffsetsCompare()
|
H A D | es31fTextureBorderClampTests.cpp | 1197 const float refZ = samplerParams.ref; 1198 const tcu::Vec4 referenceValue = effectiveView.gatherOffsetsCompare(samplerParams.sampler, refZ, texCoord.x(), texCoord.y(), glu::getDefaultGatherOffsets()); 1205 if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, texComparePrecision, texCoord, glu::getDefaultGatherOffsets(), refZ, resultValue)) 1210 if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, lowQualityTexComparePrecision, texCoord, glu::getDefaultGatherOffsets(), refZ, resultValue))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 575 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord, const IVec2 (&offsets)[4]) in gatherOffsetsCompare() argument 577 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare() 580 static Vec4 gatherOffsetsCompare (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4]) in gatherOffsetsCompare() argument 582 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare() 585 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4]) in gatherOffsetsCompare() argument 589 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare() 726 const float refZ = getPixelRefZ(IVec2(px, py)); in verifyGatherOffsetsCompare() local 728 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets); in verifyGatherOffsetsCompare() 734 if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, resultPix)) in verifyGatherOffsetsCompare()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 575 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord, const IVec2 (&offsets)[4]) in gatherOffsetsCompare() argument 577 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare() 580 static Vec4 gatherOffsetsCompare (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4]) in gatherOffsetsCompare() argument 582 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare() 585 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4]) in gatherOffsetsCompare() argument 589 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare() 726 const float refZ = getPixelRefZ(IVec2(px, py)); in verifyGatherOffsetsCompare() local 728 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets); in verifyGatherOffsetsCompare() 734 if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, resultPix)) in verifyGatherOffsetsCompare()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.hpp | 348 bufferDefinition refZ; member in glcts::TextureCubeMapArraySamplingTest::bufferCollection
|
H A D | esextcTextureCubeMapArraySampling.cpp | 93 const glw::GLchar* const TextureCubeMapArraySamplingTest::attribute_refZ = "refZ"; 1167 /** Prepare "refZ" for face. 3552 buffer = &buffers.refZ; in setupSharedStorageBuffer() 4098 refZ.init(gl, (glw::GLsizeiptr)(refZ_buffer_data.size() * sizeof(glw::GLfloat)), &refZ_buffer_data[0]); 5122 buffer = &buffers.refZ;
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_context_test.cpp | 192 OpMemberName %3 0 "refZ" in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | ir_context_test.cpp | 192 OpMemberName %3 0 "refZ" in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | ir_context_test.cpp | 206 OpMemberName %3 0 "refZ" in TEST_F()
|