Searched refs:plane_index (Results 1 – 2 of 2) sorted by relevance
71 int plane_index = nir_tex_instr_src_index(tex, nir_tex_src_plane); in lower_tex_src_plane_block() local73 if (plane_index < 0) in lower_tex_src_plane_block()76 nir_const_value *plane = nir_src_as_const_value(tex->src[plane_index].src); in lower_tex_src_plane_block()90 nir_tex_instr_remove_src(tex, plane_index); in lower_tex_src_plane_block()
912 uint32_t plane_index = (_is_uv ? 1 : 0); in get_input_gauss_offset_x() local913 return layer.gauss_offset_x[plane_index][_buf_index]; in get_input_gauss_offset_x()1152 uint32_t plane_index = (_is_uv ? 1 : 0); in get_cur_gauss_offset_x() local1153 return layer.gauss_offset_x[plane_index][_buf_index]; in get_cur_gauss_offset_x()1160 uint32_t plane_index = (_is_uv ? 1 : 0); in get_output_lap_offset_x() local1161 return layer.lap_offset_x[plane_index][_buf_index]; in get_output_lap_offset_x()