/external/skqp/src/sksl/ |
D | sksl.inc | 491 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/skia/src/sksl/ |
D | sksl.inc | 559 float4 textureGather(sampler2DShadow sampler, float2 P, float refZ); 560 float4 textureGather(sampler2DArrayShadow sampler, float3 P, float refZ); 561 float4 textureGather(samplerCubeShadow sampler, float3 P, float refZ); 562 float4 textureGather(samplerCubeArrayShadow sampler, float4 P, float refZ); 563 float4 textureGather(sampler2DRectShadow sampler, float2 P, float refZ); 570 float4 textureGatherOffset(sampler2DShadow sampler, float2 P, float refZ, int2 offset); 571 float4 textureGatherOffset(sampler2DArrayShadow sampler, float3 P, float refZ, int2 offset); 572 float4 textureGatherOffset(sampler2DRectShadow sampler, float2 P, float refZ, int2 offset); 579 float4 textureGatherOffsets(sampler2DShadow sampler, float2 P, float refZ, int2 offsets[4]); 580 float4 textureGatherOffsets(sampler2DArrayShadow sampler, float3 P, float refZ, int2 offsets[4]); [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 543 …re (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord,… in gatherOffsetsCompare() argument 545 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare() 548 …onst tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord,… in gatherOffsetsCompare() argument 550 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare() 553 … (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord,… in gatherOffsetsCompare() argument 557 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare() 694 const float refZ = getPixelRefZ(IVec2(px, py)); in verifyGatherOffsetsCompare() local 696 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets); in verifyGatherOffsetsCompare() 702 …if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, result… in verifyGatherOffsetsCompare()
|
D | es31fTextureBorderClampTests.cpp | 1196 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/ |
D | vktShaderRenderTextureGatherTests.cpp | 572 …re (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord,… in gatherOffsetsCompare() argument 574 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare() 577 …onst tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord,… in gatherOffsetsCompare() argument 579 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare() 582 … (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord,… in gatherOffsetsCompare() argument 586 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare() 723 const float refZ = getPixelRefZ(IVec2(px, py)); in verifyGatherOffsetsCompare() local 725 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets); in verifyGatherOffsetsCompare() 731 …if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, result… in verifyGatherOffsetsCompare()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | ir_context_test.cpp | 187 OpMemberName %3 0 "refZ" in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | ir_context_test.cpp | 187 OpMemberName %3 0 "refZ" in TEST_F()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.hpp | 348 bufferDefinition refZ; member in glcts::TextureCubeMapArraySamplingTest::bufferCollection
|
D | esextcTextureCubeMapArraySampling.cpp | 3558 buffer = &buffers.refZ; in setupSharedStorageBuffer() 4104 …refZ.init(gl, (glw::GLsizeiptr)(refZ_buffer_data.size() * sizeof(glw::GLfloat)), &refZ_buffer_data… 5144 buffer = &buffers.refZ;
|