Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.h328 void gen6_math(struct brw_codegen *p,
Dbrw_vec4_generator.cpp68 gen6_math(p, dst, brw_math_function(inst->opcode), src0, src1); in generate_math_gen6()
1727 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], in generate_code()
1741 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
Dbrw_fs_generator.cpp1805 gen6_math(p, dst, brw_math_function(inst->opcode), in generate_code()
1824 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
Dbrw_eu_emit.c1964 void gen6_math(struct brw_codegen *p, in gen6_math() function