hlsl: Return hlsl_ir_node pointers from instruction constructors, part 3.
Merged
hlsl: Return hlsl_ir_node pointers from instruction constructors, part 3.
zfigura/vkd3d:pr4
into
master
1 unresolved thread
1 unresolved thread
Compare changes
Files
3- Elizabeth Figura authored
+ 15
− 11
@@ -1298,7 +1298,7 @@ struct hlsl_ir_node *hlsl_new_load_component(struct hlsl_ctx *ctx, struct hlsl_b
@@ -1327,10 +1327,10 @@ struct hlsl_ir_resource_load *hlsl_new_resource_load(struct hlsl_ctx *ctx,
@@ -1341,7 +1341,7 @@ struct hlsl_ir_resource_store *hlsl_new_resource_store(struct hlsl_ctx *ctx, con
@@ -1403,7 +1403,8 @@ struct hlsl_ir_node *hlsl_new_jump(struct hlsl_ctx *ctx, enum hlsl_ir_jump_type
@@ -1411,7 +1412,8 @@ struct hlsl_ir_loop *hlsl_new_loop(struct hlsl_ctx *ctx, const struct vkd3d_shad
@@ -1571,16 +1573,18 @@ static struct hlsl_ir_node *clone_load(struct hlsl_ctx *ctx, struct clone_instr_