Searched refs:gen6_math (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 156 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()
|
D | brw_vec4_generator.cpp | 69 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()
|
D | brw_eu.h | 1126 void gen6_math(struct brw_codegen *p,
|
D | brw_fs_generator.cpp | 2222 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()
|
D | brw_eu_emit.c | 2029 void gen6_math(struct brw_codegen *p, in gen6_math() function
|
/external/mesa3d/src/intel/tools/ |
D | i965_gram.y | 830 gen6_math(p, $6, $4, $7, $8);
|