Searched refs:coord_x (Results 1 – 4 of 4) sorted by relevance
208 coord_x;212 fanin -> coord_x [label="regs[1]"];214 coord_x -> coord_y [label="right",style=dotted];215 coord_y -> coord_x [label="left",style=dotted];216 coord_x [label="coord.x"];
738 const glw::GLfloat coord_x = texture_coordinates[0]; in getRightNeighbour() local745 x = coord_x; in getRightNeighbour()750 x = coord_x; in getRightNeighbour()755 x = coord_x + step; in getRightNeighbour()760 x = coord_x - step; in getRightNeighbour()765 x = coord_x + step; in getRightNeighbour()770 x = coord_x - step; in getRightNeighbour()794 const glw::GLfloat coord_x = texture_coordinates[0]; in getTopNeighbour() local801 x = coord_x; in getTopNeighbour()806 x = coord_x; in getTopNeighbour()[all …]
1101 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset; in prepareVertexBufferInfoForCoordinates() local1106 setCoordinatesData(coord_x, coord_y, coord_z, i); in prepareVertexBufferInfoForCoordinates()1120 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset; in prepareVertexBufferInfoForCoordinates() local1123 setCoordinatesData(coord_x, coord_y, i); in prepareVertexBufferInfoForCoordinates()
3466 LLVMValueRef coord_x, LLVMValueRef coord_y, in adjust_sample_index_using_fmask() argument3474 fmask_load_address[0] = coord_x; in adjust_sample_index_using_fmask()