Searched refs:vtn_decoration (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_private.h | 40 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 *,
|
D | spirv_to_nir.c | 401 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()
|
D | vtn_alu.c | 376 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()
|
D | vtn_variables.c | 1304 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()
|