Searched refs:vtn_warn (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 546 vtn_warn("Decoration not allowed on struct members: %s", in struct_member_decoration_cb() 552 vtn_warn("Vulkan does not have transform feedback"); in struct_member_decoration_cb() 561 vtn_warn("Decoration only allowed for CL-style kernels: %s", in struct_member_decoration_cb() 612 vtn_warn("Decoraiton only allowed for struct members: %s", in type_decoration_cb() 628 vtn_warn("Decoraiton not allowed on types: %s", in type_decoration_cb() 638 vtn_warn("Decoraiton only allowed for CL-style kernels: %s", in type_decoration_cb() 2581 vtn_warn("Unsupported SPIR-V capability: %s", \ 2644 vtn_warn("Unsupported SPIR-V capability: %s", in vtn_handle_preamble_instruction() 2662 vtn_warn("Unsupported OpenCL-style SPIR-V capability: %s", in vtn_handle_preamble_instruction()
|
D | vtn_private.h | 424 #define vtn_warn(...) _vtn_warn(__FILE__, __LINE__, __VA_ARGS__) macro
|
D | vtn_variables.c | 1119 vtn_warn("Decoration not allowed for variable or structure member: %s", in apply_var_decoration() 1125 vtn_warn("Vulkan does not have transform feedback: %s", in apply_var_decoration() 1135 vtn_warn("Decoraiton only allowed for CL-style kernels: %s", in apply_var_decoration() 1202 vtn_warn("Location must be on input or output variable"); in var_decoration_cb()
|