Searched refs:elk_math_function (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_shader.h | 101 uint32_t elk_math_function(enum elk_opcode op);
|
H A D | elk_vec4_generator.cpp | 40 elk_math_function(inst->opcode), in generate_math1_gfx4() 70 elk_gfx6_math(p, dst, elk_math_function(inst->opcode), src0, src1); in generate_math_gfx6() 103 elk_math_function(inst->opcode), in generate_math2_gfx4() 1779 elk_gfx6_math(p, dst, elk_math_function(inst->opcode), src[0], in generate_code() 1794 elk_gfx6_math(p, dst, elk_math_function(inst->opcode), src[0], src[1]); in generate_code()
|
H A D | elk_fs_generator.cpp | 1859 elk_gfx6_math(p, dst, elk_math_function(inst->opcode), in generate_code() 1865 elk_math_function(inst->opcode), in generate_code() 1879 elk_gfx6_math(p, dst, elk_math_function(inst->opcode), src[0], src[1]); in generate_code() 1883 elk_gfx4_math(p, dst, elk_math_function(inst->opcode), in generate_code()
|
H A D | elk_shader.cpp | 86 elk_math_function(enum elk_opcode op) in elk_math_function() function
|