mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
ac: remove usused v4f32
Reviewed-by: Marek Olšák <marek.olsak@amd.com Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
7f4966731f
commit
e73a467005
1 changed files with 0 additions and 4 deletions
|
|
@ -134,8 +134,6 @@ struct nir_to_llvm_context {
|
|||
LLVMValueRef persp_sample, persp_center, persp_centroid;
|
||||
LLVMValueRef linear_sample, linear_center, linear_centroid;
|
||||
|
||||
LLVMTypeRef v4f32;
|
||||
|
||||
unsigned uniform_md_kind;
|
||||
LLVMValueRef empty_md;
|
||||
gl_shader_stage stage;
|
||||
|
|
@ -984,8 +982,6 @@ static void create_function(struct nir_to_llvm_context *ctx,
|
|||
|
||||
static void setup_types(struct nir_to_llvm_context *ctx)
|
||||
{
|
||||
ctx->v4f32 = LLVMVectorType(ctx->ac.f32, 4);
|
||||
|
||||
ctx->uniform_md_kind =
|
||||
LLVMGetMDKindIDInContext(ctx->context, "amdgpu.uniform", 14);
|
||||
ctx->empty_md = LLVMMDNodeInContext(ctx->context, NULL, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue