Searched refs:coord_offset (Results 1 – 5 of 5) sorted by relevance
32 coord_offset(nir_ssa_def *ssa) in coord_offset() function51 int base_offset = coord_offset(alu->src[0].src.ssa) + in coord_offset()59 int nth_offset = coord_offset(alu->src[i].src.ssa) + in coord_offset()104 return coord_offset(ssa); in ir3_nir_coord_offset()
54 int coord_offset; member
1372 grid_coord = grid_center + neighbors[j].coord_offset; in av1_refining_search_8p_c()1400 grid_center += neighbors[best_site].coord_offset; in av1_refining_search_8p_c()
468 …std::string getComputeShader(VERSION version, glw::GLuint coord_offset = 0, glw::GLuint sample_off…
2392 GLuint coord_offset; in iterate() member2459 const std::string& cs = getComputeShader(SOURCE_INVALID, fo.coord_offset, fo.sample_offset); in iterate()2502 const std::string& cs = getComputeShader(DESTINATION_INVALID, fo.coord_offset, fo.sample_offset); in iterate()2550 std::string ImageLoadStoreTest::getComputeShader(VERSION version, GLuint coord_offset, GLuint sampl… in getComputeShader() argument2587 coord_offset_stream << coord_offset; in getComputeShader()