search for: nv9039_pitch_out_valu

Displaying 2 results from an estimated 2 matches for "nv9039_pitch_out_valu".

Did you mean: nv9039_pitch_out_value
2014 Mar 18
2
data error enum documentation
Hello, A user on an NVC3 card (GF106) is running into data errors on m2mf (class 0x9039) that we haven't seen before: http://people.freedesktop.org/~imirkin/nvc0-comparison/nvc3-2014-03-17-agashlin/glean/fbo.html http://people.freedesktop.org/~imirkin/nvc0-comparison/nvc3-2014-03-17-agashlin/spec/!OpenGL%201.1/copyteximage%201D.html Specifically the data errors 0x51 and 0x53, when running
2014 Apr 30
0
data error enum documentation
...039_PITCH_IN_VALUE >= 0) && (NV9039_LINE_LENGTH_IN_VALUE > NV9039_PITCH_IN_VALUE)) { return ErrorSrcLineExceedsPitch; } if ((NV9039_LAUNCH_DMA_DST_MEMORY_LAYOUT == PITCH) && (NV9039_LINE_COUNT_VALUE > 1) && (NV9039_PITCH_OUT_VALUE >= 0) && (NV9039_LINE_LENGTH_IN_VALUE > NV9039_PITCH_OUT_VALUE)) { return ErrorDstLineExceedsPitch; } Where those NV9039_* method values are defined as: #define NV9039_LAUNCH_DMA...