Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c1713 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1714 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1719 if (load_dwords > 1) { in visit_load_push_constant()
1741 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1742 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()

Completed in 9 milliseconds