Home
last modified time | relevance | path

Searched refs:vtn_warn (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c967 vtn_warn("The ArrayStride decoration cannot be applied to an array " in array_stride_decoration_cb()
1069 vtn_warn("Decoration not allowed on struct members: %s", in struct_member_decoration_cb()
1084 vtn_warn("Decoration only allowed for CL-style kernels: %s", in struct_member_decoration_cb()
1166 vtn_warn("Decoration only allowed for CL-style kernels: %s", in struct_packed_decoration_cb()
1242 vtn_warn("Decoration only allowed for struct members: %s", in type_decoration_cb()
1266 vtn_warn("Decoration not allowed on types: %s", in type_decoration_cb()
1279 vtn_warn("Decoration only allowed for CL-style kernels: %s", in type_decoration_cb()
2202 vtn_warn("Multiple memory ordering semantics specified, " in vtn_split_barrier_semantics()
2225 vtn_warn("Ignoring unhandled memory semantics: %u\n", other_semantics); in vtn_split_barrier_semantics()
2273 vtn_warn("Multiple memory ordering semantics bits specified, " in vtn_mem_semantics_to_nir_mem_semantics()
[all …]
Dvtn_variables.c41 vtn_warn("Provided alignment is not a power of two"); in vtn_align_pointer()
1220 vtn_warn("Decoration not allowed for variable or structure member: %s", in apply_var_decoration()
1249 vtn_warn("Decoration only allowed for CL-style kernels: %s", in apply_var_decoration()
1347 vtn_warn("Location must be on input, output, uniform, sampler or " in var_decoration_cb()
1769 vtn_warn("Variables in the StorageBuffer storage class must " in vtn_create_variable()
2046 vtn_warn("Source and destination types of %s do not have the same " in vtn_assert_types_equal()
2405 vtn_warn("OpStore of value of type OpTypeInt to a pointer to type " in vtn_handle_variables()
Dvtn_private.h53 #define vtn_warn(...) _vtn_warn(b, __FILE__, __LINE__, __VA_ARGS__) macro