Home
last modified time | relevance | path

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

/dports/lang/clover/mesa-21.3.6/src/amd/llvm/
H A Dac_nir_to_llvm.c1665 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1666 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1671 if (load_dwords > 1) { in visit_load_push_constant()
1693 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1694 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/llvm/
H A Dac_nir_to_llvm.c1665 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1666 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1671 if (load_dwords > 1) { in visit_load_push_constant()
1693 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1694 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/llvm/
H A Dac_nir_to_llvm.c1665 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1666 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1671 if (load_dwords > 1) { in visit_load_push_constant()
1693 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1694 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/llvm/
H A Dac_nir_to_llvm.c1665 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1666 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1671 if (load_dwords > 1) { in visit_load_push_constant()
1693 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1694 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/llvm/
H A Dac_nir_to_llvm.c1665 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1666 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1671 if (load_dwords > 1) { in visit_load_push_constant()
1693 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1694 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/llvm/
H A Dac_nir_to_llvm.c1665 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1666 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1671 if (load_dwords > 1) { in visit_load_push_constant()
1693 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1694 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/llvm/
H A Dac_nir_to_llvm.c1665 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1666 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1671 if (load_dwords > 1) { in visit_load_push_constant()
1693 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1694 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/llvm/
H A Dac_nir_to_llvm.c1665 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1666 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1671 if (load_dwords > 1) { in visit_load_push_constant()
1693 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1694 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/llvm/
H A Dac_nir_to_llvm.c1665 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1666 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1671 if (load_dwords > 1) { in visit_load_push_constant()
1693 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1694 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/llvm/
H A Dac_nir_to_llvm.c1682 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1683 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1688 if (load_dwords > 1) { in visit_load_push_constant()
1710 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1711 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/llvm/
H A Dac_nir_to_llvm.c1627 unsigned load_dwords = instr->dest.ssa.num_components > 1 ? 2 : 1; in visit_load_push_constant() local
1628 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant()
1633 if (load_dwords > 1) { in visit_load_push_constant()
1650 unsigned load_dwords = instr->dest.ssa.num_components / 2 + 1; in visit_load_push_constant() local
1651 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant()