Home
last modified time | relevance | path

Searched refs:gen4_math (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_util.c41 gen4_math(p, in brw_math_invert()
Dbrw_compile_sf.c348 gen4_math(&c->func, in invert_det()
636 gen4_math(&c->func, in brw_emit_point_sprite_setup()
Dbrw_vec4_generator.cpp37 gen4_math(p, in generate_math1_gen4()
99 gen4_math(p, in generate_math2_gen4()
Dbrw_eu.h1119 void gen4_math(struct brw_codegen *p,
Dbrw_fs_generator.cpp2227 gen4_math(p, dst, in generate_code()
2246 gen4_math(p, dst, brw_math_function(inst->opcode), in generate_code()
Dtest_eu_validate.cpp158 gen4_math(p, g0, BRW_MATH_FUNCTION_SIN, 0, null, BRW_MATH_PRECISION_FULL); in TEST_P()
250 gen4_math(p, g0, BRW_MATH_FUNCTION_SIN, 0, g0, BRW_MATH_PRECISION_FULL); in TEST_P()
Dbrw_eu_emit.c1995 void gen4_math(struct brw_codegen *p, in gen4_math() function