Home
last modified time | relevance | path

Searched refs:nir_from_spirv (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2296 char *nir_from_spirv) in tu_append_executable() argument
2303 .nir_from_spirv = nir_from_spirv, in tu_append_executable()
3628 if (exe->nir_from_spirv) { in tu_GetPipelineExecutableInternalRepresentationsKHR()
3634 if (!write_ir_text(ir, exe->nir_from_spirv)) in tu_GetPipelineExecutableInternalRepresentationsKHR()
Dtu_private.h1181 char *nir_from_spirv; member