cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

franz_r
Journeyman III

Error with some GPUs

Hi all,

we've got a problem with some GPU (e.g. ATI HD 4800) types. We use the Stream Kernel Analyzer to translate c code to GPU assembler code. To track down the error we created a small kernel, which produces the error:

"il_ps_2_0\n"
"dcl_output_generic o0\n"
"dcl_resource_id(0)_type(2d,unnorm)_fmtx(float)_fmty(float)_fmtz(float)_fmtw(float)\n"
"dcl_input_position_interp(linear_noperspective) v0.xy__\n"
"sample_resource(0)_sampler(0) o0, v0.x0\n"
"endmain\n"

We found out that the sample_resource(0)_sampler(0) gets back wrong data for the range 1...0x7F, 0x7F80...0x807F and 0xFF7F...0xFFFF. This means we get back, e.g. 0 for 1, 0 for 0x7F, etc.

On some GPUs it works correct (e.g. HD3870).

Seems that on newer GPUs there is something wrong.

Any thoughts?

 

Regards,

Franz

0 Likes
1 Reply
CaptainN
Journeyman III

if you replace v0 with vWinCoord will it work as expected?

0 Likes