Home
last modified time | relevance | path

Searched refs:GetSamplePosition (Results 1 – 11 of 11) sorted by relevance

/third_party/glslang/Test/baseResults/
Dhlsl.sample.basic.dx10.frag.out13 …tailUnclamped, temp int Gather, temp int GetDimensions, temp int GetSamplePosition, temp int L…
20 …tailUnclamped, temp int Gather, temp int GetDimensions, temp int GetSamplePosition, temp int L…
27 …tailUnclamped, temp int Gather, temp int GetDimensions, temp int GetSamplePosition, temp int L…
34 …tailUnclamped, temp int Gather, temp int GetDimensions, temp int GetSamplePosition, temp int L…
40 0:61 GetSamplePosition: direct index for structure ( temp int)
41 …tailUnclamped, temp int Gather, temp int GetDimensions, temp int GetSamplePosition, temp int L…
48 …tailUnclamped, temp int Gather, temp int GetDimensions, temp int GetSamplePosition, temp int L…
55 …tailUnclamped, temp int Gather, temp int GetDimensions, temp int GetSamplePosition, temp int L…
62 …tailUnclamped, temp int Gather, temp int GetDimensions, temp int GetSamplePosition, temp int L…
69 …tailUnclamped, temp int Gather, temp int GetDimensions, temp int GetSamplePosition, temp int L…
[all …]
Dremap.hlsl.sample.basic.none.frag.out27 MemberName 13(MemberTest) 5 "GetSamplePosition"
/third_party/glslang/Test/
Dhlsl.getsampleposition.dx10.frag16 float2 r00 = g_tTex2dmsf4.GetSamplePosition(sample);
17 float2 r01 = g_tTex2dmsf4a.GetSamplePosition(sample);
Dremap.hlsl.sample.basic.everything.frag37 int GetSamplePosition; // ...
61 mtest.GetSamplePosition = 1; // ...
Dremap.hlsl.sample.basic.strip.frag37 int GetSamplePosition; // ...
61 mtest.GetSamplePosition = 1; // ...
Dhlsl.sample.basic.dx10.frag37 int GetSamplePosition; // ...
61 mtest.GetSamplePosition = 1; // ...
Dremap.hlsl.sample.basic.none.frag37 int GetSamplePosition; // ...
61 mtest.GetSamplePosition = 1; // ...
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp421 rx::GetSamplePosition(sampleCount, index, xy); in getSamplePosition()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h370 void GetSamplePosition(GLsizei sampleCount, size_t index, GLfloat *xy);
Drenderer_utils.cpp985 void GetSamplePosition(GLsizei sampleCount, size_t index, GLfloat *xy) in GetSamplePosition() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp2412 rx::GetSamplePosition(sampleCount, index, xy); in getSamplePosition()