Lines Matching refs:deChopFloatToInt32
405 int x = deChopFloatToInt32(c.in[0].x())+p.offset.x(); in evalTexelFetch2D()
406 int y = deChopFloatToInt32(c.in[0].y())+p.offset.y(); in evalTexelFetch2D()
407 int lod = deChopFloatToInt32(c.in[1].x()); in evalTexelFetch2D()
413 int x = deChopFloatToInt32(c.in[0].x())+p.offset.x(); in evalTexelFetch2DArray()
414 int y = deChopFloatToInt32(c.in[0].y())+p.offset.y(); in evalTexelFetch2DArray()
415 int l = deChopFloatToInt32(c.in[0].z()); in evalTexelFetch2DArray()
416 int lod = deChopFloatToInt32(c.in[1].x()); in evalTexelFetch2DArray()
422 int x = deChopFloatToInt32(c.in[0].x())+p.offset.x(); in evalTexelFetch3D()
423 int y = deChopFloatToInt32(c.in[0].y())+p.offset.y(); in evalTexelFetch3D()
424 int z = deChopFloatToInt32(c.in[0].z())+p.offset.z(); in evalTexelFetch3D()
425 int lod = deChopFloatToInt32(c.in[1].x()); in evalTexelFetch3D()