Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vkd3d
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wine
vkd3d
Commits
ae4341b5
Commit
ae4341b5
authored
1 year ago
by
Henri Verbeet
Committed by
Alexandre Julliard
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
vkd3d-shader/ir: Use location information from the instruction in vkd3d_shader_scan_instruction().
parent
01dad418
No related branches found
No related tags found
1 merge request
!485
vkd3d-shader/ir: Skip recording combined resource/sampler information for dynamically indexed descriptor arrays.
Pipeline
#18664
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libs/vkd3d-shader/vkd3d_shader_main.c
+2
-1
2 additions, 1 deletion
libs/vkd3d-shader/vkd3d_shader_main.c
with
2 additions
and
1 deletion
libs/vkd3d-shader/vkd3d_shader_main.c
+
2
−
1
View file @
ae4341b5
...
...
@@ -1065,6 +1065,8 @@ static int vkd3d_shader_scan_instruction(struct vkd3d_shader_scan_context *conte
struct
vkd3d_shader_cf_info
*
cf_info
;
unsigned
int
i
;
context
->
location
=
instruction
->
location
;
switch
(
instruction
->
handler_idx
)
{
case
VKD3DSIH_DCL_CONSTANT_BUFFER
:
...
...
@@ -1292,7 +1294,6 @@ static int vkd3d_shader_scan_instruction(struct vkd3d_shader_scan_context *conte
}
}
++
context
->
location
.
line
;
return
VKD3D_OK
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment