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.c695 vtn_handle_glsl450_instruction(struct vtn_builder *b, uint32_t ext_opcode, in vtn_handle_glsl450_instruction() argument
698 switch ((enum GLSLstd450)ext_opcode) { in vtn_handle_glsl450_instruction()
716 handle_glsl450_interpolation(b, ext_opcode, w, count); in vtn_handle_glsl450_instruction()
720 handle_glsl450_alu(b, (enum GLSLstd450)ext_opcode, w, count); in vtn_handle_glsl450_instruction()
Dvtn_private.h491 bool vtn_handle_glsl450_instruction(struct vtn_builder *b, uint32_t ext_opcode,