Searched refs:load_dwords (Results 1 – 1 of 1) sorted by relevance
1537 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local1538 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()1543 if (load_dwords > 1) { in visit_load_push_constant()1565 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local1566 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()