Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c483 enum OpenCLstd_Entrypoints cl_opcode = (enum OpenCLstd_Entrypoints)opcode; in handle_special() local
485 switch (cl_opcode) { in handle_special()
906 enum OpenCLstd_Entrypoints cl_opcode = (enum OpenCLstd_Entrypoints) ext_opcode; in vtn_handle_opencl_instruction() local
908 switch (cl_opcode) { in vtn_handle_opencl_instruction()
1061 vtn_handle_opencl_vload(b, cl_opcode, w, count); in vtn_handle_opencl_instruction()
1067 vtn_handle_opencl_vstore(b, cl_opcode, w, count); in vtn_handle_opencl_instruction()
1072 vtn_handle_opencl_vstore_half_r(b, cl_opcode, w, count); in vtn_handle_opencl_instruction()