Searched refs:vtn_decoration (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_private.h | 35 struct vtn_decoration; 305 struct vtn_decoration *decoration; 328 struct vtn_decoration { struct 329 struct vtn_decoration *next; argument 471 const struct vtn_decoration *, 479 const struct vtn_decoration *,
|
D | spirv_to_nir.c | 285 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in _foreach_decoration_helper() 324 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in vtn_foreach_execution_mode() 351 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); in vtn_handle_decoration() 381 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); in vtn_handle_decoration() 471 const struct vtn_decoration *dec, void *void_ctx) in struct_member_decoration_cb() 570 const struct vtn_decoration *dec, void *ctx) in type_decoration_cb() 945 int member, const struct vtn_decoration *dec, in spec_constant_decoration_cb() 991 const struct vtn_decoration *dec, in handle_workgroup_size_decoration_cb() 2733 const struct vtn_decoration *mode, void *data) in vtn_handle_execution_mode()
|
D | vtn_variables.c | 1017 const struct vtn_decoration *dec) in apply_var_decoration() 1143 const struct vtn_decoration *dec, void *out_is_patch) in var_is_patch_cb() 1152 const struct vtn_decoration *dec, void *void_var) in var_decoration_cb()
|
D | vtn_alu.c | 314 const struct vtn_decoration *dec, void *_void) in handle_no_contraction()
|