Searched refs:vtn_warn (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 1409 vtn_warn("Decoration not allowed for variable or structure member: %s", in apply_var_decoration() 1415 vtn_warn("Vulkan does not have transform feedback: %s", in apply_var_decoration() 1425 vtn_warn("Decoration only allowed for CL-style kernels: %s", in apply_var_decoration() 1495 vtn_warn("Location must be on input or output variable"); in var_decoration_cb() 1923 vtn_warn("Source and destination types of %s do not have the same " in vtn_assert_types_equal() 2053 vtn_warn("OpStore of value of type OpTypeInt to a pointer to type " in vtn_handle_variables() 2066 vtn_warn("OpStore of a sampler detected. Doing on-the-fly copy " in vtn_handle_variables()
|
D | spirv_to_nir.c | 727 vtn_warn("Decoration not allowed on struct members: %s", in struct_member_decoration_cb() 733 vtn_warn("Vulkan does not have transform feedback"); in struct_member_decoration_cb() 742 vtn_warn("Decoration only allowed for CL-style kernels: %s", in struct_member_decoration_cb() 834 vtn_warn("Decoration only allowed for struct members: %s", in type_decoration_cb() 850 vtn_warn("Decoration not allowed on types: %s", in type_decoration_cb() 860 vtn_warn("Decoration only allowed for CL-style kernels: %s", in type_decoration_cb() 3065 vtn_warn("Unsupported SPIR-V capability: %s", \ 3145 vtn_warn("Unsupported SPIR-V capability: %s", in vtn_handle_preamble_instruction() 3166 vtn_warn("Unsupported OpenCL-style SPIR-V capability: %s", in vtn_handle_preamble_instruction() 3629 vtn_warn("Condition type of OpSelect must have the same number " in vtn_handle_body_instruction()
|
D | vtn_private.h | 52 #define vtn_warn(...) _vtn_warn(b, __FILE__, __LINE__, __VA_ARGS__) macro
|