Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_private.h41 struct vtn_decoration;
611 struct vtn_decoration *decoration;
629 struct vtn_decoration { struct
630 struct vtn_decoration *next; argument
940 const struct vtn_decoration *,
948 const struct vtn_decoration *,
Dgl_spirv.c70 int member, const struct vtn_decoration *dec, in spec_constant_decoration_cb()
Dspirv_to_nir.c572 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in _foreach_decoration_helper()
623 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in vtn_foreach_execution_mode()
654 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); in vtn_handle_decoration()
690 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); in vtn_handle_decoration()
998 const struct vtn_decoration *dec, void *void_ctx) in array_stride_decoration_cb()
1018 const struct vtn_decoration *dec, void *void_ctx) in struct_member_decoration_cb()
1164 const struct vtn_decoration *dec, in struct_member_matrix_stride_cb()
1205 const struct vtn_decoration *dec, void *void_ctx) in struct_packed_decoration_cb()
1220 const struct vtn_decoration *dec, void *ctx) in struct_block_decoration_cb()
1235 const struct vtn_decoration *dec, UNUSED void *ctx) in type_decoration_cb()
[all …]
Dvtn_alu.c382 UNUSED int member, const struct vtn_decoration *dec, in handle_no_contraction()
429 const struct vtn_decoration *dec, void *_opts) in handle_conversion_opts()
452 const struct vtn_decoration *dec, void *_alu) in handle_no_wrap()
Dvtn_variables.c69 const struct vtn_decoration *dec, void *void_ptr) in ptr_decoration_cb()
90 const struct vtn_decoration *dec, void *void_ptr) in access_align_cb()
1146 const struct vtn_decoration *dec) in apply_var_decoration()
1321 const struct vtn_decoration *dec, void *void_var) in gather_var_kind_cb()
1352 const struct vtn_decoration *dec, void *void_var) in var_decoration_cb()
2315 int member, const struct vtn_decoration *dec, void *void_ptr) in ptr_nonuniform_workaround_cb()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst930 - spirv: Rename vtn_decoration literals to operands