Lines Matching refs:only
5 asdouble(inF0, inF1); // expected error: only integer inputs
6 CheckAccessFullyMapped(3.0); // expected error: only valid on integers
7 countbits(inF0); // expected error: only integer inputs
8 cross(inF0, inF1); // expected error: only on float3 inputs
9 D3DCOLORtoUBYTE4(inF0); // expected error: only on float4 inputs
10 determinant(inF0); // expected error: only valid on mats
11 // DeviceMemoryBarrierWithGroupSync(); // TODO: expected error: only valid in compute stage
12 f16tof32(inF0); // expected error: only integer inputs
13 firstbithigh(inF0); // expected error: only integer inputs
14 firstbitlow(inF0); // expected error: only integer inputs
24 msad4(inF0, float2(0), float4(0)); // expected error: only integer inputs
28 refract(float2(0), float2(0), float2(0)); // expected error: last parameter only scalar
29 reversebits(inF0); // expected error: only integer inputs
30 transpose(inF0); // expected error: only valid on mats
39 GetRenderTargetSamplePosition(inF0); // expected error: only integer inputs
46 asdouble(inF0, inF1); // expected error: only integer inputs
47 CheckAccessFullyMapped(inF0); // expected error: only valid on scalars
48 countbits(inF0); // expected error: only integer inputs
49 cross(inF0, inF1); // expected error: only on float3 inputs
50 D3DCOLORtoUBYTE4(inF0); // expected error: only on float4 inputs
51 determinant(inF0); // expected error: only valid on mats
52 f16tof32(inF0); // expected error: only integer inputs
53 firstbithigh(inF0); // expected error: only integer inputs
54 firstbitlow(inF0); // expected error: only integer inputs
56 reversebits(inF0); // expected error: only integer inputs
57 transpose(inF0); // expected error: only valid on mats
64 CheckAccessFullyMapped(inF0); // expected error: only valid on scalars
65 countbits(inF0); // expected error: only integer inputs
66 D3DCOLORtoUBYTE4(inF0); // expected error: only on float4 inputs
67 determinant(inF0); // expected error: only valid on mats
68 f16tof32(inF0); // expected error: only integer inputs
69 firstbithigh(inF0); // expected error: only integer inputs
70 firstbitlow(inF0); // expected error: only integer inputs
72 reversebits(inF0); // expected error: only integer inputs
73 transpose(inF0); // expected error: only valid on mats
81 CheckAccessFullyMapped(inF0); // expected error: only valid on scalars
82 countbits(inF0); // expected error: only integer inputs
83 cross(inF0, inF1); // expected error: only on float3 inputs
84 determinant(inF0); // expected error: only valid on mats
85 f16tof32(inF0); // expected error: only integer inputs
86 firstbithigh(inF0); // expected error: only integer inputs
87 firstbitlow(inF0); // expected error: only integer inputs
89 reversebits(inF0); // expected error: only integer inputs
90 transpose(inF0); // expected error: only valid on mats