1 /* removal of some bits of redhat/ibm/khronosGL crap */
3 #include "nir/nir_builtin_builder.h"
4 #include "vtn_private.h"
6 vtn_handle_opencl_instruction(struct vtn_builder
*b
, SpvOp ext_opcode
,
7 const uint32_t *w
, unsigned count
)
12 vtn_handle_opencl_core_instruction(struct vtn_builder
*b
, SpvOp opcode
,
13 const uint32_t *w
, unsigned count
)