Searched refs:gen6_math (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 171 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()
|
D | brw_eu.h | 340 void gen6_math(struct brw_codegen *p,
|
D | brw_vec4_generator.cpp | 68 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()
|
D | brw_fs_generator.cpp | 1910 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()
|
D | brw_eu_emit.c | 1898 void gen6_math(struct brw_codegen *p, in gen6_math() function
|