Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c353 case TOY_OPCODE_COS: return "math.cos"; in get_opcode_name()
Dtoy_compiler.h86 TOY_OPCODE_COS, enumerator
Dtoy_legalize.c62 case TOY_OPCODE_COS: return GEN6_MATH_COS; in math_op_to_func()
Dtoy_tgsi.c61 [TGSI_OPCODE_COS] = { TOY_OPCODE_COS, 1, 1 },
654 tc_add1(tc, TOY_OPCODE_COS, in aos_SCS()
1277 tc_add1(tc, TOY_OPCODE_COS, dst0[0], src0[0]); in soa_SCS()
Dilo_shader_vs.c707 case TOY_OPCODE_COS: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c768 case TOY_OPCODE_COS: in gs_lower_virtual_opcodes()
Dilo_shader_fs.c1337 case TOY_OPCODE_COS: in fs_lower_virtual_opcodes()