Searched refs:emit_unpack_half_2x16 (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.h257 void emit_unpack_half_2x16(dst_reg dst, src_reg src0);
H A Dbrw_vec4_visitor.cpp446 vec4_visitor::emit_unpack_half_2x16(dst_reg dst, src_reg src0) function in class:brw::vec4_visitor
H A Dbrw_vec4_nir.cpp1611 * boundaries of a vector, and the implementation of emit_unpack_half_2x16
1619 emit_unpack_half_2x16(dst, op[0]);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.h254 void emit_unpack_half_2x16(dst_reg dst, src_reg src0);
H A Dbrw_vec4_visitor.cpp433 vec4_visitor::emit_unpack_half_2x16(dst_reg dst, src_reg src0) function in class:brw::vec4_visitor
H A Dbrw_vec4_nir.cpp1649 * boundaries of a vector, and the implementation of emit_unpack_half_2x16
1657 emit_unpack_half_2x16(dst, op[0]);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c431 static LLVMValueRef emit_unpack_half_2x16(struct ac_llvm_context *ctx, LLVMValueRef src0) function in typeref:typename:LLVMValueRef
1112 result = emit_unpack_half_2x16(&ctx->ac, src[0]);
1116 LLVMValueRef tmp = emit_unpack_half_2x16(&ctx->ac, src[0]);
1122 LLVMValueRef tmp = emit_unpack_half_2x16(&ctx->ac, src[0]);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c501 static LLVMValueRef emit_unpack_half_2x16(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
969 result = emit_unpack_half_2x16(&ctx->ac, src[0]);

Completed in 27 milliseconds