Searched refs:ext_opcode (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 760 vtn_handle_glsl450_instruction(struct vtn_builder *b, uint32_t ext_opcode, in vtn_handle_glsl450_instruction() argument 763 switch ((enum GLSLstd450)ext_opcode) { in vtn_handle_glsl450_instruction() 781 handle_glsl450_interpolation(b, ext_opcode, w, count); in vtn_handle_glsl450_instruction() 785 handle_glsl450_alu(b, (enum GLSLstd450)ext_opcode, w, count); in vtn_handle_glsl450_instruction()
|
D | vtn_private.h | 710 bool vtn_handle_glsl450_instruction(struct vtn_builder *b, uint32_t ext_opcode,
|