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.c561 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_extension()
1795 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_type()
2225 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_constant()
2732 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_texture()
3148 vtn_fail_with_opcode("Invalid SPIR-V atomic", opcode); in fill_common_atomic_sources()
3325 vtn_fail_with_opcode("Invalid image opcode", opcode); in vtn_handle_image()
3363 vtn_fail_with_opcode("Invalid image opcode", opcode); in vtn_handle_image()
3471 vtn_fail_with_opcode("Invalid image opcode", opcode); in vtn_handle_image()
3594 vtn_fail_with_opcode("Invalid shared atomic", opcode); in get_deref_nir_atomic_op()
3644 vtn_fail_with_opcode("Invalid SPIR-V atomic", opcode); in vtn_handle_atomics()
[all …]
Dvtn_alu.c209 default: vtn_fail_with_opcode("unknown matrix opcode", opcode); in vtn_handle_matrix_alu()
956 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.c2784 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_variables()