Searched refs:vtn_warn (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c818 vtn_warn("Decoration not allowed on struct members: %s",
824 vtn_warn("Vulkan does not have transform feedback");
829 vtn_warn("Decoration only allowed for CL-style kernels: %s",
841 vtn_warn("Decoration only allowed for CL-style kernels: %s",
981 vtn_warn("Decoration only allowed for struct members: %s",
1005 vtn_warn("Decoration not allowed on types: %s",
1011 vtn_warn("Decoration only allowed for CL-style kernels: %s",
1022 vtn_warn("Decoration only allowed for CL-style kernels: %s",
3487 vtn_warn("Unsupported SPIR-V capability: %s (%u)", \
3577 vtn_warn("Unsupporte
[all...]
H A Dvtn_variables.c1570 vtn_warn("Decoration not allowed for variable or structure member: %s",
1599 vtn_warn("Decoration only allowed for CL-style kernels: %s",
1693 vtn_warn("Location must be on input, output, uniform, sampler or "
2080 vtn_warn("Variables in the StorageBuffer storage class must "
2318 vtn_warn("Source and destination types of %s do not have the same "
2509 vtn_warn("OpStore of value of type OpTypeInt to a pointer to type "
2523 vtn_warn("OpStore of a sampler detected. Doing on-the-fly copy "
H A Dvtn_private.h52 #define vtn_warn(...) _vtn_warn(b, __FILE__, __LINE__, __VA_ARGS__) macro
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c1004 vtn_warn("The ArrayStride decoration cannot be applied to an array "
1108 vtn_warn("Decoration not allowed on struct members: %s",
1123 vtn_warn("Decoration only allowed for CL-style kernels: %s",
1135 vtn_warn("Mesh multiview not yet supported. Needed for decoration PerViewNV.");
1210 vtn_warn("Decoration only allowed for CL-style kernels: %s",
1286 vtn_warn("Decoration only allowed for struct members: %s",
1310 vtn_warn("Decoration not allowed on types: %s",
1323 vtn_warn("Decoration only allowed for CL-style kernels: %s",
2264 vtn_warn("Multiple memory ordering semantics specified, "
2287 vtn_warn("Ignorin
[all...]
H A Dvtn_variables.c41 vtn_warn("Provided alignment is not a power of two");
1246 vtn_warn("Decoration not allowed for variable or structure member: %s",
1275 vtn_warn("Decoration only allowed for CL-style kernels: %s",
1419 vtn_warn("Location must be on input, output, uniform, sampler or "
1825 vtn_warn("Variables in the StorageBuffer storage class must "
2172 vtn_warn("Source and destination types of %s do not have the same "
2535 vtn_warn("OpStore of value of type OpTypeInt to a pointer to type "
H A Dvtn_private.h62 #define vtn_warn(...) _vtn_warn(b, __FILE__, __LINE__, __VA_ARGS__) macro

Completed in 22 milliseconds