Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp156 gfx6_math(p, g0, BRW_MATH_FUNCTION_SIN, null, null); in TEST_P()
167 gfx6_math(p, g0, BRW_MATH_FUNCTION_POW, g0, null); in TEST_P()
252 gfx6_math(p, g0, BRW_MATH_FUNCTION_SIN, g0, null); in TEST_P()
1019 gfx6_math(p, g0, BRW_MATH_FUNCTION_SIN, g0, null); in TEST_P()
1025 gfx6_math(p, g0, BRW_MATH_FUNCTION_SIN, g0, null); in TEST_P()
1741 gfx6_math(p, retype(g0, inst[i].dst_type), in TEST_P()
2044 gfx6_math(p, retype(g0, inst[i].dst_type), in TEST_P()
Dbrw_vec4_generator.cpp69 gfx6_math(p, dst, brw_math_function(inst->opcode), src0, src1); in generate_math_gfx6()
1778 gfx6_math(p, dst, brw_math_function(inst->opcode), src[0], in generate_code()
1793 gfx6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
Dbrw_fs_generator.cpp2284 gfx6_math(p, dst, brw_math_function(inst->opcode), in generate_code()
2305 gfx6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
Dbrw_eu.h1629 void gfx6_math(struct brw_codegen *p,
Dbrw_eu_emit.c2080 void gfx6_math(struct brw_codegen *p, in gfx6_math() function
/third_party/mesa3d/src/intel/tools/
Di965_gram.y840 gfx6_math(p, $6, $4, $7, $8);