Home
last modified time | relevance | path

Searched refs:nir_op_fsin (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h134 nir_op_fsin, enumerator
Dnir_builder_opcodes.h541 return nir_build_alu(build, nir_op_fsin, src0, NULL, NULL, NULL); in nir_fsin()
Dnir_constant_expressions.c10171 case nir_op_fsin: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c376 case GLSLstd450Sin: return nir_op_fsin; in vtn_nir_alu_op_for_spirv_glsl_opcode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1560 [TGSI_OPCODE_SIN] = nir_op_fsin,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp1403 case nir_op_fsin: in nir_emit_alu()
Dbrw_fs_nir.cpp798 case nir_op_fsin: in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c829 case nir_op_fsin: in emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1260 case nir_op_fsin: in ntq_emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1381 case nir_op_fsin: in visit_alu()