/external/angle/third_party/glslang/src/Test/ |
D | hlsl.getsampleposition.dx10.frag | 16 float2 r00 = g_tTex2dmsf4.GetSamplePosition(sample); 17 float2 r01 = g_tTex2dmsf4a.GetSamplePosition(sample);
|
D | remap.hlsl.sample.basic.everything.frag | 37 int GetSamplePosition; // ... 61 mtest.GetSamplePosition = 1; // ...
|
D | remap.hlsl.sample.basic.none.frag | 37 int GetSamplePosition; // ... 61 mtest.GetSamplePosition = 1; // ...
|
D | remap.hlsl.sample.basic.strip.frag | 37 int GetSamplePosition; // ... 61 mtest.GetSamplePosition = 1; // ...
|
D | hlsl.sample.basic.dx10.frag | 37 int GetSamplePosition; // ... 61 mtest.GetSamplePosition = 1; // ...
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.getsampleposition.dx10.frag | 16 float2 r00 = g_tTex2dmsf4.GetSamplePosition(sample); 17 float2 r01 = g_tTex2dmsf4a.GetSamplePosition(sample);
|
D | remap.hlsl.sample.basic.strip.frag | 37 int GetSamplePosition; // ... 61 mtest.GetSamplePosition = 1; // ...
|
D | remap.hlsl.sample.basic.none.frag | 37 int GetSamplePosition; // ... 61 mtest.GetSamplePosition = 1; // ...
|
D | hlsl.sample.basic.dx10.frag | 37 int GetSamplePosition; // ... 61 mtest.GetSamplePosition = 1; // ...
|
D | remap.hlsl.sample.basic.everything.frag | 37 int GetSamplePosition; // ... 61 mtest.GetSamplePosition = 1; // ...
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.sample.basic.dx10.frag.out | 13 …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 …]
|
D | remap.hlsl.sample.basic.none.frag.out | 27 MemberName 13(MemberTest) 5 "GetSamplePosition"
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | hlsl.sample.basic.dx10.frag.out | 13 …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 …]
|
D | remap.hlsl.sample.basic.none.frag.out | 27 MemberName 13(MemberTest) 5 "GetSamplePosition"
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_msaa.c | 88 functions->GetSamplePosition = st_GetSamplePosition; in st_init_msaa_functions()
|
/external/mesa3d/src/mesa/main/ |
D | multisample.c | 96 ctx->Driver.GetSamplePosition(ctx, ctx->DrawBuffer, index, val); in _mesa_GetMultisamplefv()
|
D | dd.h | 1042 void (*GetSamplePosition)(struct gl_context *ctx, member
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.h | 326 void GetSamplePosition(GLsizei sampleCount, size_t index, GLfloat *xy);
|
D | renderer_utils.cpp | 811 void GetSamplePosition(GLsizei sampleCount, size_t index, GLfloat *xy) in GetSamplePosition() function
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 208 driver->GetSamplePosition = NULL; in _mesa_init_driver_functions()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 415 rx::GetSamplePosition(sampleCount, index, xy); in getSamplePosition()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.cpp | 1335 rx::GetSamplePosition(sampleCount, index, xy); in getSamplePosition()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 403 functions->GetSamplePosition = gen6_get_sample_position; in brw_init_driver_functions()
|