Lines Matching refs:vtn_builder
33 typedef nir_ssa_def *(*nir_handler)(struct vtn_builder *b,
133 static nir_function *mangle_and_find(struct vtn_builder *b, in mangle_and_find()
174 static bool call_mangled_function(struct vtn_builder *b, in call_mangled_function()
208 handle_instr(struct vtn_builder *b, uint32_t opcode, in handle_instr()
232 nir_alu_op_for_opencl_opcode(struct vtn_builder *b, in nir_alu_op_for_opencl_opcode()
282 handle_alu(struct vtn_builder *b, uint32_t opcode, in handle_alu()
394 get_vtn_type_for_glsl_type(struct vtn_builder *b, const struct glsl_type *type) in get_vtn_type_for_glsl_type()
405 get_pointer_type(struct vtn_builder *b, struct vtn_type *t, SpvStorageClass storage_class) in get_pointer_type()
418 get_signed_type(struct vtn_builder *b, struct vtn_type *t) in get_signed_type()
429 handle_clc_fn(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, in handle_clc_fn()
477 handle_special(struct vtn_builder *b, uint32_t opcode, in handle_special()
575 handle_core(struct vtn_builder *b, uint32_t opcode, in handle_core()
618 _handle_v_load_store(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, in _handle_v_load_store()
697 vtn_handle_opencl_vload(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, in vtn_handle_opencl_vload()
706 vtn_handle_opencl_vstore(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, in vtn_handle_opencl_vstore()
715 vtn_handle_opencl_vstore_half_r(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, in vtn_handle_opencl_vstore_half_r()
724 handle_printf(struct vtn_builder *b, uint32_t opcode, in handle_printf()
733 handle_round(struct vtn_builder *b, uint32_t opcode, in handle_round()
748 handle_shuffle(struct vtn_builder *b, uint32_t opcode, in handle_shuffle()
768 handle_shuffle2(struct vtn_builder *b, uint32_t opcode, in handle_shuffle2()
796 vtn_handle_opencl_instruction(struct vtn_builder *b, SpvOp ext_opcode, in vtn_handle_opencl_instruction()
989 vtn_handle_opencl_core_instruction(struct vtn_builder *b, SpvOp opcode, in vtn_handle_opencl_core_instruction()