Searched refs:vtn_fail_with_opcode (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 528 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_extension() 1739 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_type() 2165 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_constant() 2633 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_texture() 2992 vtn_fail_with_opcode("Invalid SPIR-V atomic", opcode); in fill_common_atomic_sources() 3183 vtn_fail_with_opcode("Invalid image opcode", opcode); in vtn_handle_image() 3217 vtn_fail_with_opcode("Invalid image opcode", opcode); in vtn_handle_image() 3314 vtn_fail_with_opcode("Invalid image opcode", opcode); in vtn_handle_image() 3410 vtn_fail_with_opcode("Invalid shared atomic", opcode); in get_deref_nir_atomic_op() 3457 vtn_fail_with_opcode("Invalid SPIR-V atomic", opcode); in vtn_handle_atomics() [all …]
|
D | vtn_private.h | 96 #define vtn_fail_with_opcode(msg, v) _vtn_fail_with(op, msg, v) macro
|
D | vtn_alu.c | 209 default: vtn_fail_with_opcode("unknown matrix opcode", opcode); in vtn_handle_matrix_alu()
|
D | vtn_variables.c | 2643 vtn_fail_with_opcode("Unhandled opcode", opcode); in vtn_handle_variables()
|