Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c760 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()
Dvtn_private.h710 bool vtn_handle_glsl450_instruction(struct vtn_builder *b, uint32_t ext_opcode,