Searched defs:i32_type (Results 1 – 8 of 8) sorted by relevance
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_format_float.c | 73 struct lp_type i32_type, in lp_build_float_to_smallfloat() 245 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); in lp_build_float_to_r11g11b10() local 293 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length); in lp_build_smallfloat_to_float() local 431 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length); in lp_build_rgb9_to_float_helper() local 469 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); in lp_build_rgb9e5_to_float() local
|
| D | lp_bld_conv.c | 110 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); in lp_build_half_to_float() local 170 struct lp_type i32_type = lp_type_int_vec(32, 32 * length); in lp_build_float_to_half() local
|
| D | lp_bld_gather.c | 311 LLVMTypeRef i32_type = LLVMIntTypeInContext(gallivm->context, 32); in lp_build_gather_avx2() local
|
| D | lp_bld_swizzle.c | 63 LLVMTypeRef i32_type = LLVMInt32TypeInContext(gallivm->context); in lp_build_broadcast() local
|
| D | lp_bld_format_s3tc.c | 1223 struct lp_type i32_type = lp_wider_type(i16_type); in lp_build_lerp23_single() local
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/src/ |
| D | context.rs | 47 pub i32_type: Type<'gcc>, field 133 let i32_type = context.new_c_type(CType::Int32t); in new() localVariable
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_llvm.c | 1145 struct lp_type i32_type = lp_int_type(vs_type); in generate_clipmask() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| D | nir_to_dxil.c | 2081 const struct dxil_type *i32_type = dxil_module_get_int_type(&ctx->mod, 32); in emit_metadata() local
|