Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp171 gen6_math(p, g0, BRW_MATH_FUNCTION_SIN, null, null); in TEST_P()
182 gen6_math(p, g0, BRW_MATH_FUNCTION_POW, g0, null); in TEST_P()
631 gen6_math(p, g0, BRW_MATH_FUNCTION_SIN, g0, null); in TEST_P()
637 gen6_math(p, g0, BRW_MATH_FUNCTION_SIN, g0, null); in TEST_P()
Dbrw_eu.h340 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()
1739 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], in generate_code()
1753 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
Dbrw_fs_generator.cpp1910 gen6_math(p, dst, brw_math_function(inst->opcode), in generate_code()
1929 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
Dbrw_eu_emit.c1898 void gen6_math(struct brw_codegen *p, in gen6_math() function