Searched refs:coord_offset (Results 1 – 3 of 3) sorted by relevance
32 coord_offset(nir_ssa_def *ssa) in coord_offset() function52 coord_offset(alu->src[0].src.ssa) + alu->src[0].swizzle[0]; in coord_offset()60 coord_offset(alu->src[i].src.ssa) + alu->src[i].swizzle[0]; in coord_offset()104 return coord_offset(ssa); in ir3_nir_coord_offset()
2387 GLuint coord_offset; in iterate() member2454 const std::string& cs = getComputeShader(SOURCE_INVALID, fo.coord_offset, fo.sample_offset); in iterate()2497 const std::string& cs = getComputeShader(DESTINATION_INVALID, fo.coord_offset, fo.sample_offset); in iterate()2545 std::string ImageLoadStoreTest::getComputeShader(VERSION version, GLuint coord_offset, GLuint sampl… in getComputeShader() argument2582 coord_offset_stream << coord_offset; in getComputeShader()
468 …std::string getComputeShader(VERSION version, glw::GLuint coord_offset = 0, glw::GLuint sample_off…