Home
last modified time | relevance | path

Searched refs:spirv_op_to_string (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dspirv_info.h39 const char *spirv_op_to_string(SpvOp op);
Dspirv_to_nir.c1859 spirv_op_to_string(opcode)); in vtn_handle_constant()
1878 spirv_op_to_string(opcode)); in vtn_handle_constant()
1908 spirv_op_to_string(opcode), elem_count, val->type->length); in vtn_handle_constant()
1943 spirv_op_to_string(opcode)); in vtn_handle_constant()
2026 spirv_op_to_string(opcode), w[i], type->length); in vtn_handle_constant()
2047 spirv_op_to_string(opcode)); in vtn_handle_constant()
2652 spirv_op_to_string(opcode)); in vtn_handle_texture()
5045 spirv_op_to_string(opcode)); in vtn_handle_ptr()
5048 spirv_op_to_string(opcode)); in vtn_handle_ptr()
Dvtn_variables.c2048 spirv_op_to_string(opcode), dst_type->id, src_type->id); in vtn_assert_types_equal()
2053 spirv_op_to_string(opcode), in vtn_assert_types_equal()
Dvtn_cfg.c1342 vtn_fail("Unhandled opcode %s", spirv_op_to_string(op)); in vtn_emit_cf_func_unstructured()
/external/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c650 spirv_op_to_string(SpvOp v) in spirv_op_to_string() function