|
@@ -11,13 +11,13 @@ TextureCube <float4> t4 : register(t4);
|
|
Texture1D <float> t5 : register(t5);
|
|
Texture1D <float> t5 : register(t5);
|
|
Texture2D <float2> t6 : register(t6);
|
|
Texture2D <float2> t6 : register(t6);
|
|
|
|
|
|
-// CHECK: OpCapability ImageGatherExtended
|
|
|
|
// CHECK: OpCapability MinLod
|
|
// CHECK: OpCapability MinLod
|
|
// CHECK: OpCapability SparseResidency
|
|
// CHECK: OpCapability SparseResidency
|
|
|
|
|
|
// CHECK: [[v2f_1:%\d+]] = OpConstantComposite %v2float %float_1 %float_1
|
|
// CHECK: [[v2f_1:%\d+]] = OpConstantComposite %v2float %float_1 %float_1
|
|
// CHECK: [[v2f_2:%\d+]] = OpConstantComposite %v2float %float_2 %float_2
|
|
// CHECK: [[v2f_2:%\d+]] = OpConstantComposite %v2float %float_2 %float_2
|
|
// CHECK: [[v2f_3:%\d+]] = OpConstantComposite %v2float %float_3 %float_3
|
|
// CHECK: [[v2f_3:%\d+]] = OpConstantComposite %v2float %float_3 %float_3
|
|
|
|
+// CHECK: [[v2i_3:%\d+]] = OpConstantComposite %v2int %int_3 %int_3
|
|
// CHECK: [[v3f_1:%\d+]] = OpConstantComposite %v3float %float_1 %float_1 %float_1
|
|
// CHECK: [[v3f_1:%\d+]] = OpConstantComposite %v3float %float_1 %float_1 %float_1
|
|
// CHECK: [[v3f_2:%\d+]] = OpConstantComposite %v3float %float_2 %float_2 %float_2
|
|
// CHECK: [[v3f_2:%\d+]] = OpConstantComposite %v3float %float_2 %float_2 %float_2
|
|
// CHECK: [[v3f_3:%\d+]] = OpConstantComposite %v3float %float_3 %float_3 %float_3
|
|
// CHECK: [[v3f_3:%\d+]] = OpConstantComposite %v3float %float_3 %float_3 %float_3
|
|
@@ -38,10 +38,9 @@ float4 main(int2 offset : A) : SV_Target {
|
|
|
|
|
|
// CHECK: [[t2:%\d+]] = OpLoad %type_2d_image %t2
|
|
// CHECK: [[t2:%\d+]] = OpLoad %type_2d_image %t2
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
-// CHECK-NEXT: [[offset:%\d+]] = OpLoad %v2int %offset
|
|
|
|
// CHECK-NEXT: [[sampledImg:%\d+]] = OpSampledImage %type_sampled_image_0 [[t2]] [[gSampler]]
|
|
// CHECK-NEXT: [[sampledImg:%\d+]] = OpSampledImage %type_sampled_image_0 [[t2]] [[gSampler]]
|
|
-// CHECK-NEXT: {{%\d+}} = OpImageSampleExplicitLod %v4float [[sampledImg]] [[v2f_1]] Grad|Offset [[v2f_2]] [[v2f_3]] [[offset]]
|
|
|
|
- float4 val2 = t2.SampleGrad(gSampler, float2(1, 1), float2(2, 2), float2(3, 3), offset);
|
|
|
|
|
|
+// CHECK-NEXT: {{%\d+}} = OpImageSampleExplicitLod %v4float [[sampledImg]] [[v2f_1]] Grad|ConstOffset [[v2f_2]] [[v2f_3]] [[v2i_3]]
|
|
|
|
+ float4 val2 = t2.SampleGrad(gSampler, float2(1, 1), float2(2, 2), float2(3, 3), 3);
|
|
|
|
|
|
// CHECK: [[t3:%\d+]] = OpLoad %type_3d_image %t3
|
|
// CHECK: [[t3:%\d+]] = OpLoad %type_3d_image %t3
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
@@ -59,10 +58,9 @@ float4 main(int2 offset : A) : SV_Target {
|
|
// CHECK: [[clamp:%\d+]] = OpLoad %float %clamp
|
|
// CHECK: [[clamp:%\d+]] = OpLoad %float %clamp
|
|
// CHECK-NEXT: [[t2:%\d+]] = OpLoad %type_2d_image %t2
|
|
// CHECK-NEXT: [[t2:%\d+]] = OpLoad %type_2d_image %t2
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
-// CHECK-NEXT: [[offset:%\d+]] = OpLoad %v2int %offset
|
|
|
|
// CHECK-NEXT: [[sampledImg:%\d+]] = OpSampledImage %type_sampled_image_0 [[t2]] [[gSampler]]
|
|
// CHECK-NEXT: [[sampledImg:%\d+]] = OpSampledImage %type_sampled_image_0 [[t2]] [[gSampler]]
|
|
-// CHECK-NEXT: {{%\d+}} = OpImageSampleExplicitLod %v4float [[sampledImg]] [[v2f_1]] Grad|Offset|MinLod [[v2f_2]] [[v2f_3]] [[offset]] [[clamp]]
|
|
|
|
- float4 val5 = t2.SampleGrad(gSampler, float2(1, 1), float2(2, 2), float2(3, 3), offset, clamp);
|
|
|
|
|
|
+// CHECK-NEXT: {{%\d+}} = OpImageSampleExplicitLod %v4float [[sampledImg]] [[v2f_1]] Grad|ConstOffset|MinLod [[v2f_2]] [[v2f_3]] [[v2i_3]] [[clamp]]
|
|
|
|
+ float4 val5 = t2.SampleGrad(gSampler, float2(1, 1), float2(2, 2), float2(3, 3), 3, clamp);
|
|
|
|
|
|
// CHECK: [[t4:%\d+]] = OpLoad %type_cube_image %t4
|
|
// CHECK: [[t4:%\d+]] = OpLoad %type_cube_image %t4
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
@@ -74,14 +72,13 @@ float4 main(int2 offset : A) : SV_Target {
|
|
// CHECK: [[clamp:%\d+]] = OpLoad %float %clamp
|
|
// CHECK: [[clamp:%\d+]] = OpLoad %float %clamp
|
|
// CHECK-NEXT: [[t2:%\d+]] = OpLoad %type_2d_image %t2
|
|
// CHECK-NEXT: [[t2:%\d+]] = OpLoad %type_2d_image %t2
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
-// CHECK-NEXT: [[offset:%\d+]] = OpLoad %v2int %offset
|
|
|
|
// CHECK-NEXT: [[sampledImg:%\d+]] = OpSampledImage %type_sampled_image_0 [[t2]] [[gSampler]]
|
|
// CHECK-NEXT: [[sampledImg:%\d+]] = OpSampledImage %type_sampled_image_0 [[t2]] [[gSampler]]
|
|
-// CHECK-NEXT: [[structResult:%\d+]] = OpImageSparseSampleExplicitLod %SparseResidencyStruct [[sampledImg]] [[v2f_1]] Grad|Offset|MinLod [[v2f_2]] [[v2f_3]] [[offset]] [[clamp]]
|
|
|
|
|
|
+// CHECK-NEXT: [[structResult:%\d+]] = OpImageSparseSampleExplicitLod %SparseResidencyStruct [[sampledImg]] [[v2f_1]] Grad|ConstOffset|MinLod [[v2f_2]] [[v2f_3]] [[v2i_3]] [[clamp]]
|
|
// CHECK-NEXT: [[status:%\d+]] = OpCompositeExtract %uint [[structResult]] 0
|
|
// CHECK-NEXT: [[status:%\d+]] = OpCompositeExtract %uint [[structResult]] 0
|
|
// CHECK-NEXT: OpStore %status [[status]]
|
|
// CHECK-NEXT: OpStore %status [[status]]
|
|
// CHECK-NEXT: [[result:%\d+]] = OpCompositeExtract %v4float [[structResult]] 1
|
|
// CHECK-NEXT: [[result:%\d+]] = OpCompositeExtract %v4float [[structResult]] 1
|
|
// CHECK-NEXT: OpStore %val7 [[result]]
|
|
// CHECK-NEXT: OpStore %val7 [[result]]
|
|
- float4 val7 = t2.SampleGrad(gSampler, float2(1, 1), float2(2, 2), float2(3, 3), offset, clamp, status);
|
|
|
|
|
|
+ float4 val7 = t2.SampleGrad(gSampler, float2(1, 1), float2(2, 2), float2(3, 3), 3, clamp, status);
|
|
|
|
|
|
// CHECK: [[t4:%\d+]] = OpLoad %type_cube_image %t4
|
|
// CHECK: [[t4:%\d+]] = OpLoad %type_cube_image %t4
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
// CHECK-NEXT: [[gSampler:%\d+]] = OpLoad %type_sampler %gSampler
|
|
@@ -102,10 +99,10 @@ float4 main(int2 offset : A) : SV_Target {
|
|
// CHECK: {{%\d+}} = OpCompositeExtract %float [[v4result]] 0
|
|
// CHECK: {{%\d+}} = OpCompositeExtract %float [[v4result]] 0
|
|
float val9 = t5.SampleGrad(gSampler, 1, 2, 3);
|
|
float val9 = t5.SampleGrad(gSampler, 1, 2, 3);
|
|
|
|
|
|
-// CHECK: [[structResult:%\d+]] = OpImageSparseSampleExplicitLod %SparseResidencyStruct {{%\d+}} {{%\d+}} Grad|Offset|MinLod {{%\d+}} {{%\d+}} {{%\d+}} {{%\d+}}
|
|
|
|
|
|
+// CHECK: [[structResult:%\d+]] = OpImageSparseSampleExplicitLod %SparseResidencyStruct {{%\d+}} {{%\d+}} Grad|ConstOffset|MinLod {{%\d+}} {{%\d+}} {{%\d+}} {{%\d+}}
|
|
// CHECK: [[v4result:%\d+]] = OpCompositeExtract %v4float [[structResult]] 1
|
|
// CHECK: [[v4result:%\d+]] = OpCompositeExtract %v4float [[structResult]] 1
|
|
// CHECK: {{%\d+}} = OpVectorShuffle %v2float [[v4result]] [[v4result]] 0 1
|
|
// CHECK: {{%\d+}} = OpVectorShuffle %v2float [[v4result]] [[v4result]] 0 1
|
|
- float2 val10 = t6.SampleGrad(gSampler, float2(1, 1), float2(2, 2), float2(3, 3), offset, clamp, status);
|
|
|
|
|
|
+ float2 val10 = t6.SampleGrad(gSampler, float2(1, 1), float2(2, 2), float2(3, 3), 3, clamp, status);
|
|
|
|
|
|
return 1.0;
|
|
return 1.0;
|
|
}
|
|
}
|