HomeSort by: relevance | last modified time | path
    Searched defs:type2 (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 180 struct lp_type type2; local
186 type2 = lp_dst_type;
187 type2.width = (lp_dst_type.width * lp_dst_type.length) / 2;
188 type2.length = 2;
189 type2.floating = 0;
191 type2_ref = lp_build_vec_type(gallivm, type2);
200 dst[i + 0] = lp_build_interleave2(gallivm, type2, src0, src1, 0);
201 dst[i + 1] = lp_build_interleave2(gallivm, type2, src0, src1, 1);
lp_bld_swizzle.c 197 struct lp_type type2; local
205 type2 = type;
206 type2.floating = FALSE;
207 type2.width *= 2;
208 type2.length /= 2;
210 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type2), "");
233 tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type2, shift * type.width), "");
235 tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type2, -shift * type.width), "");
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 116 struct lp_type type2 = type; local
131 type2.sign = !type.sign;
136 lp_build_unpack2_native(bld->gallivm, type2, wide_type2, b, &bl, &bh);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 180 struct lp_type type2; local
186 type2 = lp_dst_type;
187 type2.width = (lp_dst_type.width * lp_dst_type.length) / 2;
188 type2.length = 2;
189 type2.floating = 0;
191 type2_ref = lp_build_vec_type(gallivm, type2);
200 dst[i + 0] = lp_build_interleave2(gallivm, type2, src0, src1, 0);
201 dst[i + 1] = lp_build_interleave2(gallivm, type2, src0, src1, 1);
lp_bld_swizzle.c 196 struct lp_type type2; local
204 type2 = type;
205 type2.floating = FALSE;
206 type2.width *= 2;
207 type2.length /= 2;
209 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type2), "");
232 tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type2, shift * type.width), "");
234 tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type2, -shift * type.width), "");
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 116 struct lp_type type2 = type; local
131 type2.sign = !type.sign;
136 lp_build_unpack2_native(bld->gallivm, type2, wide_type2, b, &bl, &bh);
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_formats.c 1527 enum dcc_channel_type type1, type2; local
1547 type2 = radv_get_dcc_channel_type(desc2);
1550 type2 != dcc_channel_incompatible &&
1551 type1 == type2;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_formats.c 2058 enum dcc_channel_type type1, type2; local
2078 radv_get_dcc_channel_type(desc2, &type2, &size2);
2080 if (type1 == dcc_channel_incompatible || type2 == dcc_channel_incompatible ||
2081 (type1 == dcc_channel_float) != (type2 == dcc_channel_float) || size1 != size2)
2084 if (type1 != type2)
  /xsrc/external/mit/libXt/dist/src/
Event.c 943 int type1, type2; /* Types of events to check for. */ member in struct:_CheckExposeInfo
998 info.type2 = GraphicsExpose;
1002 info.type2 = 0;
1165 * NOTE: The only valid types (info.type1 and info.type2) are Expose
1174 if ((info->type1 == event->type) || (info->type2 == event->type)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_tgsi_insn.c 581 SVGA3dShaderRegType type0, type1, type2; local
587 type2 = SVGA3dShaderGetRegType( src2.base.value );
592 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
596 (type2 == SVGA3DREG_CONST && src1.base.num != src2.base.num))
602 (type2 == SVGA3DREG_INPUT && src0.base.num != src2.base.num)))
606 (type2 == SVGA3DREG_INPUT && src1.base.num != src2.base.num))
654 SVGA3dShaderRegType type0, type1, type2, type3; local
660 type2 = SVGA3dShaderGetRegType( src2.base.value );
672 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
676 (type2 == SVGA3DREG_CONST && src3.base.num != src2.base.num)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_tgsi_insn.c 583 SVGA3dShaderRegType type0, type1, type2; local
589 type2 = SVGA3dShaderGetRegType( src2.base.value );
594 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
598 (type2 == SVGA3DREG_CONST && src1.base.num != src2.base.num))
604 (type2 == SVGA3DREG_INPUT && src0.base.num != src2.base.num)))
608 (type2 == SVGA3DREG_INPUT && src1.base.num != src2.base.num))
656 SVGA3dShaderRegType type0, type1, type2, type3; local
662 type2 = SVGA3dShaderGetRegType( src2.base.value );
674 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
678 (type2 == SVGA3DREG_CONST && src3.base.num != src2.base.num)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c 5382 struct vtn_type *type2 = vtn_get_value_type(b, w[4]); local
5384 type2->base_type != vtn_base_type_pointer,
5387 vtn_fail_if(type1->storage_class != type2->storage_class,

Completed in 17 milliseconds