Searched refs:lp_build_const_int64 (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_const.h | 130 lp_build_const_int64(struct gallivm_state *gallivm, int64_t i) in lp_build_const_int64() function
|
H A D | lp_bld_nir_soa.c | 788 LLVMValueRef this_offset = LLVMBuildAdd(builder, offset, offset_bit_size == 64 ? lp_build_const_int64(gallivm, c) : lp_build_const_int32(gallivm, c), ""); in emit_load_kernel_arg() 1024 zero_val = lp_build_const_int64(gallivm, 0); in emit_atomic_global() 2315 store_val = lp_build_const_int64(gallivm, UINT64_MAX); in emit_reduce() 2332 store_val = lp_build_const_int64(gallivm, INT64_MAX); in emit_reduce() 2349 store_val = lp_build_const_int64(gallivm, INT64_MIN); in emit_reduce() 2366 store_val = lp_build_const_int64(gallivm, 1); in emit_reduce() 2383 store_val = lp_build_const_int64(gallivm, 0xffffffffffffffffLL); in emit_reduce()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 265 lp_build_const_int64(gallivm, 16 * sample), ""); in generate_quad_mask()
|
Completed in 12 milliseconds