Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c614 struct lp_type int16_type, int32_type; in lp_build_conv() local
622 int16_type = int32_type = dst_type_ext; in lp_build_conv()
628 int32_type.width *= 4; in lp_build_conv()
629 int32_type.length /= 4; in lp_build_conv()
630 int32_type.sign = 1; in lp_build_conv()
689 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]); in lp_build_conv()
695 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]); in lp_build_conv()
727 struct lp_type int16_type, int32_type; in lp_build_conv() local
735 int16_type = int32_type = dst_type_ext; in lp_build_conv()
741 int32_type.width *= 4; in lp_build_conv()
[all …]
Dlp_bld_format_srgb.c335 struct lp_type int32_type = lp_int_type(src_type); in lp_build_float_to_srgb_packed() local
354 dst = lp_build_zero(gallivm, int32_type); in lp_build_float_to_srgb_packed()
360 shift_val = lp_build_const_int_vec(gallivm, int32_type, ls); in lp_build_float_to_srgb_packed()
Dlp_bld_coro.c169 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c75 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_compute() local
107 arg_types[1] = int32_type; /* block_x_size */ in generate_compute()
108 arg_types[2] = int32_type; /* block_y_size */ in generate_compute()
109 arg_types[3] = int32_type; /* block_z_size */ in generate_compute()
110 arg_types[4] = int32_type; /* grid_x */ in generate_compute()
111 arg_types[5] = int32_type; /* grid_y */ in generate_compute()
112 arg_types[6] = int32_type; /* grid_z */ in generate_compute()
113 arg_types[7] = int32_type; /* grid_size_x */ in generate_compute()
114 arg_types[8] = int32_type; /* grid_size_y */ in generate_compute()
115 arg_types[9] = int32_type; /* grid_size_z */ in generate_compute()
[all …]
Dlp_state_fs.c2999 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_fragment() local
3080 arg_types[1] = int32_type; /* x */ in generate_fragment()
3081 arg_types[2] = int32_type; /* y */ in generate_fragment()
3082 arg_types[3] = int32_type; /* facing */ in generate_fragment()
3090 arg_types[11] = LLVMPointerType(int32_type, 0); /* stride */ in generate_fragment()
3091 arg_types[12] = int32_type; /* depth_stride */ in generate_fragment()
3092 arg_types[13] = LLVMPointerType(int32_type, 0); /* color sample strides */ in generate_fragment()
3093 arg_types[14] = int32_type; /* depth sample stride */ in generate_fragment()
3247 smask_bit = LLVMBuildSExt(builder, cmp, int32_type, ""); in generate_fragment()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c121 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_dvbuffer_type() local
125 elem_types[DRAW_JIT_DVBUFFER_SIZE] = int32_type; in create_jit_dvbuffer_type()
150 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_texture_type() local
158 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type; in create_jit_texture_type()
164 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS); in create_jit_texture_type()
261 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_image_type() local
269 elem_types[DRAW_JIT_IMAGE_SAMPLE_STRIDE] = int32_type; in create_jit_image_type()
1920 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_llvm_generate() local
1979 arg_types[i++] = int32_type; /* count */ in draw_llvm_generate()
1980 arg_types[i++] = int32_type; /* start/fetch_elt_max */ in draw_llvm_generate()
[all …]
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c495 if (!m->int32_type) in get_int32_type()
496 m->int32_type = create_int_type(m, 32); in get_int32_type()
497 return m->int32_type; in get_int32_type()
734 const struct dxil_type *int32_type = dxil_module_get_int_type(mod, 32); in dxil_module_get_split_double_ret_type() local
735 const struct dxil_type *fields[2] = { int32_type, int32_type }; in dxil_module_get_split_double_ret_type()
850 const struct dxil_type *int32_type = dxil_module_get_int_type(m, 32); in dxil_module_get_resret_type() local
856 { overload_type, overload_type, overload_type, overload_type, int32_type }; in dxil_module_get_resret_type()
873 const struct dxil_type *int32_type = dxil_module_get_int_type(m, 32); in dxil_module_get_dimret_type() local
876 { int32_type, int32_type, int32_type, int32_type }; in dxil_module_get_dimret_type()
Dnir_to_dxil.c1153 const struct dxil_type *int32_type = dxil_module_get_int_type(&ctx->mod, 32); in emit_sampler() local
1154 …type *sampler_type = dxil_module_get_struct_type(&ctx->mod, "struct.SamplerState", &int32_type, 1); in emit_sampler()
2382 const struct dxil_type *int32_type = in get_int32_undef() local
2384 if (!int32_type) in get_int32_undef()
2387 return dxil_module_get_undef(m, int32_type); in get_int32_undef()
2779 const struct dxil_type *int32_type = dxil_module_get_int_type(&ctx->mod, 32); in emit_load_input_array() local
2780 vertex_id = dxil_module_get_undef(&ctx->mod, int32_type); in emit_load_input_array()
2830 const struct dxil_type *int32_type = dxil_module_get_int_type(&ctx->mod, 32); in emit_load_compact_input_array() local
2831 vertex_id = dxil_module_get_undef(&ctx->mod, int32_type); in emit_load_compact_input_array()
2867 const struct dxil_type *int32_type = dxil_module_get_int_type(&ctx->mod, 32); in emit_load_input_interpolated() local
[all …]
Ddxil_module.h205 *int32_type, *int64_type; member
/third_party/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc894 int int32_type = UPB_DESCRIPTOR_TYPE_INT32; in test_valid() local
941 cat( tag(int32_type, UPB_WIRE_TYPE_VARINT), varint(2345678), in test_valid()
943 tag(int32_type, UPB_WIRE_TYPE_VARINT), varint(22222)), in test_valid()
955 LINE(">"), msg_type, msg_type, int32_type, int32_type); in test_valid()
/third_party/boost/libs/atomic/doc/
Datomic.qbk1383 [Indicate whether `atomic<int32_type>` is lock-free.]