Lines Matching refs:deChopFloatToInt32
468 int x = deChopFloatToInt32(c.in[0].x())+p.offset.x(); in evalTexelFetch2D()
469 int y = deChopFloatToInt32(c.in[0].y())+p.offset.y(); in evalTexelFetch2D()
470 int lod = deChopFloatToInt32(c.in[1].x()); in evalTexelFetch2D()
476 int x = deChopFloatToInt32(c.in[0].x())+p.offset.x(); in evalTexelFetch2DArray()
477 int y = deChopFloatToInt32(c.in[0].y())+p.offset.y(); in evalTexelFetch2DArray()
478 int l = deChopFloatToInt32(c.in[0].z()); in evalTexelFetch2DArray()
479 int lod = deChopFloatToInt32(c.in[1].x()); in evalTexelFetch2DArray()
485 int x = deChopFloatToInt32(c.in[0].x())+p.offset.x(); in evalTexelFetch3D()
486 int y = deChopFloatToInt32(c.in[0].y())+p.offset.y(); in evalTexelFetch3D()
487 int z = deChopFloatToInt32(c.in[0].z())+p.offset.z(); in evalTexelFetch3D()
488 int lod = deChopFloatToInt32(c.in[1].x()); in evalTexelFetch3D()