Home
last modified time | relevance | path

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

/external/angle/third_party/glslang/src/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.none.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; // ...
/external/deqp-deps/glslang/Test/
Dhlsl.getsampleposition.dx10.frag16 float2 r00 = g_tTex2dmsf4.GetSamplePosition(sample);
17 float2 r01 = g_tTex2dmsf4a.GetSamplePosition(sample);
Dremap.hlsl.sample.basic.strip.frag37 int GetSamplePosition; // ...
61 mtest.GetSamplePosition = 1; // ...
Dremap.hlsl.sample.basic.none.frag37 int GetSamplePosition; // ...
61 mtest.GetSamplePosition = 1; // ...
Dhlsl.sample.basic.dx10.frag37 int GetSamplePosition; // ...
61 mtest.GetSamplePosition = 1; // ...
Dremap.hlsl.sample.basic.everything.frag37 int GetSamplePosition; // ...
61 mtest.GetSamplePosition = 1; // ...
/external/deqp-deps/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"
/external/angle/third_party/glslang/src/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"
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_msaa.c88 functions->GetSamplePosition = st_GetSamplePosition; in st_init_msaa_functions()
/external/mesa3d/src/mesa/main/
Dmultisample.c96 ctx->Driver.GetSamplePosition(ctx, ctx->DrawBuffer, index, val); in _mesa_GetMultisamplefv()
Ddd.h1042 void (*GetSamplePosition)(struct gl_context *ctx, member
/external/angle/src/libANGLE/renderer/
Drenderer_utils.h326 void GetSamplePosition(GLsizei sampleCount, size_t index, GLfloat *xy);
Drenderer_utils.cpp811 void GetSamplePosition(GLsizei sampleCount, size_t index, GLfloat *xy) in GetSamplePosition() function
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c208 driver->GetSamplePosition = NULL; in _mesa_init_driver_functions()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp415 rx::GetSamplePosition(sampleCount, index, xy); in getSamplePosition()
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1335 rx::GetSamplePosition(sampleCount, index, xy); in getSamplePosition()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c403 functions->GetSamplePosition = gen6_get_sample_position; in brw_init_driver_functions()