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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c586 struct lp_type int16_type, int32_type; local in function:lp_build_conv
594 int16_type = int32_type = dst_type_ext;
600 int32_type.width *= 4;
601 int32_type.length /= 4;
602 int32_type.sign = 1;
659 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
665 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
697 struct lp_type int16_type, int32_type; local in function:lp_build_conv
705 int16_type = int32_type = dst_type_ext;
711 int32_type
[all...]
H A Dlp_bld_format_srgb.c334 struct lp_type int32_type = lp_int_type(src_type); local in function:lp_build_float_to_srgb_packed
353 dst = lp_build_zero(gallivm, int32_type);
359 shift_val = lp_build_const_int_vec(gallivm, int32_type, ls);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c614 struct lp_type int16_type, int32_type; local in function:lp_build_conv
622 int16_type = int32_type = dst_type_ext;
628 int32_type.width *= 4;
629 int32_type.length /= 4;
630 int32_type.sign = 1;
689 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
695 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
727 struct lp_type int16_type, int32_type; local in function:lp_build_conv
735 int16_type = int32_type = dst_type_ext;
741 int32_type
[all...]
H A Dlp_bld_format_srgb.c335 struct lp_type int32_type = lp_int_type(src_type); local in function:lp_build_float_to_srgb_packed
354 dst = lp_build_zero(gallivm, int32_type);
360 shift_val = lp_build_const_int_vec(gallivm, int32_type, ls);
H A Dlp_bld_coro.c169 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local in function:lp_build_coro_declare_malloc_hooks
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c75 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local in function:generate_compute
107 arg_types[1] = int32_type; /* block_x_size */
108 arg_types[2] = int32_type; /* block_y_size */
109 arg_types[3] = int32_type; /* block_z_size */
110 arg_types[4] = int32_type; /* grid_x */
111 arg_types[5] = int32_type; /* grid_y */
112 arg_types[6] = int32_type; /* grid_z */
113 arg_types[7] = int32_type; /* grid_size_x */
114 arg_types[8] = int32_type; /* grid_size_y */
115 arg_types[9] = int32_type; /* grid_size_
[all...]
H A Dlp_state_fs.c2999 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local in function:generate_fragment
3080 arg_types[1] = int32_type; /* x */
3081 arg_types[2] = int32_type; /* y */
3082 arg_types[3] = int32_type; /* facing */
3090 arg_types[11] = LLVMPointerType(int32_type, 0); /* stride */
3091 arg_types[12] = int32_type; /* depth_stride */
3092 arg_types[13] = LLVMPointerType(int32_type, 0); /* color sample strides */
3093 arg_types[14] = int32_type; /* depth sample stride */
3247 smask_bit = LLVMBuildSExt(builder, cmp, int32_type, "");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c92 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local in function:create_jit_dvbuffer_type
96 elem_types[DRAW_JIT_DVBUFFER_SIZE] = int32_type;
121 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local in function:create_jit_texture_type
127 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type;
133 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS);
1525 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local in function:draw_llvm_generate
1584 arg_types[i++] = int32_type; /* count */
1585 arg_types[i++] = int32_type; /* start/fetch_elt_max */
1586 arg_types[i++] = int32_type; /* stride */
1588 arg_types[i++] = int32_type; /* instance_i
2232 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local in function:draw_gs_llvm_generate
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c121 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local in function:create_jit_dvbuffer_type
125 elem_types[DRAW_JIT_DVBUFFER_SIZE] = int32_type;
150 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local in function:create_jit_texture_type
158 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type;
164 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS);
261 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local in function:create_jit_image_type
269 elem_types[DRAW_JIT_IMAGE_SAMPLE_STRIDE] = int32_type;
1920 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local in function:draw_llvm_generate
1979 arg_types[i++] = int32_type; /* count */
1980 arg_types[i++] = int32_type; /* star
2760 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local in function:draw_gs_llvm_generate
3350 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local in function:draw_tcs_llvm_generate
3916 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local in function:draw_tes_llvm_generate
[all...]
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c495 if (!m->int32_type)
496 m->int32_type = create_int_type(m, 32);
497 return m->int32_type;
734 const struct dxil_type *int32_type = dxil_module_get_int_type(mod, 32); local in function:dxil_module_get_split_double_ret_type
735 const struct dxil_type *fields[2] = { int32_type, int32_type };
850 const struct dxil_type *int32_type = dxil_module_get_int_type(m, 32); local in function:dxil_module_get_resret_type
856 { overload_type, overload_type, overload_type, overload_type, int32_type };
873 const struct dxil_type *int32_type = dxil_module_get_int_type(m, 32); local in function:dxil_module_get_dimret_type
876 { int32_type, int32_typ
[all...]
H A Ddxil_module.h205 *int32_type, *int64_type; member in struct:dxil_module
H A Dnir_to_dxil.c1153 const struct dxil_type *int32_type = dxil_module_get_int_type(&ctx->mod, 32); local in function:emit_sampler
1154 const struct dxil_type *sampler_type = dxil_module_get_struct_type(&ctx->mod, "struct.SamplerState", &int32_type, 1);
2382 const struct dxil_type *int32_type = local in function:get_int32_undef
2384 if (!int32_type)
2387 return dxil_module_get_undef(m, int32_type);
2779 const struct dxil_type *int32_type = dxil_module_get_int_type(&ctx->mod, 32); local in function:emit_load_input_array
2780 vertex_id = dxil_module_get_undef(&ctx->mod, int32_type);
2830 const struct dxil_type *int32_type = dxil_module_get_int_type(&ctx->mod, 32); local in function:emit_load_compact_input_array
2831 vertex_id = dxil_module_get_undef(&ctx->mod, int32_type);
2867 const struct dxil_type *int32_type local in function:emit_load_input_interpolated
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2415 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local in function:generate_fragment
2493 arg_types[1] = int32_type; /* x */
2494 arg_types[2] = int32_type; /* y */
2495 arg_types[3] = int32_type; /* facing */
2501 arg_types[9] = int32_type; /* mask_input */
2503 arg_types[11] = LLVMPointerType(int32_type, 0); /* stride */
2504 arg_types[12] = int32_type; /* depth_stride */

Completed in 33 milliseconds