Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h41 struct vtn_decoration;
596 struct vtn_decoration *decoration;
614 struct vtn_decoration { struct
615 struct vtn_decoration *next; argument
891 const struct vtn_decoration *,
899 const struct vtn_decoration *,
Dgl_spirv.c70 int member, const struct vtn_decoration *dec, in spec_constant_decoration_cb()
Dspirv_to_nir.c539 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in _foreach_decoration_helper()
590 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in vtn_foreach_execution_mode()
621 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); in vtn_handle_decoration()
657 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); in vtn_handle_decoration()
961 const struct vtn_decoration *dec, void *void_ctx) in array_stride_decoration_cb()
981 const struct vtn_decoration *dec, void *void_ctx) in struct_member_decoration_cb()
1120 const struct vtn_decoration *dec, in struct_member_matrix_stride_cb()
1161 const struct vtn_decoration *dec, void *void_ctx) in struct_packed_decoration_cb()
1176 const struct vtn_decoration *dec, void *ctx) in struct_block_decoration_cb()
1191 const struct vtn_decoration *dec, UNUSED void *ctx) in type_decoration_cb()
[all …]
Dvtn_alu.c382 const struct vtn_decoration *dec, void *_void) in handle_no_contraction()
421 const struct vtn_decoration *dec, void *_opts) in handle_conversion_opts()
443 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()
1123 const struct vtn_decoration *dec) in apply_var_decoration()
1271 const struct vtn_decoration *dec, void *out_is_patch) in var_is_patch_cb()
1280 const struct vtn_decoration *dec, void *void_var) in var_decoration_cb()
2185 int member, const struct vtn_decoration *dec, void *void_ptr) in ptr_nonuniform_workaround_cb()
/external/mesa3d/docs/relnotes/
D19.1.0.rst930 - spirv: Rename vtn_decoration literals to operands