Searched refs:vtn_warn (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 1024 vtn_warn("The ArrayStride decoration cannot be applied to an array " in array_stride_decoration_cb() 1128 vtn_warn("Decoration not allowed on struct members: %s", in struct_member_decoration_cb() 1151 vtn_warn("Decoration only allowed for CL-style kernels: %s", in struct_member_decoration_cb() 1233 vtn_warn("Decoration only allowed for CL-style kernels: %s", in struct_packed_decoration_cb() 1309 vtn_warn("Decoration only allowed for struct members: %s", in type_decoration_cb() 1333 vtn_warn("Decoration not allowed on types: %s", in type_decoration_cb() 1346 vtn_warn("Decoration only allowed for CL-style kernels: %s", in type_decoration_cb() 2322 vtn_warn("Multiple memory ordering semantics specified, " in vtn_split_barrier_semantics() 2345 vtn_warn("Ignoring unhandled memory semantics: %u\n", other_semantics); in vtn_split_barrier_semantics() 2393 vtn_warn("Multiple memory ordering semantics bits specified, " in vtn_mem_semantics_to_nir_mem_semantics() [all …]
|
D | vtn_variables.c | 41 vtn_warn("Provided alignment is not a power of two"); in vtn_align_pointer() 1273 vtn_warn("Decoration not allowed for variable or structure member: %s", in apply_var_decoration() 1302 vtn_warn("Decoration only allowed for CL-style kernels: %s", in apply_var_decoration() 1435 vtn_warn("Location must be on input, output, uniform, sampler or " in var_decoration_cb() 1873 vtn_warn("Variables in the StorageBuffer storage class must " in vtn_create_variable() 2217 vtn_warn("Source and destination types of %s do not have the same " in vtn_assert_types_equal() 2582 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
|