Home
last modified time | relevance | path

Searched refs:vtn_function (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_private.h262 struct vtn_function { struct
303 void vtn_function_emit(struct vtn_builder *b, struct vtn_function *func,
618 struct vtn_function *func;
718 struct vtn_function *func;
Dvtn_cfg.c115 struct vtn_function *vtn_callee = in vtn_handle_function_call()
158 b->func = rzalloc(b, struct vtn_function); in vtn_cfg_handle_prepass_instruction()
841 struct vtn_function *func = vtn_cf_node_as_function(func_node); in vtn_build_cfg()
1234 vtn_new_unstructured_block(struct vtn_builder *b, struct vtn_function *func) in vtn_new_unstructured_block()
1244 struct vtn_function *func, in vtn_add_unstructured_block()
1255 vtn_emit_cf_func_unstructured(struct vtn_builder *b, struct vtn_function *func, in vtn_emit_cf_func_unstructured()
1363 vtn_function_emit(struct vtn_builder *b, struct vtn_function *func, in vtn_function_emit()
Dspirv_to_nir.c6280 struct vtn_function *func = vtn_cf_node_as_function(node); in spirv_to_nir()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2444 - spirv: Make vtn_function a vtn_cf_node
D21.1.0.rst2690 - spirv: Store the nir_function in vtn_function