Searched refs:emit_math (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_nir.cpp | 1198 inst = emit_math(SHADER_OPCODE_RCP, dst, op[0]); 1203 inst = emit_math(SHADER_OPCODE_EXP2, dst, op[0]); 1208 inst = emit_math(SHADER_OPCODE_LOG2, dst, op[0]); 1213 inst = emit_math(SHADER_OPCODE_SIN, dst, op[0]); 1218 inst = emit_math(SHADER_OPCODE_COS, dst, op[0]); 1225 emit_math(SHADER_OPCODE_INT_QUOTIENT, dst, op[0], op[1]); 1235 emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); 1240 inst = emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); 1273 inst = emit_math(SHADER_OPCODE_SQRT, dst, op[0]); 1278 inst = emit_math(SHADER_OPCODE_RS [all...] |
| H A D | brw_vec4.h | 251 vec4_instruction *emit_math(enum opcode opcode, const dst_reg &dst, const src_reg &src0,
|
| H A D | brw_vec4_visitor.cpp | 348 vec4_visitor::emit_math(enum opcode opcode, function in class:brw::vec4_visitor 1174 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_nir.cpp | 1268 inst = emit_math(SHADER_OPCODE_RCP, dst, op[0]); 1272 inst = emit_math(SHADER_OPCODE_EXP2, dst, op[0]); 1276 inst = emit_math(SHADER_OPCODE_LOG2, dst, op[0]); 1280 inst = emit_math(SHADER_OPCODE_SIN, dst, op[0]); 1284 inst = emit_math(SHADER_OPCODE_COS, dst, op[0]); 1290 emit_math(SHADER_OPCODE_INT_QUOTIENT, dst, op[0], op[1]); 1300 emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); 1305 inst = emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); 1338 inst = emit_math(SHADER_OPCODE_SQRT, dst, op[0]); 1342 inst = emit_math(SHADER_OPCODE_RS [all...] |
| H A D | brw_vec4.h | 248 vec4_instruction *emit_math(enum opcode opcode, const dst_reg &dst, const src_reg &src0,
|
| H A D | brw_vec4_visitor.cpp | 335 vec4_visitor::emit_math(enum opcode opcode, function in class:brw::vec4_visitor 1079 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.1.rst | 112 - i965/fs/nir: Use emit_math for nir_op_fpow
|
Completed in 13 milliseconds