radv: Rename radv_shader_helper.h to radv_llvm_helper.h

This better reflects that the functions declared in this header are only
available with LLVM.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11319>
This commit is contained in:
Tony Wasserka 2021-06-11 12:20:59 +02:00
parent 7ef8f1fa46
commit 73e82f94c9
5 changed files with 4 additions and 4 deletions

View File

@ -51,6 +51,7 @@ libradv_files = files(
'radv_formats.c',
'radv_image.c',
'radv_llvm_helper.cpp',
'radv_llvm_helper.h',
'radv_meta.c',
'radv_meta.h',
'radv_meta_blit.c',
@ -79,7 +80,6 @@ libradv_files = files(
'radv_shader.h',
'radv_shader_args.c',
'radv_shader_args.h',
'radv_shader_helper.h',
'radv_shader_info.c',
'radv_sqtt.c',
'radv_query.c',

View File

@ -20,8 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*/
#include "radv_llvm_helper.h"
#include "ac_llvm_util.h"
#include "radv_shader_helper.h"
#include <list>
class radv_llvm_per_thread_info {

View File

@ -27,10 +27,10 @@
#include "nir/nir.h"
#include "radv_debug.h"
#include "radv_llvm_helper.h"
#include "radv_private.h"
#include "radv_shader.h"
#include "radv_shader_args.h"
#include "radv_shader_helper.h"
#include "ac_binary.h"
#include "ac_exp_param.h"

View File

@ -33,9 +33,9 @@
#include "util/mesa-sha1.h"
#include "util/u_atomic.h"
#include "radv_debug.h"
#include "radv_llvm_helper.h"
#include "radv_private.h"
#include "radv_shader_args.h"
#include "radv_shader_helper.h"
#include "util/debug.h"
#include "ac_binary.h"