Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_util.c41 gfx4_math(p, in brw_math_invert()
Dbrw_compile_sf.c348 gfx4_math(&c->func, in invert_det()
636 gfx4_math(&c->func, in brw_emit_point_sprite_setup()
Dbrw_vec4_generator.cpp37 gfx4_math(p, in generate_math1_gfx4()
99 gfx4_math(p, in generate_math2_gfx4()
Dbrw_fs_generator.cpp2289 gfx4_math(p, dst, in generate_code()
2309 gfx4_math(p, dst, brw_math_function(inst->opcode), in generate_code()
Dbrw_eu.h1622 void gfx4_math(struct brw_codegen *p,
Dtest_eu_validate.cpp158 gfx4_math(p, g0, BRW_MATH_FUNCTION_SIN, 0, null, BRW_MATH_PRECISION_FULL); in TEST_P()
250 gfx4_math(p, g0, BRW_MATH_FUNCTION_SIN, 0, g0, BRW_MATH_PRECISION_FULL); in TEST_P()
Dbrw_eu_emit.c2046 void gfx4_math(struct brw_codegen *p, in gfx4_math() function