Searched refs:vtn_warn (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 1004 vtn_warn("The ArrayStride decoration cannot be applied to an array " in array_stride_decoration_cb() 1108 vtn_warn("Decoration not allowed on struct members: %s", in struct_member_decoration_cb() 1123 vtn_warn("Decoration only allowed for CL-style kernels: %s", in struct_member_decoration_cb() 1135 vtn_warn("Mesh multiview not yet supported. Needed for decoration PerViewNV."); in struct_member_decoration_cb() 1210 vtn_warn("Decoration only allowed for CL-style kernels: %s", in struct_packed_decoration_cb() 1286 vtn_warn("Decoration only allowed for struct members: %s", in type_decoration_cb() 1310 vtn_warn("Decoration not allowed on types: %s", in type_decoration_cb() 1323 vtn_warn("Decoration only allowed for CL-style kernels: %s", in type_decoration_cb() 2264 vtn_warn("Multiple memory ordering semantics specified, " in vtn_split_barrier_semantics() 2287 vtn_warn("Ignoring unhandled memory semantics: %u\n", other_semantics); in vtn_split_barrier_semantics() [all …]
|
D | vtn_variables.c | 41 vtn_warn("Provided alignment is not a power of two"); in vtn_align_pointer() 1246 vtn_warn("Decoration not allowed for variable or structure member: %s", in apply_var_decoration() 1275 vtn_warn("Decoration only allowed for CL-style kernels: %s", in apply_var_decoration() 1419 vtn_warn("Location must be on input, output, uniform, sampler or " in var_decoration_cb() 1825 vtn_warn("Variables in the StorageBuffer storage class must " in vtn_create_variable() 2172 vtn_warn("Source and destination types of %s do not have the same " in vtn_assert_types_equal() 2535 vtn_warn("OpStore of value of type OpTypeInt to a pointer to type " in vtn_handle_variables()
|
D | vtn_private.h | 62 #define vtn_warn(...) _vtn_warn(b, __FILE__, __LINE__, __VA_ARGS__) macro
|