Home
last modified time | relevance | path

Searched refs:refZ (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/sksl/
Dsksl.inc491 float4 textureGather(sampler2DShadow sampler, float2 P, float refZ);
492 float4 textureGather(sampler2DArrayShadow sampler, float3 P, float refZ);
493 float4 textureGather(samplerCubeShadow sampler, float3 P, float refZ);
494 float4 textureGather(samplerCubeArrayShadow sampler, float4 P, float refZ);
495 float4 textureGather(sampler2DRectShadow sampler, float2 P, float refZ);
502 float4 textureGatherOffset(sampler2DShadow sampler, float2 P, float refZ, int2 offset);
503 float4 textureGatherOffset(sampler2DArrayShadow sampler, float3 P, float refZ, int2 offset);
504 float4 textureGatherOffset(sampler2DRectShadow sampler, float2 P, float refZ, int2 offset);
511 float4 textureGatherOffsets(sampler2DShadow sampler, float2 P, float refZ, int2 offsets[4]);
512 float4 textureGatherOffsets(sampler2DArrayShadow sampler, float3 P, float refZ, int2 offsets[4]);
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp544 …re (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord,… in gatherOffsetsCompare() argument
546 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare()
549 …onst tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord,… in gatherOffsetsCompare() argument
551 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare()
554 … (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord,… 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, result… in verifyGatherOffsetsCompare()
Des31fTextureBorderClampTests.cpp1196 const float refZ = samplerParams.ref; in verifyTextureGatherCmpResult() local
1197 …const tcu::Vec4 referenceValue = effectiveView.gatherOffsetsCompare(samplerParams.sampler, refZ,… in verifyTextureGatherCmpResult()
1204 …rParams.sampler, texComparePrecision, texCoord, glu::getDefaultGatherOffsets(), refZ, resultValue)) in verifyTextureGatherCmpResult()
1209 …mpler, lowQualityTexComparePrecision, texCoord, glu::getDefaultGatherOffsets(), refZ, resultValue)) in verifyTextureGatherCmpResult()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp575 …re (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord,… in gatherOffsetsCompare() argument
577 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare()
580 …onst tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord,… in gatherOffsetsCompare() argument
582 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare()
585 … (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord,… 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, result… in verifyGatherOffsetsCompare()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp348 bufferDefinition refZ; member in glcts::TextureCubeMapArraySamplingTest::bufferCollection
DesextcTextureCubeMapArraySampling.cpp3558 buffer = &buffers.refZ; in setupSharedStorageBuffer()
4104refZ.init(gl, (glw::GLsizeiptr)(refZ_buffer_data.size() * sizeof(glw::GLfloat)), &refZ_buffer_data…
5144 buffer = &buffers.refZ;
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_context_test.cpp192 OpMemberName %3 0 "refZ" in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_context_test.cpp192 OpMemberName %3 0 "refZ" in TEST_F()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dir_context_test.cpp192 OpMemberName %3 0 "refZ" in TEST_F()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp1570 float refX = floorf(x), refY = floorf(y), refZ = floorf(z); in get_integer_coords_offset() local
1701 return !((int)refX == outX && (int)refY == outY && (int)refZ == outZ); in get_integer_coords_offset()