Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.h251 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) in emit_unpack_half_2x16() function in brw::vec4_visitor
H A Dbrw_vec4_nir.cpp1637 * boundaries of a vector, and the implementation of emit_unpack_half_2x16 in nir_emit_alu()
1645 emit_unpack_half_2x16(dst, op[0]); in nir_emit_alu()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c434 static LLVMValueRef emit_unpack_half_2x16(struct ac_llvm_context *ctx, LLVMValueRef src0) in emit_unpack_half_2x16() function
1181 result = emit_unpack_half_2x16(&ctx->ac, src[0]); in visit_alu()
1185 LLVMValueRef tmp = emit_unpack_half_2x16(&ctx->ac, src[0]); in visit_alu()
1191 LLVMValueRef tmp = emit_unpack_half_2x16(&ctx->ac, src[0]); in visit_alu()

Completed in 13 milliseconds