anv: use common interfaces for shader modules
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9508>
This commit is contained in:

committed by
Marge Bot

parent
71b17149e8
commit
f4a8912dc2
@@ -2514,7 +2514,7 @@ compute_pipeline_create(
|
||||
pipeline->cs = NULL;
|
||||
|
||||
assert(pCreateInfo->stage.stage == VK_SHADER_STAGE_COMPUTE_BIT);
|
||||
ANV_FROM_HANDLE(anv_shader_module, module, pCreateInfo->stage.module);
|
||||
VK_FROM_HANDLE(vk_shader_module, module, pCreateInfo->stage.module);
|
||||
result = anv_pipeline_compile_cs(pipeline, cache, pCreateInfo, module,
|
||||
pCreateInfo->stage.pName,
|
||||
pCreateInfo->stage.pSpecializationInfo);
|
||||
|
Reference in New Issue
Block a user