Home
last modified time | relevance | path

Searched refs:vtn_fail_with_opcode (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c569 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_extension()
1853 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_type()
2283 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_constant()
2790 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_texture()
3208 vtn_fail_with_opcode("Invalid SPIR-V atomic", opcode); in fill_common_atomic_sources()
3389 vtn_fail_with_opcode("Invalid image opcode", opcode); in vtn_handle_image()
3427 vtn_fail_with_opcode("Invalid image opcode", opcode); in vtn_handle_image()
3533 vtn_fail_with_opcode("Invalid image opcode", opcode); in vtn_handle_image()
3664 vtn_fail_with_opcode("Invalid shared atomic", opcode); in get_deref_nir_atomic_op()
3714 vtn_fail_with_opcode("Invalid SPIR-V atomic", opcode); in vtn_handle_atomics()
[all …]
Dvtn_alu.c256 default: vtn_fail_with_opcode("unknown matrix opcode", opcode); in vtn_handle_matrix_alu()
1101 vtn_fail_with_opcode("Invalid source types.", opcode); in vtn_handle_integer_dot()
Dvtn_private.h105 #define vtn_fail_with_opcode(msg, v) _vtn_fail_with(op, msg, v) macro
Dvtn_variables.c2829 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_variables()