Home
last modified time | relevance | path

Searched refs:vtn_decoration (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h40 struct vtn_decoration;
492 struct vtn_decoration *decoration;
512 struct vtn_decoration { struct
513 struct vtn_decoration *next; argument
689 const struct vtn_decoration *,
697 const struct vtn_decoration *,
Dspirv_to_nir.c401 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in _foreach_decoration_helper()
452 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in vtn_foreach_execution_mode()
479 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); in vtn_handle_decoration()
511 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); in vtn_handle_decoration()
652 const struct vtn_decoration *dec, void *void_ctx) in struct_member_decoration_cb()
757 const struct vtn_decoration *dec, in struct_member_matrix_stride_cb()
783 const struct vtn_decoration *dec, void *ctx) in type_decoration_cb()
1320 int member, const struct vtn_decoration *dec, in spec_constant_decoration_cb()
1366 const struct vtn_decoration *dec, in handle_workgroup_size_decoration_cb()
3269 const struct vtn_decoration *mode, void *data) in vtn_handle_execution_mode()
Dvtn_alu.c376 const struct vtn_decoration *dec, void *_void) in handle_no_contraction()
387 const struct vtn_decoration *dec, void *_out_rounding_mode) in handle_rounding_mode()
Dvtn_variables.c1304 const struct vtn_decoration *dec) in apply_var_decoration()
1436 const struct vtn_decoration *dec, void *out_is_patch) in var_is_patch_cb()
1445 const struct vtn_decoration *dec, void *void_var) in var_decoration_cb()