Searched refs:vtn_fail_with_opcode (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 569 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 …]
|
D | vtn_alu.c | 256 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()
|
D | vtn_private.h | 105 #define vtn_fail_with_opcode(msg, v) _vtn_fail_with(op, msg, v) macro
|
D | vtn_variables.c | 2829 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_variables()
|