Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp156 gen6_math(p, g0, BRW_MATH_FUNCTION_SIN, null, null); in TEST_P()
167 gen6_math(p, g0, BRW_MATH_FUNCTION_POW, g0, null); in TEST_P()
252 gen6_math(p, g0, BRW_MATH_FUNCTION_SIN, g0, null); in TEST_P()
1019 gen6_math(p, g0, BRW_MATH_FUNCTION_SIN, g0, null); in TEST_P()
1025 gen6_math(p, g0, BRW_MATH_FUNCTION_SIN, g0, null); in TEST_P()
1741 gen6_math(p, retype(g0, inst[i].dst_type), in TEST_P()
2044 gen6_math(p, retype(g0, inst[i].dst_type), in TEST_P()
Dbrw_vec4_generator.cpp69 gen6_math(p, dst, brw_math_function(inst->opcode), src0, src1); in generate_math_gen6()
1725 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], in generate_code()
1740 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
Dbrw_eu.h1126 void gen6_math(struct brw_codegen *p,
Dbrw_fs_generator.cpp2222 gen6_math(p, dst, brw_math_function(inst->opcode), in generate_code()
2242 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
Dbrw_eu_emit.c2029 void gen6_math(struct brw_codegen *p, in gen6_math() function
/external/mesa3d/src/intel/tools/
Di965_gram.y830 gen6_math(p, $6, $4, $7, $8);